* {
    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: 1px;
    overflow: hidden;
}


.top{
    width: 100%;
    height: 200px;
    background: url("../img/top_bg.png") center 50%;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.top .top_con{
    width: 1300px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top .img {
    width: auto;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top .img img {
    width: auto;
    height: 62px;
}
.top_right{
    width: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.top_right_top a{
    color: #000;
    margin:0 0px 0 20px;
    text-decoration: none;
    font-size: 16px;
}
.top_right_top a:nth-child(1){
    margin:0 20px;
}
.top_right_top a:nth-child(2){
    margin:0 20px;
}

.top_right .top_right_search{
    width: 350px;
    height: 40px;
    border-radius: 25px;
    background: #fff;
    margin:10px 0px 0 0;
    display: flex;
    justify-content: center;
}
.top_right_search .search_txt{
    width: 278px;
    height: 38px;
    border: none;
    font-size: 16px;
    outline: none;
}
.top_right_search .search_btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}
.top_right_search .search_btn img{
    width: 20px;
    height: 20px;
    background: none;
    border: none;
}

.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 {
    display: none;
}

.yd_nav_content {
    display: none;
}
.banner{
    width: 100%;
    height: 480px;
    position: relative;
}
.banner img{
    width: 100%;
    height: 480px;
    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: 68px;
    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);
}
.headline {
    width: 1300px;
    height: 68px;
    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;
}

.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: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    display: block;
    text-align: center;
}

.scrollText li a p {
    width: 700px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.headline_content .tzgg_jt {
    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(../img/xs.png) no-repeat;
    background-size: 100% 100%;
}
.headline_content .tzgg_jt .mid {
    width: 26px;
    height: 6px;
    background: url(../img/gdtz.png) no-repeat;
    background-size: 100% 100%;
}

.headline_content .tzgg_jt .down {
    width: 15px;
    height: 7px;
    background: url(../img/xx.png) no-repeat;
    background-size: 100% 100%;
}


/* 内容部分 */
.contentFirst{
    width: 1300px;
    min-height: 300px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.contentFirst .contentFirstLeft{
    width: 49%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.contentFirst  .swiper-wrapper img{
    width: 100%;
    height: 300px;
    background-size: cover;
}
.contentFirst .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.contentFirst .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}

.contentFirst .contentFirstLeft .tswiper{
    width: 100%;
    height: 360px;
}

.contentFirst .contentFirstLeft .tswiper .swiper-wrapper{
    width: 100%;
    height: 360px!important;
}
.contentFirst .contentFirstLeft .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 360px!important;
}
.contentFirst .contentFirstLeft .tswiper .swiper-wrapper img{
    width: 100%;
    height: 360px!important;
}
.contentFirst .swiper-pagination{
    width: 100%;
    text-align: right;
    position: absolute;
}

.contentFirstRight{
    width: 49%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
}
 .contentFirstTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/zx.png) no-repeat center !important;
    background-size: 100% 1px !important;
}
 .contentFirstTop .topBox{
    background: #fff;
    padding-right:15px ;
}
 .contentFirstTop .topBox .xxxwBox{
    font-size: 22px;
    color:#3373E0 ;
    border-bottom: 5px solid #3373E0;
}
 .contentFirstTop .topBox em {
    font-size: 20px;
    color: #A0A0A0;
    margin: 0 10px;
}
 .contentFirstTop .topBox .new{
    font-size: 14px;
    color: #A0A0A0;
}
 .contentFirstTop .topBox1{
    background: #fff;
}
 .contentFirstTop .topBox1 img{
    width: 80px;
    height: 25px;
}
.contentFirstRight .contentFirstBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top:10px;
}
.contentFirstRight .contentFirstBottom .wenziBox{
    width: 100%;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color:#6F6F6F ;
}
.contentFirstRight .contentFirstBottom .wenziBox .textBox{
    width: 80%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.contentFirstRight .contentFirstBottom .wenziBox .timeBox{
    font-size: 16px;
    color:#6F6F6F ;
}


.srkzBox{
    width: 1300px;
    height: 100px;
    margin: 10px auto;
}
.srkzBox img{
    width: 100%;
    height: 100%;
}

/* 党建工作 */
.djgzszllBox{
    width: 1300px;
    height: 290px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.djgzszllBox .djgzBox{
    width: 69%;
    height: 280px;
    display: flex;
    flex-wrap: wrap;
}
.djgzszllBox .djgzBox .contentFirstTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/zx.png) no-repeat center !important;
    background-size: 100% 1px !important;
}

