@charset "UTF-8";
/* banner */
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner>div{
    float: left;
}
.banner .news_images a{
    display: block;
    width: 100%;
    height: auto;
    padding: 41% 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bb{
    display: flex;
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}
.bb .next{
    width: 0.72rem;
    height: 0.72rem;
    background: url(../img/prevIcon.png) no-repeat center;
    cursor: pointer;
}
.bb .prev{
    width: 0.72rem;
    height: 0.72rem;
    background: url(../img/nextIcon.png) no-repeat center;
    cursor: pointer;
}
.bb .bb_sub{
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #ffffff;
    background: url(../img/bannerIcon.png) no-repeat center;
    cursor: pointer;
}
/* 栏目标题 */
.tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.35rem;
}
.tit h2{
    font-size: 0.36rem;
    color: #333333;
    line-height: 0.4rem;
}
.tit h2 b{
    color: #0065b2;
}
.tit h2 span{
    display: block;
    font-size: 0.14rem;
    color: #666666;
    font-weight: normal;
    line-height: 0.2rem;
    margin-top: 5px;
}
.tit a{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
}
.tit a:hover{
    color: #0065b2;
}
.p07{
    padding: 0.7rem 0;
}
/* 学院动态 */
.new{
    width: 60%;
}
.newBanner li a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 9;
}
.newBanner li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 1.5rem;
    background: url(../img/newImgBg.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.newBanner li a img{
    display: block;
    width: 100%;
    height: 4.92rem;
    object-fit: cover;
    transition: all .5s;
}
.newBanner li a p{
    position: absolute;
}
.newBanner li a p.time{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0.3rem;
    top: 0.3rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.3rem 0 0.3rem 0;
    background: rgba(255,255,255,0.8);
    font-size: 0.16rem;
    color: #0065b2;
    line-height: 1;
    z-index: 20;
}
.newBanner li a p.time span{
    display: block;
    font-size: 0.36rem;
    margin-bottom: 3px;
}
.newBanner li a p.txt{
    width: 75%;
    padding: 0.2rem 0 0.2rem 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #ffffff;
    z-index: 20;
    left: 0;
    bottom: 0;
}
.newBanner li a:hover img{
    transform: scale(1.08);
}
.newBanner .slick-dots{
    width: auto;    
    right: 0.4rem;  
    bottom: 0.2rem;
}
.newBanner .slick-dots li{
    width: 28px;
    height: 28px;
    border-radius: 100%;
}
.newBanner .slick-dots li button,.newBanner .slick-dots li button:before{
    width: 12px;
    height: 12px;
}
.newBanner .slick-dots li button:before {
    border-radius: 100%;
    content: '';
    opacity: 0.5;
    background: #fff;
}
.newBanner .slick-dots li.slick-active{
    margin: 0 10px;
}
.newBanner .slick-dots li.slick-active{
    border: 1px dashed #ffffff;
}
.newBanner .slick-dots li.slick-active button:before {
    opacity: 1;
}
.newList li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-top: 0.3rem;
    position: relative;
}
.newList li:nth-of-type(2n){
    margin-right: 0;
}
.newList li a {
    display: block;
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    background: #f8f8f8;
}
.newList li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #0065b2;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    z-index: -1;
}
.newList li::before{
    display: block;
    content: "";
    border-left: 0.15rem solid transparent;
    border-right: 0.15rem solid #f8f8f8;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid #f8f8f8;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.newList li:hover::before {
    border-left: 0.15rem solid transparent;
    border-right: 0.15rem solid #ffffff;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid #ffffff;
}
.newList li a p:nth-of-type(1){
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newList li a p:nth-of-type(2){
    float: right;
    font-size: 0.14rem;
    color: #0065b2;
    line-height: 0.2rem;
    padding-left: 20px;
    background: url(../img/timeIcon1.png) no-repeat left center;
    margin-top: 0.04rem;
}
.newList li a:hover p:nth-of-type(1){
    font-weight: bold;
    color: #ffffff;
}
.newList li a:hover p:nth-of-type(2){
    color: #ffffff;
    background: url(../img/timeIcon2.png) no-repeat left center; 
}
.newList li a:hover::before{
    width: 100%;
}
/* 媒体报道 */
.mtbd{
    width: 38%;
}
.mtbd ul li {
    width: 100%;
    padding: 0 0.3rem;
    position: relative;
    box-sizing: border-box;
    background: #f8f8f8;
    z-index: 1;
}
.mtbd ul li::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #0065b2;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    z-index: -1;
}
.mtbd li::after{
    display: block;
    content: "";
    border-left: 0.15rem solid transparent;
    border-right: 0.15rem solid #f8f8f8;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid #f8f8f8;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.mtbd li:hover::after {
    border-right: 0.15rem solid #ffffff;
    border-bottom: 0.15rem solid #ffffff;
}
.mtbd ul li a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px dashed rgba(0,104,183,0.2);
}
.mtbd ul li:last-of-type a{
    border-bottom: none;
}
.mtbd ul li a p:nth-of-type(1){
    width: 0.8rem;
    font-size: 0.16rem;
    color: #0065b2;
    text-align: center;
    padding-right: 0.15rem;
    box-sizing: border-box;
    line-height: 0.2rem;
    position: relative;
}
.mtbd ul li a p:nth-of-type(1)::before{
    display: block;
    content: "";
    width: 1px;
    height: 70%;
    background: rgba(106, 106, 106, 0.2);
    position: absolute;
    right: 1px;
    top: 15%;
}
.mtbd ul li a p:nth-of-type(1) span{
    display: block;
    font-size: 0.3rem;
    line-height: 0.4rem;
}
.mtbd ul li a p:nth-of-type(2){
    width: calc(100% - 0.8rem);
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    color: #333333;
    padding-left: 0.15rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mtbd ul li:hover a p{
    color: #ffffff;
}
.mtbd ul li:hover p:nth-of-type(1)::before{
    background: rgba(255,255,255,0.2);
}
.mtbd ul li:hover a p:nth-of-type(2){
    font-weight: bold;
}
.mtbd ul li:hover::before{
    width: 100%;
}

/* 通知公告 */
.indexCon2{
   background:url(../img/bg2.png) no-repeat center;
    background-size:cover;
}
.indexCon2 .tit{
    justify-content: center;
    margin-bottom: 0;
}
.indexCon2 .tabIn{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 0.35rem;
}

.indexCon2 .tabIn div.tit {
    margin-left: 0.6rem;
    cursor: pointer;
}

.indexCon2 .tabIn div.tit:first-of-type {
    margin-left: 0;
}
.indexCon2 .tabIn .tit a{
    display: none;
}
.indexCon2 .tabIn .tit h2{
    opacity: 0.7;
}
.indexCon2 .tabIn .tit.in h2{
    opacity: 1;
}
.indexCon2 .tabIn .tit.in a{
    display: block;
}
.indexCon2 .tabCon>div{
    display: none;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.indexCon2 .tabCon>div.con{
    display: block;
}
.indexCon2 .tit a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.notice li{
    float: left;
    width: 25%;
    position: relative;
}
.notice::before,.notice li::before{
    display: block;
    content: "";
    width: 1px;
    height: 60%;
    background: rgba(102, 102, 102, 0.3);
    position: absolute;
    top: 20%;
}
.notice::before{
    right: 0px;
}
.notice li::before{
    left: 0px;
}
.notice li a{
    display: block;
    width: 100%;
    padding: 0.4rem;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.notice li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #0065b2;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all .5s;
}
.notice li a::after{
    display: block;
    content: "";
    border-width: 0;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: #ffffff;
    border-top-color: transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.notice li a p:nth-of-type(1){
    font-size: 0.36rem;
    color: #0065b2;
    line-height: 0.4rem;
}
.notice li a p:nth-of-type(1) span{
    font-size: 0.18rem;
    margin-left: 0.1rem;
    line-height: 0.2rem;
}
.notice li a p:nth-of-type(2){
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #333333;
    margin: 0.25rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.notice li a p:nth-of-type(3){
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #737373;
    text-indent: 0.15rem;
    width: 70%;
    background: linear-gradient(90deg, rgba(217,183,105,0.5) 0, rgba(217,183,105,0) 100%);
}
.notice li a:hover p{
    color: #ffffff;
}
.notice li a:hover p:nth-of-type(3){
    background: linear-gradient(90deg, rgba(217,183,105,1) 0, rgba(217,183,105,0) 100%);
}
.notice li a:hover::before{
    left: 0;
    width: 100%;
}
.notice li a:hover::after{
    border-width: 0.15rem;
}
.indexCon2 .arrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.4rem;
    height: auto;
    background: #ffffff;
    margin: 0.35rem auto;
    cursor: pointer;
}
.indexCon2 .arrow li{
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #0065b2;
    border-radius: 100%;
    background: transparent url(../img/jt1.png) no-repeat center;
    box-sizing: border-box;
}
.indexCon2 .arrow li:hover{
    background: #0065b2 url(../img/jt2.png) no-repeat center;
}
.indexCon2 .arrow li.prev{
    transform: rotateY(180deg);
}
.indexCon2 .w1440{
    position: relative;
    z-index: 10;
}
.indexCon2 .w1440::before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 101, 178, 0.3);
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    transform: translateY(50%);
    z-index: -1;
}
.indexCon4 ul li a{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.74rem;
    color: #333333;
    padding-left: 0.3rem;
    box-sizing: border-box;
    border-bottom: 1px dashed #cccccc;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexCon4 ul li a::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #0065b2;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.indexCon4 ul li a span{
    display: block;
    font-size: 0.14rem;
    color: #666666;
    padding-left: 20px;
    background: url(../img/timeIcon3.png) no-repeat left center;
    margin-left: 5px;
    font-weight: normal;
}
.indexCon4 ul li a:hover{
    padding-left: 0.35rem;
}
.indexCon4 ul li a:hover,.indexCon4 ul li a:hover span{
    color: #0065b2;
    font-weight: bold;
}
.indexCon4 ul li a:hover span{
    background: url(../img/timeIcon1.png) no-repeat left center;
    font-weight: normal;
}
/* 党建工作 */
.djgz{
    width: 48%;
}
.djgz ul li img{
    display: block;
    width: 100%;
    height: 2.88rem;
    object-fit: cover;
}

/* 学术交流 */
.indexCon3{
    overflow:hidden;
}
.xsjl{
    width: 64%;
    padding: 0.7rem 0.6rem 0.7rem 0;
    background: #0065b2;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.xsjl::before{
    display: block;
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #0065b2;
    z-index: -1;
}
.xsjl .tit h2,.xsjl .tit h2 b,.xsjl .tit h2 span,.xsjl .tit a{
    color: #ffffff;
}
.xsjl .tit a:hover{
    color: #d9b668;
}
.xsjl ul,.xsjl div.clearfix div{
    width: 50%;
}
.xsjl div.clearfix div.fl{
    background: #ffffff;
}
.xsjl div.clearfix div.fl a p.img{
    width: 100%;
    height: 2.86rem;
    overflow: hidden;
}
.xsjl div.clearfix div.fl a p.img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.xsjl div.clearfix div.fl a p.txt {
    padding: 0.3rem;
    box-sizing: border-box;
}
.xsjl div.clearfix div.fl a p.txt span{
    display: block;
}
.xsjl div.clearfix div.fl a p.txt span:nth-of-type(1){
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xsjl div.clearfix div.fl a p.txt span:nth-of-type(2){
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666666;
    max-height: 0.48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.1rem 0 0.15rem;
}
.xsjl div.clearfix div.fl a p.txt span:nth-of-type(3){
    float: right;
    font-size: 0.14rem;
    color: #0065b2;
    line-height: 0.2rem;
    padding-left: 20px;
    background: url(../img/timeIcon1.png) no-repeat left center;
}
.xsjl div.clearfix div.fl a:hover img{
    transform: scale(1.08);
}
.xsjl div.clearfix div.fl a:hover p.txt span:nth-of-type(1){
    font-weight: bold;
    color: #0065b2;
}
.xsjl ul{
    padding-left: 0.4rem;
    box-sizing: border-box;
}
.xsjl ul li a{
    display: block;
    width: 100%;
    padding: 0.28rem 0;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.xsjl ul li:first-of-type a{
    border-top: 1px dashed rgba(255,255,255,0.3);
}
.xsjl ul li a p:nth-of-type(1){
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.3rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .3s;
}
.xsjl ul li a p:nth-of-type(2){
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #fff;
    padding-left: 20px;
    background: url(../img/timeIcon2.png) no-repeat left center;
    margin-top: 0.1rem;
}
.xsjl ul li a:hover p:nth-of-type(1){
    color: #d9b668;
    font-weight: bold;
    padding-left: 5px;
}
/* 科学研究 */
.kxyj{
    width: 36%;
    padding: 0.7rem 0 0.7rem 0.6rem;
    padding-left: 0.6rem;
    background: #f4f3f1;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.kxyj::before{
    display: block;
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f6f8;
    z-index: -1;
}
.kxyj ul li a{
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    border-bottom: 1px dashed rgba(139,149,157,0.3);
}
.kxyj ul li:first-of-type a{
    border-top: 1px dashed rgba(139,149,157,0.3);
}
.kxyj ul li a p:nth-of-type(1){
    font-size: 0.16rem;
    line-height: 0.23rem;
    height: 0.46rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .3s;
}
.kxyj ul li a p:nth-of-type(2){
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #0065b2;
    padding-left: 20px;
    background: url(../img/timeIcon1.png) no-repeat left center;
    margin-top: 0.1rem;
}
.kxyj ul li a:hover p:nth-of-type(1){
    color: #0065b2;
    font-weight: bold;
    padding-left: 5px;
}
.indexCon5{
    padding-top: 0!important;
}
.indexCon5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.indexCon5 ul li{
    width: 15.4%;
    height: auto;
}
.indexCon5 ul li a{
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 3.5rem;
    z-index: 99;
}
.indexCon5 ul li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff),linear-gradient(45deg, rgba(139, 186, 234, 0) 0%, #1f77bb 50%, rgba(139, 186, 234, 0) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 88;
}
.indexCon5 ul li a p.img{
    position: relative;
    width: 100%;
    height: 0.8rem;
    z-index: 99;
    margin: 0.7rem 0 0.4rem;
}
.indexCon5 ul li a p.img img{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}
.indexCon5 ul li a p.img img:nth-of-type(1){
    display: block;
}
.indexCon5 ul li a p.con{
    text-align: center;
    position: relative;
    z-index: 99;
}
.indexCon5 ul li a p.con span{
    display: block;
}
.indexCon5 ul li a p.con span:nth-of-type(1){
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #000000;
    margin-bottom: 0.1rem;
}
.indexCon5 ul li a p.con span:nth-of-type(2){
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #b2b2b2;
}
.indexCon5 ul li a p.con::before{
    display: block;
    content: "";
    width: 25px;
    height: 3px;
    background: #0065b2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    transition: none;
}
.indexCon5 ul li a:hover{
    background: linear-gradient(-45deg, rgba(11, 108, 182, 1) 0%, rgba(11, 108, 182, 0.35) 50%, rgba(11, 108, 182, 1) 100%);
}
.indexCon5 ul li a:hover::before{
    display: none;
}
.indexCon5 ul li a:hover span{
    color: #ffffff!important;
}
.indexCon5 ul li a:hover p.con::before{
    background: #ffffff;
}
.indexCon5 ul li a:hover img:nth-of-type(2){
    display: block;
}
/* 动画 */
@media only screen and (min-width: 1040px){
    .indexCon1 .new,.indexCon1 .mtbd,.indexCon2,.indexCon3 .xsjl,.indexCon3 .kxyj,.indexCon4 .djgz,.indexCon5 ul li{
        visibility: visible;
        opacity: 1;
    }
    .indexCon1.animation .new{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
    }
    .indexCon1.animation .mtbd{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
    }
    .indexCon2.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    }
    .indexCon3.animation .xsjl{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .4s 1 normal backwards running fadeInLeft;
    }
    .indexCon3.animation .kxyj{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .4s 1 normal backwards running fadeInRight;
    }
    .indexCon4.animation .djgz:nth-of-type(1){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
    }
    .indexCon4.animation .djgz:nth-of-type(2){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
    }
    .indexCon5.animation ul li:nth-of-type(1){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .4s 1 normal backwards running fadeInUp;
    }
    .indexCon5.animation ul li:nth-of-type(2){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon5.animation ul li:nth-of-type(3){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .6s 1 normal backwards running fadeInUp;
    }
    .indexCon5.animation ul li:nth-of-type(4){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .7s 1 normal backwards running fadeInUp;
    }
    .indexCon5.animation ul li:nth-of-type(5){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .8s 1 normal backwards running fadeInUp;
    }
}
/* 媒体查询 */
@media only screen and (max-width: 1040px){
    .home body{
        height:auto;
        overflow:auto;
    }
    .banner .news_images img{
        height:auto;
    }
    .body_home{
        height:auto;
    }
    .body_b{
        position:static;
        padding-top: 0;
        overflow: hidden;
    }
    .bb{
    bottom: 15px;
    }
    .banner .slick-active .news_images img ,.banner .news_images img{
        transform: none;
        transition: none;
    }
    .showdiv .bb{
        bottom: 0;
    }
    .body_b.showdiv{
        padding-top: 0;
    }
}
@media only screen and (max-width: 1040px){
    .p07{
        padding: 50px 0;
    }
    .new,.mtbd,.xsjl,.kxyj,.zsjy,.djgz{
        width: 100%;
    }
    .mtbd,.kxyj,.djgz{
        margin-top: 50px;
    }
    .xsjl::before,.kxyj::before{
        display: none;
    }
    .xsjl,.kxyj{
        padding: 30px;
    }
    .djgz ul li img{
        height: auto;
    }
    .tit{
        margin-bottom: 20px;
    }
    .tit h2{
        font-size: 28px;
        line-height: 30px;
    }
    .tit h2 span{
        font-size: 14px;
        line-height: 20px;
        margin-top: 3px;
    }
    .tit a{
        font-size: 16px;
        line-height: 30px;
    }
    .newBanner li a p.time{
        width: 80px;
        height: 80px;
        font-size: 16px;
        left: 20px;
        top: 20px;
        border-radius: 20px 0 20px 0;
    }
    .newBanner li a p.time span{  
        font-size: 30px;
    }
    .newBanner li a img{
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .newBanner li a {
        padding: 58% 0 0;
    }
    .newBanner li a p.txt{
        padding: 15px;
        font-size: 16px;
    }
    .newBanner .slick-dots {
        right: 15px;
        bottom: 15px;
    }
    .newList li a{
        padding: 20px;
    }
    .newList li a p:nth-of-type(1){
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
    .newList li a p:nth-of-type(2){
        font-size: 14px;
    }
    .mtbd ul li{
        padding: 0 20px;
    }
    .mtbd ul li a p:nth-of-type(2){
        font-size: 16px;
        line-height: 26px;
        max-height: 52px;
        width: calc(100% - 80px);
    }
    .mtbd ul li a p:nth-of-type(1){
        font-size: 14px;
        width: 80px;
    }
    .mtbd ul li a p:nth-of-type(1) span{
        font-size: 26px;
    }
    .mtbd ul li a {
        padding: 15px 0;
    }
    .xsjl div.clearfix div.fl a p.img{
        height: 239px;
    }
    .xsjl div.clearfix div.fl a p.txt{
        padding: 20px;
    }
    .xsjl div.clearfix div.fl a p.txt span:nth-of-type(1){
        font-size: 16px;
        line-height: 26px;
    }
    .xsjl div.clearfix div.fl a p.txt span:nth-of-type(2){
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
        margin: 5px 0;
    }
    .xsjl div.clearfix div.fl a p.txt span:nth-of-type(3){
        font-size: 14px;
    }
    .xsjl ul{
        padding-left: 20px;
    }
    .xsjl ul li a{
        padding: 20px 0;
    }
    .xsjl ul li a p:nth-of-type(1){
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }
    .kxyj ul li a{
        padding: 20px 0;
    }
    .kxyj ul li a p:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
        height: auto;
        max-height:48px;
    }
    .indexCon4 ul li a{
        font-size: 16px;
        line-height: 58px;
    }
    .xsjl ul li a p:nth-of-type(2){
        margin-top: 8px;
    }
    .notice li a{
        padding: 25px;
    }
    .notice li a p:nth-of-type(1){
        font-size: 32px;
        line-height: 34px;
    }
    .notice li a p:nth-of-type(1) span{
        font-size: 15px;
    }
    .notice li a p:nth-of-type(2){
        font-size: 16px;
        line-height: 26px;
        margin: 12px 0;
    }
    .notice li a p:nth-of-type(3){
        font-size: 14px;
    }
    .indexCon2 .arrow{
        margin: 30px auto 0;
    }
    .indexCon5 ul{
        
    }
    .indexCon5 ul li{
        width: 32%;
        margin-bottom:30px;
    }
    .indexCon5 ul li:nth-of-type(4),.indexCon5 ul li:nth-of-type(5){
        /*width:49%;
        margin-bottom:0;*/
    }
}
@media only screen and (max-width: 768px){
    .bb .bb_sub{
        width: 40px;
        height: 40px;
        background-size: 30% auto;
    }
    .bb .next,.bb .prev {
        width: 40px;
        height: 40px;
    }
    .p07{
        padding: 30px 0;
    }
    .mtbd,.kxyj,.djgz{
        margin-top: 30px;
    }
    .xsjl,.kxyj{
        padding: 15px 12px;
    }
    .newList li{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .newList li a p:nth-of-type(1){
        height: auto;
    }
    .xsjl ul, .xsjl div.clearfix div{
        width: 100%;
        padding-left: 0;
    }
    .xsjl ul li a p:nth-of-type(1), .xsjl div.clearfix div.fl a p.img{
        height: auto;
    }
    .kxyj li a p.img{
        height: 360px;
    }
    .kxyj .slick-dots{
        bottom: 150px;
    }
    .notice li a{
        padding: 15px;
    }
    .indexCon2 .arrow{
        margin: 25px auto 0;
    }
    .indexCon2 .w1440::before{
        bottom: 19px;
    }
    .indexCon2 .arrow{
        width: 100px;
    }
    .indexCon2 .arrow li{
        width: 38px;
        height: 38px;
    }
    .newBanner .slick-dots li{
        width: 14px;
        height: 14px;
    }
    .newBanner .slick-dots li button,.newBanner .slick-dots li button:before{
        width: 6px;
        height: 6px;
    }
    .newBanner .slick-dots li.slick-active{
        margin: 0 5px;
    }
    .indexCon2 .tabIn{    
        justify-content: flex-start;
    }
    .indexCon2 .tabIn div.tit {
        margin-left: 30px;
    }
    .indexCon5 ul li{
        width:49%;
        margin-bottom: 20px;
    }
    .indexCon5 ul li a{
        flex-direction: row;
        height: auto;
        justify-content: flex-start;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
        height: 150px;
    }
    .indexCon5 ul li a p.con::before {
        display: none;
    }
    .indexCon5 ul li a p.img {
        margin: 0;
        width: 80px;
        height: 80px;
    }
    .indexCon5 ul li a p.img img {
        max-height: 80%;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
    }
    .indexCon5 ul li:last-of-type{
        width:100%;
    }
    .indexCon5 ul li a p.con span:nth-of-type(1){
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }

.indexCon5 ul li a p.con {
    text-align: left;
    margin-left: 20px;
}
    .indexCon5 ul li a p.con span:nth-of-type(2){
        font-size: 13px;
        line-height: 0.2rem;
    }
}
@media only screen and (max-width: 560px){
    .tit h2{
        font-size: 22px;
        line-height: 1;
    }
    .tit h2 span{
        font-size: 12px;
        line-height: 1;
        margin-top: 5px;
    }
    .tit a{
        font-size: 14px;
        line-height: 30px;
    }
    .kxyj li a p.img{
        height: 220px;
    }
    .newBanner li a p.time{
        width: 65px;
        height: 65px;
        font-size: 14px;
        left: 10px;
        top: 10px;
        border-radius: 15px 0 15px 0;
    }
    .newBanner li a p.time span{
        font-size: 24px;
    }
    .newBanner li a p.txt{
        padding: 10px;
        font-size: 15px;
    }

.newBanner .slick-dots {
    right: 10px;
    bottom: 15px;
}
    .newList li a{
        padding: 12px;
    }
    .newList li a p:nth-of-type(1){
        font-size: 15px;
        line-height: 24px;
        height: auto;
    }
    .newList li {
        margin-top: 15px;
    }
    .newList li a p:nth-of-type(2){
        font-size: 12px;
        margin-top: 0;
    }
    .mtbd ul li{
        padding: 0 12px;
    }
    .mtbd ul li a p:nth-of-type(2){
        font-size: 15px;
        line-height: 24px;
        max-height: 48px;
        width: calc(100% - 60px);
    }
    .mtbd ul li a p:nth-of-type(1){
        font-size: 12px;
        width: 60px;
        padding-right: 8px;
    }
    .mtbd ul li a p:nth-of-type(1) span{
        font-size: 22px;
        line-height: 26px;
    }
    .mtbd ul li a {
        padding: 10px 0;
    }
    .xsjl div.clearfix div.fl a p.txt{
        padding: 12px;
    }
    .xsjl div.clearfix div.fl a p.txt span:nth-of-type(1){
        font-size: 15px;
        line-height: 24px;
    }
    .xsjl div.clearfix div.fl a p.txt span:nth-of-type(2){
        font-size: 13px;
        line-height: 20px;
        max-height: 40px;
        margin: 5px 0;
    }
    .xsjl div.clearfix div.fl a p.txt span:nth-of-type(3){
        font-size: 12px;
    }
    .xsjl ul li a{
        padding: 12px 0;
    }
    .xsjl ul li a p:nth-of-type(1){
        font-size: 15px;
        line-height: 24px;
    }
    .xsjl ul li a p:nth-of-type(2) {
        margin-top: 6px;
    }
    .kxyj ul li a{
        padding: 12px 0;
    }
    .kxyj ul li a p:nth-of-type(1){
        font-size: 15px;
    }
     .kxyj ul li a p:nth-of-type(2) {
        margin-top: 6px;
    }
    .indexCon4 ul li a{
        font-size: 15px;
        line-height: 46px;
        padding-left: 15px;
    }
    .indexCon4 ul li a::before {
        left: 0;
    }
    .kxyj .slick-dots{
        bottom: 130px;
    }
    .notice::before, .notice li::before{
        display: none;
    }
    .notice li a{
        padding: 0;
    }
    .notice li a p:nth-of-type(1){
        font-size: 26px;
        line-height: 30px;
    }
    .notice li a p:nth-of-type(1) span{
        font-size: 14px;
    }
    .notice li a p:nth-of-type(2){
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0;
    }
    .notice li a p:nth-of-type(3){
        font-size: 12px;
    }
    .indexCon2 .arrow{
        margin: 15px auto 0;
    }
    .indexCon2 .tabIn div.tit{
        margin-left:20px;
    }
    .indexCon5 ul li{
        width:100%!important;
        margin-bottom: 15px!important;
    }
    .indexCon5 ul li a {
        height: 120px;
    }

    .indexCon5 ul li a p.img {
        width: 60px;
        height: 60px;
    }
}
