@charset "UTF-8";
/* banner */
.banner{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.banner a{
    display: block;
    position: relative;
}
.banner p.container{
    position: absolute;
    background: rgb(0, 0, 0,0.6);
    color: #fff;
    line-height: 56px;
    height: 56px;
    font-size: 22px;
    text-indent:10px;
    left: 0; 
    bottom: 0; 
    right: 0; 
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner .slick-dots{
    bottom: 35px;
    text-align: center;
}
.banner .slick-dots li.slick-active, .banner .slick-dots li.slick-active button{
    width: 20px;
    height: 20px;
    border-radius:50%;
    margin-right: 8px;
}
.banner .slick-dots li.slick-active button:before{
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background: #811c17;
}
.banner .slick-dots li button:before
{
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    border-radius: 50%;
    background: #fff;
}

/* 研院动态 */
.dt_zs{
    margin-top: 24px;
}
.dt_zs .yydt{
    padding-right: 18px;
}
.dt_zs .yydt h2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #434343;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.dt_zs .yydt h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 75%;
    height: 3px;
    background: #bf2b2b;
    left: 120px;
    top: 18px;
}
.dt_zs .yydt h2 a{
    font-size: 16px;
    color: #434343;
    line-height: 40px;
    font-weight: normal;
    padding-right: 20px;
    background: url(../img/more.png) no-repeat right center;
}
.dt_zs .yydt h2 a:hover{
    color:  #ba2a17;
}
/* 研院动态banner */
.dt_zs .yydt .yydt_banner{
    padding-right: 15px;
}
.dt_zs .yydt .yydt_banner div.news_images a{
    display: block;
    position: relative;
    overflow:hidden;
    height: 266px;
}
.dt_zs .yydt .yydt_banner div.news_images a img{
    transition:all 2s;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.dt_zs .yydt .yydt_banner div.news_images a:hover img{
    transform:scale(1.2);
}
.dt_zs .yydt .yydt_banner div.news_images a p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: rgb(0, 0, 0,0.6);
    z-index: 100;
}
.dt_zs .yydt .yydt_banner div.news_images a p span{
    text-indent: 10px;
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dt_zs .yydt .yydt_banner .slick-dots{
    bottom: 8px;
    text-align: right;
    padding-right: 10px;
}
.dt_zs .yydt .yydt_banner .slick-dots li.slick-active, .banner .slick-dots li.slick-active button{
    width: 26px;
    height: 20px;
    margin-right: 8px;
}
.dt_zs .yydt .yydt_banner .slick-dots li.slick-active button:before{
    width: 26px;
    height: 12px;
    background: #ffde00;
    border-radius: 6px;
}
.dt_zs .yydt .yydt_banner .slick-dots li button:before
{
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    background: #fff;
    border-radius: 6px;
}
/* 研院动态列表 */
.dt_zs .yydt .yydt_list{
    padding-left: 15px;
}
.dt_zs .yydt .yydt_list ul li{
    width: 100%;
    height: 38px;
}
.dt_zs .yydt .yydt_list ul li a{
    display: block;
    line-height: 38px;
    font-size: 16px;
    color: #434343;
    text-indent: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/index_list.png) left center no-repeat;
}
.dt_zs .yydt .yydt_list ul li a span{
    font-size: 14px;
    line-height: 38px;
    color: #9b9b9b;
}
.dt_zs .yydt .yydt_list ul li a:hover{
    color: #ba2a17;
}

/* 招生信息 */
.dt_zs .zsxx{
    padding-left: 18px;
}
.zsxx>div h2{
    line-height: 40px;
    color: #434343;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.zsxx>div h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 48%;
    height: 3px;
    background: #bf2b2b;
    left: 120px;
    top: 18px;
}
.zsxx>div h2 a{
    font-size: 16px;
    color: #434343;
    line-height: 40px;
    font-weight: normal;
    padding-right: 20px;
    background: url(../img/more.png) no-repeat right center;
}
.dt_zs .zsxx>div h2 a:hover{
    color: #ba2a17;
}
.dt_zs .zsxx>div ul li a{
    display: block;
    line-height: 38px;
    font-size: 16px;
    color: #434343;
    text-indent: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/index_list.png) left center no-repeat;
}
.dt_zs .zsxx>div ul li a span{
    font-size: 14px;
    line-height: 38px;
    color: #9b9b9b;
}
.dt_zs .zsxx>div ul li a:hover{
    color: #ba2a17;
}
/* tab 常用平台 */
.tab_cypt{
    margin-top: 30px;
}
/* tab栏 */
.tab{
    padding-right: 18px;
}
.tab  div.parHd{
    height: 52px;
}
.tab  div.parHd ul{
    border-bottom: 3px solid #cdcdcd;
}
.tab  div.parHd ul li{
    float: left;
    width: auto;
    margin-right: 34px;
    font-size: 22px;
    color: #bf2b2b;
    font-weight: bold;
    line-height: 46px;
    position: relative;
    padding-right: 15px;
}
.tab div.parHd ul li.on::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #bf2b2b;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.tab div.parBd{
    background: #fff;
}
.tab  div.parBd div.slideBox{
    background: #fff;
    padding-top: 20px;
}
.tab  div.parBd div.slideBox ul li{
    widtt:100%;
    overflow:hidden;
}
.tab  div.parBd div.slideBox ul li a{
    width: 66%;
    display: block;
    font-size: 16px;
    color: #434343;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.tab  div.parBd div.slideBox ul li a span{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 42px;
}
.tab  div.parBd div.slideBox ul li a:hover{
    color: #ba2a17;
}
.tab  div.parBd div.slideBox ul>a.more{
    position: absolute;
    line-height: 42px;
    right: 18px;
    top: 0;
    color: #434343;
    font-size: 16px;
    padding-right: 20px;
    background: url(../img/more.png) no-repeat right center;
}
.tab  div.parBd div.slideBox ul>a.more:hover{
    color: #ba2a17;
}