.djgzszllBox .szllBox{
    width: 29%;
    height: auto;
    display: flex;
    flex-flow: column;
} 


.szllBox .szllBoxBottom{
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
}
.szllBoxBottom  .swiper-wrapper img{
    width: 100%;
    height: 290px;
    background-size: cover;
}
.szllBoxBottom .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
    border: 2px solid #3373E0;
}
.szllBoxBottom .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}

.szllBoxBottom  .tswiper{
    width: 100%;
    height: 290px;
}

.szllBoxBottom  .tswiper .swiper-wrapper{
    width: 100%;
    height: 290px!important;
}
.szllBoxBottom  .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 255px!important;
}
.szllBoxBottom  .tswiper .swiper-wrapper .jsName{
    width: 100%;
    display: flex;
    margin-top: 20px;
    line-height: 28px;
    font-size: 18px;
}
.jsName .jBig{
    display: flex;
    flex-direction: column;
    line-height: 28px;
    font-size: 16px;
}
.jsName .jjBox{
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 28px;
}
.jsName .teacherName{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.jsName .teacherName img{
    width: 14px!important;
    height: 14px!important;
}
.jsName .zcBox{
    font-size: 16px;
    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;
    bottom: 25px;
}

.djgzszllBox .contentFirstBottom{
    width: 100%;
    height: calc(280px - 50px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:10px;
}
.djgzszllBox .contentDJ{
    width: 49%;
    display: flex;
}
.djgzszllBox .contentDJ img{
    width: 150px;
    height: 96px;
    object-fit: cover;
}
.djgzszllBox .contentDJ .djBig{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}
.djgzszllBox .contentDJ .djText{
    width: 100%;
    font-size:16px ;
    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: 16px;
}
/* 教育科研 */
.jykyBox{
    width: 1300px;
    margin: 10px auto;
    height: 240px;
    display: flex;
    justify-content: space-between;
}
.jykyBoxSmall{
    width: 32%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.jykyBoxSmall .jykyBoxSmallBottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:10px;
}

.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: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.jykyBoxSmallBottom .wenziBox .timeBox{
    font-size: 16px;
    color:#6F6F6F ;
}
/* 学生风采 */
.xsfcBox{
    width: 1300px;
    height: 280px;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    overflow: hidden;
}
.xsfcBox .contentFirstTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/zx.png) no-repeat center !important;
    background-size: 100% 1px !important;
}

.xsfcBox .tybSwiper{
    width: 49%;
    height: 210px;
    position: relative;
}
.xsfcBox .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    position: relative;
}

.xsfcBox .swiper-slide {
    width: 310px;
    height: 210px;
    display: block;
    position: relative;
}
.xsfcBox .swiper-slide a {
    width: 100%;
    height: 210px;
    display: block;
}

