.t_syk {
    width: 100%;
    height: 700px;
}

.t_syk .banner_img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.top {
    overflow: hidden;
    margin-bottom: 38px;
    height: 70px;
    border-bottom: 1px solid #707070;
}

.top h3 {
    float: left;
    font-size: 30px;
    color: rgb(0, 63, 136);
    font-family: 微软雅黑;
    height: 100%;
    padding-left: 60px;
    border-bottom: 6px solid rgb(0, 63, 136);
    background: url(../img/news-icon.png) left 5px no-repeat;
}

.top a {
    padding-right: 20px;
    margin-right: 2px;
    float: right;
    display: block;
    font-size: 16px;
    font-family: 微软雅黑;
    color: rgb(102, 102, 102);
    line-height: 30px;
    margin-top: 15px;
    background: url(../img/more.png) right center no-repeat;
}
.cw-picture img{
	width: 100%;
}
.top_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-news {
    width: 56%;
}

.right-news {
    /*margin-left: 8%;*/
    width: 40%;
}

.pic {
    position: relative;
    width: 100%;
    height: 321px;
    overflow: hidden;
}

.pic img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    object-fit: cover;
}

.left-news:hover .pic img {
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.pic .date {
    position: absolute;
    width: 92px;
    height: 82px;
    background-color: #003f88;
    top: 0;
    text-align: center;
}

.pic .date .day {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

.pic .date .ym {
    font-size: 14px;
    color: #fff;
}

.news-content {
    height: 240px;
    padding: 20px 18px 40px 14px;
    background-color: #f8f8f8;
}

.left-news:hover .news-content {
    cursor: pointer;
    background-color: #003f88;
}

.news-content .news-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    max-height: 80px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-content .news-dec {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.left-news:hover .news-title {
    cursor: pointer;
    color: #ffffff;
}

.left-news:hover .news-content {
    cursor: pointer;
    color: #ffffff;
}

.left-news:hover .news-dec {
    cursor: pointer;
    color: #ffffff;
}

.right-news li {
    display: flex;
    height: 124px;
    overflow: hidden;
    border: 1px solid #efefef;
    margin-top: 21px;
    transition: all 0.25s ease-in-out;
}

.right-news li:first-child {
    margin-top: 0px;
	/* width:30%; */
    /*display: none;*/
}
.right-news li .content{
	width:70%;
}

.right-news li div img {
    transition: all 0.25s ease-in-out;
    width: 222px;
    height: 124px;
    object-fit: cover;
}

.right-news li:hover img {
    transform: scale(1.05);
    overflow: hidden;
}

.right-news li div {
    float: right;
    overflow: hidden;
}

.right-news li div.content {
    padding: 0 25px;
}

.right-news li div:nth-child(2) .title {
	margin-bottom: 10px;
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-family: 微软雅黑;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
    float: left;
    overflow: hidden;
}

.right-news li div:nth-child(2) span {
    display: block;
    font-size: 14px;
    color: rgb(102, 102, 102);
    float: right;
}

.right-news li:hover span{
    color: #FFFFFF!important;
}

.right-news li:hover {
    cursor: pointer;
    background-color: #003f88;
}


.notice {
    width: 100%;
    height: 549px;
    background-color: #0078c5;
    padding-top: 28px;
    padding-bottom: 60px;
    background-image: url("../img/social-bgimg.png");
    overflow: hidden;
}

.notice .not_con {
    width: 1200px;
    margin: 0 auto;
}

.notice .not_con .top {
    overflow: hidden;
    margin-bottom: 28px;
    height: 70px;
    border-bottom: 1px solid #ffffff;
}

.notice .not_con .top h3 {
    float: left;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    height: 100%;
    padding-left: 60px;
    border-bottom: 6px solid rgb(255, 255, 255);
    background: url(../img/notice-icon.png) left 5px no-repeat;
}

.notice .not_con .top a {
    color: #FFFFFF;
    background: url(../img/notice-more.png) right center no-repeat;
}

.tz_syk {
    width: 100%;
    /*height: 267px!important;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.tz_sykbox {
    width: 30%;
    padding: 25px 16px;
    background: url(../img/item_bg.png) no-repeat left bottom;
    background-color: #fff;
    border-bottom: 2px solid #003f88;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.25s ease-in-out;
    box-sizing: border-box;
    margin: 0 12px;
    height: 257px;
}

.tz_sykbox:hover {
    margin-top: -10px;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

.tz_sykbox .date {
    color: #ffffff;
    width: 80px;
    height: 75px;
    background-color: #003f88;
    text-align: center;
    float: left;
}

.tz_sykbox .date .day {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.tz_sykbox .date .ym {
    font-size: 14px;
}

.tz_sykbox .title {
    width: 70%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
    margin-top: -8px;
    padding-left: 10px;
}

/*.dec:after{*/
/*    content: "";*/
/*    clear: both;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*}*/
.dec {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 31px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 92px;
    margin-top: 30px;
    overflow: hidden;
}

/*.slick-dots{*/
/*    bottom: -45px!important;*/
/*}*/

/*实验室动态 列表页*/
.dt_top {
    overflow: hidden;
    margin-bottom: 38px;
    height: 70px;
    border-bottom: 1px solid #707070;
}

.dt_top h3 {
    float: left;
    font-size: 30px;
    color:#004ea1;
    height: 100%;
    /* padding-left: 60px; */
    border-bottom: 6px solid rgb(0, 63, 136);
}

.content_list {
    width: 100%;
}

.content_list li {
    padding: 20px 0;
    width: 100%;
    height: 134px;
    border-bottom: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    margin-top: 15px;
}

.content_list li:hover {
    background-color: #004ea1;
    color: #fff;
    cursor: pointer;
}

.content_list li:hover span {
    color: #fff;
}

.content_list li:hover .article_list .list_title {
    color: #fff;
}

.content_list li:hover .article_list .list_content {
    color: #fff;
}

{
    color: #fff
;
}

.content_list li .date {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

.content_list li .date span:nth-child(1) {
    font-size: 40px;
    color: #cccccc;
    font-weight: bold;
}

.content_list li .date span:nth-child(2) {
    font-size: 12px;
    color: #b2b1b1;
}

.content_list li .date span {
    display: block;
}

.content_list li .article_list {
    margin-left: 100px;
}

.content_list li .article_list .list_title {
    font-size: 20px;
    color: #004ea1;
    margin-top: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.content_list li  .article_list .list_title:hover{*/
/*     color: #FFFFFF;*/
/* }*/

.content_list li .article_list .list_content {
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}

/*.content_list li .article_list .list_content:hover{*/
/*    color: #FFFFFF;*/
/*}*/
.content_list li .line {
    position: absolute;
    left: 75px;
    top: 30px;
    height: 62px;
}

.content_list li .line img {
    height: 100%;
}

.te_content{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #434343;
    line-height: 1.5em;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #b2b2b2;*/
}

.contentAll{
    font-size: 18px;
    color: #434343;
    text-indent: 2em;
    line-height: 2em;
    padding-top: 30px;
}

.contentAll{
    font-size: 18px;
    color: #434343;
    text-indent: 2em;
    line-height: 2em;
    padding-top: 30px;
}
.contentAll p{
     font-size: 18px;
     line-height: 28px;
     margin-bottom: 10px;
 }
 .te_content1
        {
            font-size: 20px;
            text-align: center;
            color: #434343;
            line-height: 1.5em;
            padding-bottom: 30px;
            border-bottom: 1px solid #b2b2b2;
        }



