* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
}

ol, ul, li, dl, dd, dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 4px;
    overflow: hidden;
}


.top {
    width: 100%;
    height: 4rem;
    position: relative;
    border-top: 0.3rem solid #0058B4;
    display: flex;
}

.top .top_con {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 1.2rem;
}
.top_con .img{
    width: 80%;
    height: 2rem;
}
.top_con .img img{
    width: 15rem;
    height: 2rem;
}
.top_con .top_right {
    display: none;
}

.nav {
    display: none;
}

.nav_btn {
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
    float: right;
}

.nav_btn img {
    width: 2rem;
    height: auto;
    display: inline-block;
}

.nav {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px 0 #7f9abe;
}
.nav .nav_content {
    width: 1300px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yd_nav_content {
    display: none;
}
.yd_nav {
    position: absolute;
    top: 2.5rem;
    right: 0.5rem;
    transform: translateY(-50%);
}
.banner{
    width: 100%;
    height: 15rem;
    position: relative;
}
.banner img{
    width: 100%;
    height: 15rem;
    background-size: cover;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.banner .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}


/* 通知公告 */
.tzggBox{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
     box-shadow: 0 0 10px 0 #e1e1e1;/*//#DAE9FE */
    background: linear-gradient(to bottom, #e1e1e1, #fff);
    overflow: hidden;
}
.headline {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}

.tzgg {
    width: 190px;
    display: flex;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 30px;
    margin-right: 10px;
    display: none;
}

.tzgg::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    background: #DDDDDD;
    right: 0;
    top: 20px;
}
.tzgg span{
    font-size: 24px;
    color: #3373E0;
}

.tzgg img {
    width: auto;
    height: 30px;
    margin-right: 20px;
}

.headline_content {
    width: calc(1300px - 200px);
    height: 68px;
    border-radius: 8px;
    position: relative;
    display: flex;
}

.scrollText {
    width: 100%;
    height: 48px;
    float: left;
    overflow: hidden;
    margin: 10px 0;
}

.scrollText li {
    display: inline-block;
    float: left;
    width: 100%;
    height: 88px;
    overflow: hidden;
}

.scrollText li a {
    display: inline-block;
    float: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.scrollText li a span {
    width: 10rem;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    display: block;
    text-align: center;
}

.scrollText li a p {
    width: 15%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.headline_content .tzgg_jt {
    display: none;
    /* position: absolute;
    width: 120px;
    height: 32px;
    zoom: 1;
    right: 0;
    bottom: 18px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-left: 1px solid #D3D3D3; */
}

/* .headline_content .tzgg_jt .up {
    width: 15px;
    height: 7px;
    background: url(/resource/main/kqyxy/skin/img/xs.png) no-repeat;
    background-size: 100% 100%;
}
.headline_content .tzgg_jt .mid {
    width: 26px;
    height: 6px;
    background: url(/resource/main/kqyxy/skin/img/gdtz.png) no-repeat;
    background-size: 100% 100%;
}

.headline_content .tzgg_jt .down {
    width: 15px;
    height: 7px;
    background: url(/resource/main/kqyxy/skin/img/xx.png) no-repeat;
    background-size: 100% 100%;
} */


/* 内容部分 */
.contentFirst{
    width: 100%;
  height: auto;
    padding: 1rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.contentFirst .contentFirstLeft{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.contentFirst  .swiper-wrapper img{
    width: 100%;
    height: 300px;
    background-size: cover;
}
.contentFirst .swiper-pagination-bullet{
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.contentFirst .swiper-pagination-bullet-active{
    width: 1.1rem;
    height: 1.1rem;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}

.contentFirst .contentFirstLeft .tswiper{
    width: 100%;
    height: 15rem;
}

.contentFirst .contentFirstLeft .tswiper .swiper-wrapper{
    width: 100%;
    height: 15rem!important;
}
.contentFirst .contentFirstLeft .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 15rem!important;
}
.contentFirst .contentFirstLeft .tswiper .swiper-wrapper img{
    width: 100%;
    height: 15rem!important;
}
.contentFirst .swiper-pagination{
    width: 100%;
    text-align: right;
    position: absolute;
}

.contentFirstRight{
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
}
 .contentFirstTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(/resource/main/kqyxy/skin/img/zx.png) no-repeat center !important;
    background-size: 100% 1px !important;
}
 .contentFirstTop .topBox{
    background: #fff;
    padding-right:15px ;
}
 .contentFirstTop .topBox .xxxwBox{
    font-size: 1.2rem;
    color:#3373E0 ;
    border-bottom: 5px solid #3373E0;
}
 .contentFirstTop .topBox em {
    font-size: 1.1rem;
    color: #A0A0A0;
    margin: 0 0.5rem;
}
 .contentFirstTop .topBox .new{
    font-size: 0.8rem;
    color: #A0A0A0;
}
 .contentFirstTop .topBox1{
    background: #fff;
}
 .contentFirstTop .topBox1 img{
    width: 80px;
    height: 25px;
}
.contentFirstBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
}
.contentFirstBottom .wenziBox{
    width: 100%;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.contentFirstBottom .wenziBox .textBox{
    width: 60%;
    display: block;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.contentFirstBottom .wenziBox .timeBox{
    font-size: 1rem;
    color:#6F6F6F ;
}


.srkzBox{
    width: 100%;
    height: 5rem;
    padding:0 1rem;
}
.srkzBox img{
    width: 100%;
    height: 100%;
}

/* 党建工作 */
.djgzszllBox{
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.djgzszllBox .djgzBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.djgzszllBox .szllBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
} 


.szllBox .szllBoxBottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.szllBoxBottom  .swiper-wrapper img{
    width: 100%;
    height: auto;
    background-size: cover;
}
.szllBoxBottom .swiper-pagination-bullet{
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
    border: 2px solid #3373E0;
}
.szllBoxBottom .swiper-pagination-bullet-active{
    width: 1.2rem;
    height: 1.2rem;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}

.szllBoxBottom  .tswiper{
    width: 100%;
    height: auto;
}

.szllBoxBottom  .tswiper .swiper-wrapper{
    width: 100%;
    height: auto!important;
}
.szllBoxBottom  .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: auto!important;
}
.szllBoxBottom  .tswiper .swiper-wrapper .jsName{
    width: 100%;
    display: flex;
    margin-top: 20px;
    line-height: 28px;
    font-size: 1rem;
}
.jsName .jBig{
    display: flex;
    flex-direction: column;
    line-height: 28px;
    font-size: 1rem;
}
.jsName .jjBox{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 28px;
    font-size: 1rem;
}
.jsName .teacherName{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.jsName .teacherName img{
    width: 1rem;
    height: 1rem;
}
.jsName .zcBox{
    font-size: 1rem;
    color: #000;
}

.szllBoxBottom  .tswiper .swiper-wrapper .imgs{
    width: 140px!important;
    height: 210px!important;
    padding-right: 10px;
    object-fit: cover;
}
.szllBoxBottom .swiper-pagination{
    width: 100%;
    text-align: right;
    position: absolute;
}

.contentFirstBottom{
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.djgzszllBox .contentDJ{
    width: 100%;
    display: flex;
}
.djgzszllBox .contentDJ img{
    width: 147px;
    height: 100px;
}
.djgzszllBox .contentDJ .djBig{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}
.djgzszllBox .contentDJ .djText{
    width: 100%;
    font-size:1rem ;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 28px;
}
.djgzszllBox .contentDJ .djTime{
    color: #717171;
    font-size: 1rem;
}
/* 教育科研 */
.jykyBox{
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.jykyBoxSmall{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.jykyBoxSmall .jykyBoxSmallBottom{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.jykyBoxSmallBottom .wenziBox{
    width: 100%;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.jykyBoxSmallBottom .wenziBox .textBox{
    width: 80%;
    display: block;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.jykyBoxSmallBottom .wenziBox .timeBox{
    font-size: 1rem;
    color:#6F6F6F ;
}
/* 学生风采 */
.xsfcBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem ;
    overflow: hidden;
}
.xsfcBox .contentFirstTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(/resource/main/kqyxy/skin/img/zx.png) no-repeat center !important;
    background-size: 100% 1px !important;
}

.xsfcBox .tybSwiper{
    width: 100%;
    height: 300px;
    position: relative;
}
.xsfcBox .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    position: relative;
}

.xsfcBox .swiper-slide {
    width: 100%;
    height: 240px;
    display: block;
    position: relative;
}
.xsfcBox .swiper-slide a {
    width: 100%;
    height: 240px;
    display: block;
}

.xsfcBox .swiper-slide a img {
    width: 100%;
    height: 240px;
    display: block;
    position: relative;
}

.xsfcBox .swiper-slide a .mlxyBox{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 15px 10px 15px;
    width: 100%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .5);
}

.xsfcBox .swiper-slide a .mlxyBox span{
    display: block;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xsfcBox .swiper-button-next, .swiper-button-prev{
    color: #ffffff;
}

/* 口腔医博亚体育app官方入口底部 */
/* 底部 */
.addressDiv1{
    width: 100%;
    height: auto;
    background: #3373e0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding:1rem;

}
.addressDiv1 .addressBox1{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    
}
.addressDiv1 .addressBox1 a{
    text-decoration: none;
    color: #fff;
}
.addressDiv1 .addressImg1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 20px;
}
.addressDiv1 .addressImg1 img{
    width:100%;
    height:3rem;
}
.addressBox1 .address1{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin:0.5rem 0;
}
.addressBox1 .dzbox1{
    width: auto;
    font-size: 1rem;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.addressBox1 .dzbox1 a:hover{
    text-decoration: underline;
}
.addressBox1 .copyBox1{
    width: auto;
    font-size: 1rem;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.addressBox1 .copyBox1 p{
    word-break: break-all;

}
.addressBox1 .copyBox1 a:hover{
    text-decoration: underline;
}


/* 详情页通知公告 */
.tzggBox1{
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #FFFFFF;
     box-shadow: 0 0 10px 0 #e1e1e1;/*//#DAE9FE */
    background: linear-gradient(to bottom, #e1e1e1, #fff);
}
.tzggBox1 .dhlBox{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tzggBox1 .dhlBox img{
    width: 1.5rem;
    height: 1.8rem;
    margin-left: 0.5rem;
}
.tzggBox1 .dhlBox a{
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    margin: 0 1rem;
}

/* 概括 */
.gkBoxBig{
    width: 100%;
    min-height: 40rem;
    padding: 0px 0 0 2rem 0;
    display: flex;
    flex-flow: column;
    padding: 0rem 1rem 1rem 1rem;
}
.gkBoxBig .gkTitle{
    width: 100%;
    line-height: 2rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gkBoxBig .fbsjTime{
    width: 100%;
    padding: 1rem 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fafafa;
    border-radius: 0.5rem;
    margin-top:0.8rem;
}
.gkBoxBig .fbsjTime div{
    width: auto;
    display: flex;
}
.gkBoxBig .gkwb{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 2rem 0;
}
.gkBoxBig .gkwb div{
    font-size: 1rem;
    line-height: 2.2rem;
}
.gkBoxBig .gkwb div img{
	width: 100%!important;
	height: auto!important;
}
.gkBoxBig .gkwb video{
    width: 24rem!important;
    height: 16rem!important;
}

.mainBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding: 1rem 0 0 0;
}
.mainBox .mainBoxBig{
    width: 100%;
    min-height: 40rem;
    display: flex;
    flex-flow: column;
    padding: 0 1rem 1rem 1rem;
}
.mainBox .mainBoxBig .search_samll{
    width: 100%;
    height: 3.6rem;
    display: flex;
}
.mainBox .mainBoxBig .search_samll .search_small_box{
    width: 100%;
    height: 2.6rem;
    border: 1px solid #ccc;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
}
.mainBox .mainBoxBig .search_samll input{
    width: calc(100% - 2rem);
    height: 2.2rem;
    border: none;
    outline: none;
    font-size: 1rem;
}
.mainBox .mainBoxBig .search_samll img{
    width: 1.2rem;
    height: 1.2rem;
}
.mainBox .mainBoxBig .search_samll .search_btn{
    background: none;
    border: none;
}
.mainBox .mainBoxBig .mainLeft{
    display: none;
}
.mainBox .mainRight{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.mainBox .mainRight .gjzcBox .bgBox{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding:0 1rem 1rem 1rem;
    background: #fafafa;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li{
    width: 100%;
    display: flex;
    padding-top: 1rem;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.mainBoxBig .mainRight .gjzcBox .bgBox img{
    width: 10rem;
    height: 7rem;
}
.mainBoxBig .mainRight .gjzcBox .bgBox .dl_xiao{
    width: calc(100% - 11rem);
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    margin-left: 1rem;
}
.mainBoxBig .gjzcBox .bgBox .dl_xiao .jyBox{
    width: 100%;
    text-decoration: none;
    color: #999;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}   
.mainBoxBig .mainRight .gjzcBox .bgBox .bgBoxLeft{
    width: 100%;
    font-size: 1rem;
    color: #000;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.mainBoxBig .mainRight .gjzcBox .bgBox .bgTime{
    font-size: 0.8rem;
    color: #666;
}

.mainBoxBig .mainRight .imgPhoto {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mainBoxBig .mainRight .imgPhoto a{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    /* border: 1px solid #e1e1e1; */
    text-decoration: none;
}
.mainBoxBig .mainRight .imgPhoto a img{
    width: 100%;
    height: 15rem;
    object-fit: cover;
}
.mainBoxBig .mainRight .imgPhoto a span{
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}


/* 底部 */
.dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}
.dbqhBox div{
    border: 0.1rem solid #e1e1e1;
    padding: 0.5rem;
}
.dbqhBox div:hover{
    background: #e1e1e1;
}

/* 信箱 */
.xzxxBox{
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 1rem;
}
.xzxxBox .xzxxTop{
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #1873bb;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #f2f9fd;
}
.xzxxBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.xzxxBottomSecond{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xzxxBottom span textarea {
    display: inline-block;
    float: left;
    width: 60%;
    height: 133px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
}
.xzxxBottom span{
    width: 100%;
    padding: 8px 0;
    margin-right: 0px;
    margin-bottom: 6px;
}
.xzxxBottom .span.long_span {
    display: inline-block;
    float: left;
    width: 100%;
    display: flex;
    padding: 10px 0;
}
.xzxxBottom span p{ 
    display: inline-block;
    float: left;
    width: 26%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
}
.xzxxBottom span input.jubao_txt {
    display: inline-block;
    float: left;
    width: 60%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
}
.xzxxBottom span input.jubao_txt1 {
    display: inline-block;
    float: left;
    width: 60%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
}
.xzxxBottom span b {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    color: red;
    padding: 0 10px;
}
.xzxxBottom span.long_span1 {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 30px 0 0 0px;
    text-align: center;
}
.xzxxBottom span.long_span1 input {
    display: inline-block;
    width: 30%;
    height: 30px;
    margin: 0 16px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.xzxxBottom span.long_span1 input.jubao_btn {
    background: #00aeff;
    border: none;
    color: #fff;
}
.xzxxBottom span.long_span1 input.jubao_btn1 {
    background: #ff7800;
    border: none;
    color: #fff;
}
.xzxxBottomSecond1{
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px 0;
}
.xzxxBottom span input.jubao_txt2 {
    display: inline-block;
    float: left;
    width: 100px;
    height: 40x;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
}
.xzxxBottom span #imgObj {
    display: inline-block;
    float: left;
    width: 100px;
    height: 40px;
    margin: 0 0 0 10px;
    background: #ccc;
}

.xsfcBoxBox{
    width: 100%;
    overflow: hidden;
}

/* 搜索页 */

/* 列表页 */
.li_style {
    width: 100%;
    min-height: 30rem;
    margin: 0 auto;
    background: #fff;
    padding: 0 4% 2rem 4%;
}
.list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list .list_left {
    display: none;
}

.list .list_right {
    width: 100%;
}

.list .list_right li {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dashed #dadbdc;
    padding: 1rem 0;
}

.list .list_right li a {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #000;
    padding-left: 1.5rem;
    position: relative;
    text-decoration: none;
}

.list .list_right li a::before {
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border: 0.1rem solid #03468C;
    border-radius: 1000px;
    left: 0;
    top: 0.5rem
}

.list .list_right li span {
    width: 100%;
    margin-top: 8px;
    text-align: left;
    color: #999;
    font-size: 1.1rem;
    padding-left: 1.5rem;
}

.list .list_right li a:hover {
    color: #03468C;
}