/* 常用平台 */
.tab_cypt .cypt{
    padding-left: 18px;
}
.tab_cypt .cypt h2{
    line-height: 26px;
    margin-bottom: 10px;
}
.tab_cypt .cypt h2::before{
    top:12px;
}
.tab_cypt .cypt h2 a{
    line-height: 26px;
}
.tab_cypt .cypt>div>div{
    padding: 25px;
    background: url(../img/cypt_bg.png) center;
}
.tab_cypt .cypt>div>div p.time{
    font-size: 16px;
    color: #434343;
    margin: 12px 0 30px;
}
.tab_cypt .cypt>div>div p.xn{
    font-size: 16px;
    color: #434343;
}
.tab_cypt .cypt>div>div p.xn span.season,.tab_cypt .cypt>div>div p.xn span.week{
    font-size: 36px;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    display: inline-block;
    background: #9a0b12;
}
.tab_cypt .cypt>div>div p.xn span.season{
    margin-right: 10px;
}
.tab_cypt .cypt>div>div p.xn span.week{
    margin: 0 10px;
}
.tab_cypt .cypt>div>div>ul.link{
    margin-top: 1px;
    border-top: 1px solid #d9d9d9;
}
.tab_cypt .cypt>div>div>ul.link li a{
    display: block;
    position: relative;
    width: 50%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    color: #5a5a5a;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab_cypt .cypt>div>div>ul.link li a:hover{
    color: #bf2b2b;
}
.tab_cypt .cypt>div>div>ul.link li.first a:hover::before{
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 20%;
    background: url(../img/jiantou.png) no-repeat center;
    background-size: 100% 100%;
}
.tab_cypt .cypt>div>div>ul.link li.first a{ 
    width: 100%;
}
/* 专题 */
.zt{
    margin-top: 30px;
}
.zt>div h2{
    line-height: 40px;
    color: #434343;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.zt>div h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 3px;
    background: #bf2b2b;
    left: 100px;
    top: 18px;
}
.zt>div h2 a{
    font-size: 16px;
    color: #434343;
    line-height: 40px;
    font-weight: normal;
    padding-right: 20px;
    background: url(../img/more.png) no-repeat right center;
}
.zt div.link_img{
    margin-top: 20px;
}
.zt div.link_img div.slick-slide{
	padding: 0 10px;
}
.zt div.link_img div.slick-slide a,.zt div.link_img div.slick-slide a {
    overflow:hidden;
    position: relative;
}
.zt div.link_img div.slick-slide a,.zt div.link_img div.slick-slide a img{
	width: 100%;
	display: block;
}
.zt div.link_img div.slick-slide a img{
    transition: all 2s;
}
.zt div.link_img div.slick-slide a:hover img{
	transform: scale(1.2);
}
.zt div.link_img div.slick-slide a p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: rgba(145, 124, 91, 0.7);
}