.xsfcBox .swiper-slide a img {
    width: 100%;
    height: 210px;
    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-button-next, .swiper-button-prev{
    color: #ffffff;
}

/* 口腔医学院底部 */
.addressDiv1{
    width: 100%;
    height: 150px;
    background: #3373e0;
    display: flex;
    justify-content: center;
}
.addressDiv1 .addressBox1{
    width: 1300px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.addressDiv1 .addressImg1{
    width: 100%;
    height:60px;
}
.addressDiv1 .addressImg1 a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    margin-right: 10px;
}
.addressBox1 .address1{
    width: auto;
    display: flex;
    flex-flow: column;
}
.addressBox1 .address1 div{
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.addressBox1 .address1 .copyBox1{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox1 .address1 .dzbox1{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    
}
.addressBox1 .address1 .dzbox1 a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.addressBox1 .address1 .dzbox1 a:hover{
    text-decoration: underline;
}
.addressBox1 .address1 .copyBox1{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox1 .address1 .copyBox1 a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
}
.addressBox1 .address1 .copyBox1 a:hover{
    text-decoration: underline;
}

/* 详情页通知公告 */
.mainBox{
    width: 1300px;
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #f5faff;
    padding: 30px;
}

.tzggBox1{
    width: 100%;
    height: 60px;
    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);
}
.tzggBox1 .dhlBox{
    width: 1300px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tzggBox1 .dhlBox img{
    width: 25px;
    height: 30px;
}
.tzggBox1 .dhlBox a{
    text-decoration: none;
    font-size: 18px;
    color: #000;
    margin: 0 10px;
}

/* 概况 */
.gkBoxBig{
    width: 1300px;
    padding: 0px 0 0 30px 0;
    min-height: 500px;
    display: flex;
    flex-flow: column;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}
.gkBoxBig .gkTitle{
    width: 100%;
    line-height: 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gkBoxBig .fbsjTime{
    width: 1300px;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
}
.gkBoxBig .fbsjTime div{
    margin: 0 30px;
}
.gkBoxBig .gkwb{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 30px 0;
}
.gkBoxBig .gkwb div{
    text-indent: 2em;
    font-size: 18px;
    line-height: 37px;
}
.gkBoxBig .gkwb div p img{
    max-width: 80% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.mainBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.mainBox .mainBoxBig{
    width: 1300px;
    min-height: 500px;
    display: flex;
    margin-bottom: 130px;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}
.mainBoxBig .search_samll{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 0 25px;
    font-size: 16px;

}
.mainBoxBig .search_samll .search_small_box{
    width: 700px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.mainBoxBig .search_samll input{
    width: 660px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 16px;
}

.mainBoxBig .search_samll img{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.mainBoxBig .search_samll .search_btn{
    width: 40px;
    height: 40px;
    background: none;
    border: none;
}
.mainBox .mainBoxBig .mainLeft{
    width: 23%;
    display: flex;
    flex-flow: column;
}
.mainBox .mainBoxBig .mainLeft .xiao_left{
    width: 100%;
    line-height: 50px;
    display: flex;
    flex-flow: column;


}
.mainBox .mainBoxBig .mainLeft .xiao_left .firstBox{
    width: 100%;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: #1873bb;
    text-align: center;
}

.xiao_left .list_left {
    width:  100%;
    background: #F4F8FF;
    /* margin-top: 20px; */
}

.xiao_left .list_left span {
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
    background: #0058B4;
    color: #fff;
    display: block;
    border-radius: 8px 8px 0 0;
}

.xiao_left .list_left a {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #03468C;
    padding: 20px;
    text-align: left;
    border-top: 2px solid #fff;
    display: block;
    text-decoration: none;
    background: url('../img/szll_jt.svg') no-repeat 90% center;
}

.xiao_left .list_left a:hover {
    background: url('../img/szll_jt.svg') no-repeat 90% center #eaf1fe;
}

.xiao_left .list_left a.action {
    background: url('../img/szll_jt.svg') no-repeat 90% center #dee9fc;
}

.mainBox .mainBoxBig .mainLeft .xiao_left .secondBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #0e59a8;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.mainBox .mainBoxBig .mainLeft .xiao_left .secondBox img{
    width: 15px;
    height: 20px;
}
.mainBox .mainBoxBig .mainLeft .xiao_left .three_xxjz{
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px 0 40px;
    display: none;
}
.mainBox .mainBoxBig .mainLeft .xiao_left img{
    width: 15px;
    height: 10px;
}
.mainBox .mainBoxBig .mainLeft .xiao_left .ejBox{
    width: 100%;
    font-size: 20px;
}
.xiao_left .active{
    color: #2176d8;
}
.mainBox .mainBoxBig .mainLeft .xiao_leftBig{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    align-items: center;
    color: #fff;
    margin-top: -50px;
}
.samll_mainleft .xiao_leftBig div:first-child{
    font-size: 22px;
    width: 100%;
}
.mainBox .xiao_leftBig div:last-child img{
    width: 30px;
    height: 20px;
}

/* 右边列表 */
.mainBox .mainBoxBig .mainRight{
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.mainBoxBig .mainRight .xTitle{
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 30px;
    padding: 0 0 10px 10px;
}
.mainBoxBig .mainRight .gjzcBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding-bottom:10px;
}

.mainBoxBig .mainRight .gjzcBox .bgBox {
    width: 240px;
    height: auto;
    flex-flow: column;
    width: 100%;
    display: flex;
    background: #fafafa; 
}
.mainBoxBig .mainRight .gjzcBox .bgBox li:hover{
    box-shadow: 0 0 1.2rem 0.1rem #e1e1e1;
    z-index: 999;
    border-radius: 3px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li:nth-child(even){
    width: 100%;
    display: flex;
    padding: 20px;
    background: #fff;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li{
    width: 100%;
    display: flex;
    padding: 20px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li img{
    width: 95px;
    height: 128px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox .dl_xiao{
    width: calc(100% - 230px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 20px;
    color: #000;
}
.mainBoxBig .mainRight .gjzcBox .bgBox .dl_xiao .bgBoxLeft{
   font-size: 20px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}
.mainBoxBig .mainRight .imgPhoto {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mainBoxBig .mainRight .imgPhoto a{
    width: 33%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
}
.mainBoxBig .mainRight .imgPhoto a img{
    width: 95%;
    height: 200px;
    object-fit: cover;
}
.mainBoxBig .mainRight .imgPhoto a span{
    font-size: 16px;
    line-height: 28px;
    width: 95%;
    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-top: 20px;
}
 .dbqhBox div{
    border: 1px solid #e1e1e1;
    padding: 10px;
}

 .dbqhBox div:hover{
    background: #e1e1e1;
}

/* 信箱 */
.xzxxBox{
    width: 1300px;
    height: auto;
    margin: 10px auto;
    
}
.xzxxBox .xzxxTop{
    width: 1300px;
    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: 1300px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xzxxBottomSecond{
    width: 1300px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xzxxBottom span textarea {
    display: inline-block;
    float: left;
    width: 676px;
    height: 133px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
}
.xzxxBottom span{
    display: inline-block;
    float: left;
    padding: 10px 0;
    margin-right: 80px;
}
.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: 100px;
height: 40px;
line-height: 40px;
text-align: right;
font-size: 16px;
}
.xzxxBottom span input.jubao_txt {
    display: inline-block;
    float: left;
    width: 235px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
}
.xzxxBottom span input.jubao_txt1 {
    display: inline-block;
    float: left;
    width: 676px;
    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: 784px;
    padding: 15px 0;
    margin: 30px 0 0 40px;
    text-align: center;
}
.xzxxBottom span.long_span1 input {
    display: inline-block;
    width: 120px;
    height: 40px;
    margin: 0 16px;
    font-size: 16px;
    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;
    padding: 10px 0;
    margin-right: 370px;
}
.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;
}

/* 列表页 */
.list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list .list_left {
    width: 270px;
    background: #F4F8FF;
    margin-top: 20px;
}

.list .list_left span {
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
    background: #0058B4;
    color: #fff;
    display: block;
    border-radius: 8px 8px 0 0;
}

.list .list_left a {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #03468C;
    padding: 20px;
    text-align: left;
    border-top: 2px solid #fff;
    display: block;
    text-decoration: none;
    background: url(../img/szll_jt.svg) no-repeat 90% center;
}

.list .list_left a:hover {
    background: url(../img/szll_jt.svg) no-repeat 90% center #eaf1fe;
}

.list .list_left a.action {
    background: url(../img/szll_jt.svg) no-repeat 90% center #dee9fc;
}

.list .list_right {
    width: 1300px;
    min-height: 600px;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
}

.list .list_right li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dadbdc;
}

.list .list_right li a {
    width: 80%;
    line-height: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    padding-left: 30px;
    position: relative;
    text-decoration: none;
}

.list .list_right li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #0058B4;
    border-radius: 5px;
    left: 0;
    top: 36px
}

.list .list_right li span {
    width: 20%;
    text-align: right;
    color: #999;
    font-size: 18px;
}

.list .list_right li a:hover {
    color: #0058B4;
}

