@charset "utf-8";
/*banner*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner .slick-slide {
    width: 100%;
}
.banner .slick-dots {
    width: 1200px;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: right;
    box-sizing: border-box;
}
.banner .slick-slide img{
    transform: scale(1.2);
    transition: opacity 0.3s ease 0s, transform 0s ease 1s;
}
.banner .slick-current img {
	transform: scale(1);
	transition: all 5s cubic-bezier(0, 0.56, 0.44, 1) 0s;
}
.banner .news_images {
    width: 100%;
}

.banner .news_images a {
    display: block;
}

.news_images img {
    display: block;
    width: 100%;
}
.banner .slick-dots {bottom: 25px;text-align: center;}
.banner .slick-dots li.slick-active,
.banner .slick-dots li.slick-active button {
    width: 35px;
    height: 20px;
    border-radius: 50%;
    margin-right: 20px;
}

.banner .slick-dots li.slick-active button:before {
    width: 35px;
    height: 12px;
    border-radius: 25px;
    background: #1f61af;
}

.banner .slick-dots li button:before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    border-radius: 50%;
    background: #fff;
}

div.tit h2{
    position: relative;
    margin-bottom: 35px;
    z-index: 10;
}
div.tit h2 p{
    font-size: 30px;
    font-weight: bold;
    padding: 0 60px;
    line-height: 40px;
    height: 40px;
    float: left;
    width: 300px;
}
div.tit h2 p font{
    font-size: 18px;
    color: #b2b2b2;
    font-weight: normal;
    margin-left: 30px;
    line-height: 1;
    display: inline-block;
}
div.tit h2 a{
    font-size: 18px;
    line-height: 40px;
    color: #1f61af;
    font-weight: normal;
    padding-left: 60px;
}
div.tit h2 a:hover{
    color: #ff9f03;
}
div.tit h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #e0e0e0;
    z-index: -1;
}
/*重点新闻*/
.cdxw {
    margin: 40px 0;
}
.cdxw>div.w1400{
    position:relative;
}
.cdxw ul.xwdtTab{
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.cdxw ul.xwdtTab{
    width: 410px;
    padding-left: 60px;
    background: #ffffff url(../img/news.png) no-repeat left center;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.cdxw div.tab{
    position: relative;
}
.cdxw div.tab::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #f4f4f4;
    z-index: 1;
}
.cdxw ul.xwdtTab li{
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #aeaeae;
    margin-right: 50px;
    line-height: 40px;
    cursor: pointer;
}
.cdxw ul.xwdtTab li.xwdtNav_in{
    color: #333333;
}
.cdxw ul.xwdtTab li>a.more{
    display: none;
    position: absolute;
    right: calc(410px - 1400px);
    top: -2px;
    font-size: 18px;
    line-height: 40px;
    color: #1f61af;
    font-weight: normal;
    padding-left: 60px;
    background: #ffffff;
    z-index: 10;
}
.cdxw ul.xwdtTab li.xwdtNav_in a.more{
    display:block;
}
.cdxw ul.xwdtTab li.xwdtNav_in a.more:hover{
    color:#f4a148;
}
.cdxw .cdxw_sub{
    opacity: 0;
    visibility: hidden;
}
.cdxw.animation .cdxw_sub{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.cdxw .cdxw_sub{
    display:none;
}
.cdxw .cdxw_sub.xwdtCon{
    display:block;
}
.cdxw .new_img{
    width: 440px;
    margin-right: 30px;
    overflow: hidden;
}
.cdxw .new_img div.slick-slide,.cdxw .new_img div.slick-list{
    width:440px!important;
}
.cdxw .new_img a img{
    display: block;
    width: 100%;
    height: 330px;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}
.cdxw .new_img a p{
    font-size: 17px;
    line-height: 26px;
    color: #333;
    margin-top: 10px;
}

.cdxw .new_img a:hover p{
    color: #1f61af;
}

.cdxw .new_img a p font{
    float: right;
    color: #a0a0a0;
    font-size: 14px;
}
.cdxw .new_img .slick-dots{
    bottom: 35px;
    height: 34px;
    background: rgba(0,0,0,0.6);
    border-radius: 0 0 5px 5px;
}
.cdxw .new_img .slick-dots li{
    width:20px;
}
.cdxw .new_img .slick-dots li button:before{
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.cdxw .new_img .slick-dots li.slick-active, .cdxw .new_img .slick-dots li.slick-active button{
    width: 20px;
    height: 20px;
    border-radius:50%;
}
.cdxw .new_img .slick-dots li.slick-active button:before{
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background: #1f61af;
}
.cdxw .new_img .slick-dots li button:before
{
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    border-radius: 100%;
    background: #fff;
}
.new_list{
    width: 930px;
}

.new_list ul li{
    float: left;
    width: 450px;
    margin-right: 30px;
    border-bottom: 1px solid #ececec;
    margin-top: 25px;
}

.new_list ul li:nth-child(1),.new_list ul li:nth-child(2){
    margin-top: 0;
}

.new_list ul li:nth-child(9),.new_list ul li:nth-child(10){
    border-bottom: none;
}

.new_list ul li:nth-child(2n){
    margin-right: 0;
}

.new_list ul li a{
    display: block;
    width: 100%;
    line-height: 30px;
    color: #333;
    font-size: 16px;
}

.new_list ul li a p.time{
   width: 20%;
   padding:10px;
   box-sizing: border-box;
   text-align:center;
   background: #ebebeb;
   font-size: 15px;
   line-height: 1;
}
.new_list ul li a p.time span{
    display:block;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
}
.new_list ul li a p.txt{
    width: 80%;
    box-sizing: border-box;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    padding: 5px 0 5px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
}
.new_list ul li a:hover p{
    color: #1f61af;
}
/* 通知公告 */
.notice{
    padding: 40px 0;
    background: url(../img/bg_tzgg.png) no-repeat;
    background-size: 100% 100%;
}
.notice_con{
    width: 1300px;
    overflow: hidden;
    padding-top: 40px;
}
.notice_tit{
    width: 100px;
    float: left;
    padding-top: 60px;
    background: url(../img/notice.png) no-repeat top left;
}
.notice_tit a{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #1f61af;
    margin-top: 110px;
}
.notice_tit a:hover{
    color:#f4a148;
}
.notice .notice_tit{
    opacity: 0;
    visibility: hidden;
}
.notice.animation .notice_tit{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.6s 1 normal backwards running fadeInLeft;
}
.notice_con div{
    padding: 0 5px;
}
.notice_con div a{
    display: block;
    padding: 50px;
    background: url(../img/notice_con_bg.png) no-repeat center;
    border-radius: 5px;
    margin-top: 30px;
    transition: all .8s;
    cursor: pointer;
}

.notice_con div a p.title{
    font-size: 18px;
    line-height: 32px;
    height: 80px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
    box-sizing: border-box;
}
.notice_con div a p.txt{
    margin-top: 20px;
    color:#818181;
    font-size:15px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.notice_con div a p.time{
    font-size: 16px;
    color: #cccccc;
    margin-top: 15px;
}
.notice_con div a:hover{
    margin-top: 0;
}
.notice_con div a:hover p.title{
    color: #1f61af;
}
.notice_con .slick-prev{
    position:absolute;
    left: inherit;
    right: 50px;
    top: 20px;
    background:url(../img/lb_left.png);
    width:32px;
    height: 20px;
    display:inline-block;
    z-index:1000;
}
.notice_con .slick-next{
    position:absolute;
    right: 0;
    top: 20px;
    background:url(../img/lb_right.png);
    width:32px;
    height: 20px;
    display:inline-block;
    z-index:1000;
}
.notice_con .slick-prev:hover{
    background:url(../img/lb_left2.png); 
}
.notice_con .slick-next:hover{
    background:url(../img/lb_right2.png);
}
.notice .notice_con{
    opacity: 0;
    visibility: hidden;
}
.notice.animation .notice_con{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInRight;
}
/* 活动预告 */
.hdyg{
    padding: 35px 0 45px;
}
.hdyg div.tit h2 p{
    background: url(../img/hdyg.png) no-repeat left center;
}
.hdyg div.tit h2::before{
    display:none;
}
.hdyg div.tit{
    opacity: 0;
    visibility: hidden;
}
.hdyg.animation div.tit{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.hdyg_sub ul li{
    width: 440px;
    float: left;
    padding: 26px;
    box-sizing: border-box;
    margin-right: 40px;
}
.hdyg_sub ul li:nth-child(1){
    background: url(../img/hdyg_img1.png) no-repeat left center;
}
.hdyg_sub ul li:nth-child(2){
    background: url(../img/hdyg_img2.png) no-repeat left center;
}
.hdyg_sub ul li:nth-child(3){
    margin-right: 0;
    background: url(../img/hdyg_img3.png) no-repeat left center;
}
.hdyg .hdyg_sub ul li{
    opacity: 0;
    visibility: hidden;
}
.hdyg.animation .hdyg_sub ul li:nth-child(1){
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.hdyg.animation .hdyg_sub ul li:nth-child(2){
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.7s 1 normal backwards running fadeInUp;
}
.hdyg.animation .hdyg_sub ul li:nth-child(3){
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.9s 1 normal backwards running fadeInUp;
}
.hdyg_sub ul li a{
    display: block;
    padding: 22px;
    background: #fff;
}
.hdyg_sub ul li p.title{
    color:#333;
    font-size:18px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.hdyg_sub ul li p.xx{
    padding-left: 10px;
    border-left: 2px solid #dadbdd;
}
.hdyg_sub ul li p span{
    display:block;
    float: left;
    font-size: 14px;
    color: #808080;
    padding-left: 28px;
    box-sizing: border-box;
}
.hdyg_sub ul li p span.hdrq{
    width: 100%;
    background: url(../img/hdyg_icon.png) no-repeat left 5px;
}
.hdyg_sub ul li p span.xy{
    width: 55%;
    background: url(../img/hdyg_icon.png) no-repeat left -22px;
}
.hdyg_sub ul li p span.js{
    width: 45%;
    background: url(../img/hdyg_icon.png) no-repeat left -47px;
}
.hdyg_sub ul li a:hover p.title{
    color: #1f61af;
}
.hdyg_sub ul li a:hover p.xx{
    border-left: 2px solid #1f61af;
}
.hdyg_sub ul li a:hover p span.hdrq{
    background: url(../img/hdyg_icon2.png) no-repeat left 5px;
}
.hdyg_sub ul li a:hover p span.xy{
    background: url(../img/hdyg_icon2.png) no-repeat left -22px;
}
.hdyg_sub ul li a:hover p span.js{
    background: url(../img/hdyg_icon2.png) no-repeat left -47px;
}

/* 媒体重电  部门动态 */
.mt_dt{
    padding-bottom: 40px;
}
.md_sub ul.mdTab{
    width: 420px;
    padding-left: 60px;
    background: url(../img/mtdt.png) no-repeat left center;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.md_sub>div.tab{
    position: relative;
}
.md_sub>div.tab::before{
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #f4f4f4;
    z-index: 1;
}
.md_sub ul.mdTab li{
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #aeaeae;
    margin-right: 0px;
    line-height: 40px;
    cursor: pointer;
}
.md_sub ul.mdTab li font{
    font-size: 18px;
    color: #b2b2b2;
    font-weight: normal;
    margin-left: 30px;
    line-height: 1;
    display: inline-block;
}
.md_sub ul.mdTab li.mdNav_in{
    color: #333333;
}
.md_sub .mdBox>div{
    display: none;
    position: relative;
    animation: fadeInUp 0.6s ease backwards .1s
}
.md_sub .mdBox>div>a{
    display: block;
    position: absolute;
    right: 0;
    top: -72px;
    font-size: 18px;
    line-height: 40px;
    color: #1f61af;
    font-weight: normal;
    padding-left: 60px;
    z-index: 11;
}
.md_sub .mdBox>div>a:hover{
    color:#f4a148;
}
.md_sub .mdBox>div.mdCon{
    display: block;
}
.mt_dt .mdBox,.mt_dt .tab{
    opacity: 0;
    visibility: hidden;
}
.mt_dt.animation .tab{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.7s 1 normal backwards running fadeInUp;
}
.mt_dt.animation .mdBox{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.9s 1 normal backwards running fadeInUp;
}
.md_sub .mdBox>div>div,.md_sub .mdBox>div>div a,.md_sub .mdBox>div>div a img{
    display: block;
    width: 635px;
    height: 406px;
    object-fit: cover;
    overflow: hidden;
    transition: .8s;
}
.md_sub .mdBox>div>div:hover a img{
    transform: scale(1.2);
}
.md_sub .mdBox>div ul{
    width: 715px;
    margin-left: 50px;
}
.md_sub .mdBox>div ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.md_sub .mdBox>div ul li a span{
    font-size: 14px;
    color: #999999;
}
.md_sub .mdBox>div ul li a:hover{
    color: #1f61af;
}
.md_sub .mdBox>div ul li:first-child a{
    white-space: inherit;
    text-overflow: inherit;
    overflow: auto;
}
.md_sub .mdBox>div ul li:first-child a h2{
    font-size: 22px;
    line-height: 40px;
    color: #333;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.md_sub .mdBox>div ul li:first-child a:hover h2{
    color: #1f61af;
}
.md_sub .mdBox>div ul li:first-child a p{
    font-size: 15px;
    color: #808080;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}
/* 校园风光 */
.xyfg{
    padding: 30px 0;
    background: url(../img/bg_xyfg.png) no-repeat;
    background-size: 100% 100%;
}
.xyfg .xyfg_sub,.xyfg  div.tit,.zt  div.tit,.zt .zt_sub{
    opacity: 0;
    visibility: hidden;
}
.xyfg.animation div.tit{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.xyfg.animation .xyfg_sub{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.xyfg div.tit h2 p{
    background: url(../img/xyfg.png) no-repeat left center;
}
.xyfg div.tit h2::before{
    display:none;
}
.xyfg div.tit h2 p font{
    color:#6794c9;
}
.xyfg div.tit h2 a{
    background:#f6f9fe;
}
.xyfg_sub ul li{
    padding: 0 10px;
}
.xyfg_sub ul li img{
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}
.xyfg_sub ul li p{
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}
.xyfg_sub ul li a:hover p{
    color: #1f61af;
}
.xyfg_sub .slick-prev{
    position:absolute;
    left: inherit;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    background:url(../img/xyfg_icon.png) no-repeat left top;
    width:45px;
    height: 45px;
    display:inline-block;
    z-index:1000;
}
.xyfg_sub .slick-next{
    position:absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background:url(../img/xyfg_icon.png) no-repeat left -50px;
    width:45px;
    height: 45px;
    display:inline-block;
    z-index:1000;
}
.xyfg_sub .slick-prev:hover{
    background:url(../img/xyfg_icon.png) no-repeat -50px top;
}
.xyfg_sub .slick-next:hover{
    background:url(../img/xyfg_icon.png) no-repeat -50px -50px;
}
/*专题栏目*/
.zt{
    margin: 35px 0;
}
.zt div.tit h2 p{
     background: #ffffff url(../img/xyfg.png) no-repeat left center;
}
.zt .zt_sub ul li{
    width: 23.5%;
    float:left;
    margin-right:2%;
}
.zt .zt_sub ul li:nth-child(4){
    margin-right:0;
}
.zt .zt_sub ul li a ,.zt .zt_sub ul li a img{
    display:block;
    width:100%;
}
.zt .zt_sub ul li a img{
    height: 118px;
    object-fit:cover;
}
.zt.animation div.tit{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.zt.animation .zt_sub{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
/* 快速通道 */
.kstd{
    margin: 30px 0;
}
.kstd ul li{
    float: left;
    width: 18.4%;
    margin-right: 2%;
    opacity: 0;
    visibility: hidden;
}
.kstd.animation ul li:nth-child(1){
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-child(2){
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.4s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-child(3){
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-child(4){
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.6s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-child(5){
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.7s 1 normal backwards running fadeInUp;
}
.kstd ul li:last-child{
    margin-right: 0;
}
.kstd ul li a{
    display: block;
    width: 100%;
    padding: 21px 55px;
    box-shadow: 0px 0px 5px 1px #cacbcc;
    box-sizing: border-box;
    background: #fff;
}
.kstd ul li a p{
    font-size: 18px;
    color: #4c4c4c;
    text-align: right;
    line-height: 40px;
}
.kstd ul li:nth-child(1) a p{
    background: url(../img/xt_icon.png) no-repeat left 1px;
}
.kstd ul li:nth-child(2) a p{
    background: url(../img/xt_icon.png) no-repeat left -36px;
}
.kstd ul li:nth-child(3) a p{
    background: url(../img/xt_icon.png) no-repeat left -78px;
}
.kstd ul li:nth-child(4) a p{
    background: url(../img/xt_icon.png) no-repeat left -118px;
}
.kstd ul li:nth-child(5) a p{
    background: url(../img/xt_icon.png) no-repeat left -160px;
}
.kstd ul li:nth-child(1) a:hover{
    background: #f5b565;
}
.kstd ul li:nth-child(2) a:hover{
    background: #4190c4;
}
.kstd ul li:nth-child(3) a:hover{
    background: #479fe6;
}
.kstd ul li:nth-child(4) a:hover{
    background: #dc4d42;
}
.kstd ul li:nth-child(5) a:hover{
    background: #2dbea6;
}
.kstd ul li:nth-child(1) a:hover p{
    color: #fff;
    background: url(../img/xt_icon2.png) no-repeat left 1px;
}
.kstd ul li:nth-child(2) a:hover p{
    color: #fff;
    background: url(../img/xt_icon2.png) no-repeat left -36px;
}
.kstd ul li:nth-child(3) a:hover p{
    color: #fff;
    background: url(../img/xt_icon2.png) no-repeat left -78px;
}
.kstd ul li:nth-child(4) a:hover p{
    color: #fff;
    background: url(../img/xt_icon2.png) no-repeat left -118px;
}
.kstd ul li:nth-child(5) a:hover p{
    color: #fff;
    background: url(../img/xt_icon2.png) no-repeat left -160px;
}