@charset "utf-8";
.section1 {
    padding-top: 0.5rem;
    padding-bottom: 0.85rem;
    background: url(../images/sect1-bg.png) no-repeat center center;
    background-size: cover;
}

.title {
    margin-bottom: 0.4rem;
    align-items: center;
}

.title h2 {
    font-size: 0.36rem;
    color: #000;
    font-family: "sisong";
}

.title a {
    padding-left: 0.35rem;
    background: url(../images/more.png) no-repeat left center;
    background-size: 0.26rem auto;
    font-size: 0.14rem;
    color: #111;
}

.title a:hover {
    text-decoration: underline;
}

.s1-l {
    width: 6.8rem;
    margin-right: 0.4rem;
}

.s1-l a {
    display: block;
}

.s1-l a .pic {
    padding-top: 62.6%;
}

.s1-l a .text {
    position: relative;
    background: #fff;
    padding: 0.45rem 0.2rem 0.25rem 0.2rem;
    border: 0.01rem solid #eee;
}

.s1-l a .text p {
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #777777;
    height: 0.66rem;
    overflow: hidden;
}

.s1-l a .text h2 {
    position: absolute;
    top: -0.27rem;
    left: 0;
    width: 70%;
    line-height: 0.55rem;
    background: #1d6bbb;
    padding: 0 0.3rem;
    font-size: 0.17rem;
    color: #fff;
    font-weight: normal;
}

.s1-l .news .slick-dots {
    width: auto;
    left: auto;
    right: 0.1rem;
    bottom: 1.1rem;
}

.s1-l .news .slick-dots li {
    width: 0.27rem;
    height: 0.05rem;
    background: #c6c6c6;
    margin: 0 0.04rem;
    transition: all .3s;
}

.s1-l .news .slick-dots li.slick-active {
    background: #315fb0;
}

.e1-l {
    width: 7.45rem;
    margin-right: 0.4rem;
}

.e1-l a {
    display: block;
}

.e1-l a .pic {
    padding-top: 83.6%;
}

.e1-l a .text {
    position: relative;
    /* background: #fff; */
    /* padding: 0.45rem 0.2rem 0.25rem 0.2rem; */
    /* border: 0.01rem solid #eee; */
}

.e1-l a .text p {
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #777777;
    height: 0.66rem;
    overflow: hidden;
}

.e1-l a .text h2 {
    position: absolute;
    top: -0.55rem;
    left: 0;
    width: 100%;
    line-height: 0.55rem;
    background: #262626c4;
    padding: 0 0.3rem;
    font-size: 0.17rem;
    color: #fff;
    font-weight: normal;
}

.e1-l .news .slick-dots {
    width: auto;
    left: auto;
    right: 0.2rem;
    bottom: .8rem;
}

.e1-l .news .slick-dots li {
    width: 0.27rem;
    height: 0.05rem;
    background: #c6c6c6;
    margin: 0 0.04rem;
    transition: all .3s;
}

.e1-l .news .slick-dots li.slick-active {
    background: #315fb0;
}


.e2-l {
    width: 4.8rem;
    margin-right: 0.4rem;
}

.e2-l a {
    display: block;
}

.e2-l a .pic {
    padding-top: 83.6%;
}

.e2-l a .text {
    position: relative;
    /* background: #fff; */
    /* padding: 0.45rem 0.2rem 0.25rem 0.2rem; */
    /* border: 0.01rem solid #eee; */
}

.e2-l a .text p {
    line-height: 0.22rem;
    font-size: 0.14rem;
    color: #777777;
    height: 0.66rem;
    overflow: hidden;
}

.e2-l a .text h2 {
    position: absolute;
    top: -0.55rem;
    left: 0;
    width: 100%;
    line-height: 0.55rem;
    background: #262626c4;
    padding: 0 0.3rem;
    font-size: 0.17rem;
    color: #fff;
    font-weight: normal;
}

.e2-l .news .slick-dots {
    width: auto;
    left: auto;
    right: 0.2rem;
    bottom: .8rem;
}

.e2-l .news .slick-dots li {
    width: 0.27rem;
    height: 0.05rem;
    background: #c6c6c6;
    margin: 0 0.04rem;
    transition: all .3s;
}

.e2-l .news .slick-dots li.slick-active {
    background: #315fb0;
}




.s1-r {
    flex: 1;
    min-width: 1;
}

.s1r-t a {
    display: block;
    padding: 0.3rem 0.2rem;
    background: url(../images/s1-r-bg.jpg) no-repeat center bottom;
    background-size: cover;
    box-shadow: 0 0 0.15rem #ececec;
}

.s1r-t a h2 {
    font-size: 0.2rem;
    color: #111;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1r-t a:hover h2 {
    text-decoration: underline;
    color: #1d6bbb;
}

.s1r-t a p {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.26rem;
    height: 0.78rem;
    overflow: hidden;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

.s1r-t a .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1r-t a .info span {
    padding: 0 0.1rem;
    line-height: 0.28rem;
    font-size: 0.14rem;
    color: #fff;
    background: #ddac41;
    border-radius: 0.15rem;
}

.s1r-b ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s1r-b ul li {
    position: relative;
    margin-top: 0.35rem;
    width: 48%;
    background: #fff;
    box-shadow: 0rem 0rem 0.06rem 0rem rgba(196, 203, 203, 0.36);
    top: 0;
    transition: all .3s;
}

.s1r-b ul li:hover {
    top: -0.05rem;
}

.s1r-b ul li a {
    padding: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1r-b ul li:hover a {
    position: relative;
}

.s1r-b ul li a .date {
    border-top: 0.05rem solid #ddac41;
    color: #fff;
    background: url(../images/date-bg.png) no-repeat center center;
    background-size: 100% 100%;
    width: 0.55rem;
    height: 0.76rem;
    margin-right: 0.15rem;
    text-align: center;
}

.s1r-b ul li a .date p {
    position: relative;
    padding-top: 0.07rem;
    padding-bottom: 0.1rem;
    font-size: 0.16rem;
    color: #fff;
}

.s1r-b ul li a .date p::after {
    content: "";
    position: absolute;
    bottom: 0.03rem;
    width: 0.19rem;
    height: 0.02rem;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.s1r-b ul li a .date span {
    font-size: 0.16rem;
    color: #fff;
}

.s1r-b ul li a .text {
    flex: 1;
    min-width: 0;
}

.s1r-b ul li a .text p {
    line-height: 0.26rem;
    font-size: 0.18rem;
    color: #111111;
    height: 0.78rem;
    overflow: hidden;
}

.section2 {
    padding-top: 0.85rem;
    padding-bottom: 0.4rem;
    background: url(../images/sect2-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.sect1 {width: 100%;}
.sect2 {width:30%;}
.research ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.research ul li {
    width: 100%;
    margin-bottom: 0.15rem;
    padding: 0 0.2rem;
}

.research ul li a {
    display: block;
    background: #fff;
    padding: 0.10rem 0.3rem;
    box-shadow: 0 0 0.1rem #eee;
    transition: all .3s;
}

.research ul li:hover a {
    background: url(../images/sect2-txt.jpg) no-repeat center center;
    background-size: cover;
}

.research ul li a .time {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.research ul li a .time::after {
    content: "";
    position: absolute;
    left: 0.85rem;
    right: 0.6rem;
    bottom: 0.03rem;
    height: 0.01rem;
    background: #edf1f4;
}

.research ul li a .time span {
    font-size: 0.14rem;
    color: #315fb0;
}

.research ul li:hover a .time span {
    color: #fff;
}

.research ul li a .time i {
    font-size: 0.12rem;
    color: #dce2e6;
}

.research ul li a h2 {
    margin: 0.15rem 0;
    line-height: 0.28rem;
    font-size: 0.17rem;
    color: #000000;
    height: 0.26rem;
    font-weight: normal;
}

.research ul li:hover a h2 {
    color: #fff;
}

.research ul li a p {
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.23rem;
    height: 0.54rem;
    overflow: hidden;
}

.research ul li:hover a p {
    color: #fff;
}

.section3 {
    padding-top: 0.5rem;
    padding-bottom: 0.95rem;
    background: url(../images/sect3-bg.jpg) no-repeat center top;
    background-size: cover;
}

.sect3 .title h2 {
    color: #fff;
}

.sect3 .title a {
    font-size: 0.14rem;
    color: #fff;
    background: url(../images/more-other.png) no-repeat left center;
    background-size: .26rem auto;
}

.exchange {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ex-l {
    width: 48.75%;
}

.ex-l a {
    position: relative;
    display: block;
}

.ex-l a .pic {
    padding-top: 67.1428%;
}

.ex-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.15rem;
    line-height: 0.6rem;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex-r {
    width: 49.15%;
}

.ex-r ul li {
    margin: 0 0.22rem;
}

.ex-r ul li a {
    position: relative;
    display: block;
    background: #fff;
    padding: 0.8rem 0.2rem 0.3rem 0.2rem;
    border-radius: 0.05rem 0.05rem 0 0;
    margin-top: 0.7rem;
    transition: all .3s;
}

.ex-r ul li:hover a {
    background: #ddac41;
}

.ex-r ul li a i {
    position: absolute;
    top: -0.6rem;
    left: 50%;
    transform: translatex(-50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #fff url(../images/s3-r-logo.png) no-repeat center center;
    background-size: 1.06rem auto;
    box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(26, 26, 26, 0.06);
    z-index: 9;
}

.ex-r ul li:hover a i {
    background: #ddac41 url(../images/s3-r-logo-other.png) no-repeat center center;
    background-size: 1.06rem auto;
}

.ex-r ul li a h2 {
    line-height: 0.26rem;
    font-size: 0.18rem;
    color: #111;
    height: 0.52rem;
    overflow: hidden;
    font-weight: normal;
}

.ex-r ul li:hover a h2 {
    color: #fff;
    font-weight: bold;
}

.ex-r ul li a p {
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
    line-height: 0.26rem;
    font-size: 0.14rem;
    color: #999;
    height: 1.3rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ex-r ul li:hover a p {
    color: #fff;
}

.ex-r ul li a span {
    font-size: 0.14rem;
    color: #315fb0;
}

.ex-r ul li:hover a span {
    color: #fff
}

.s2-state {
    /* float: right; */
    /* width: 100%; */
    margin-top: 0.55rem;
    /* max-width: 11.32rem; */
}

.s2-state div {
    max-width: 94%;
    margin: 0 auto;
    height: 0.05rem;
    background-color: #4e92ee;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #ddac41;
    transition: all 0.3s;
}

.section4 {
    padding-top: 0.6rem;
    padding-bottom: 0.65rem;
    background: url(../images/section4-bg.jpg) no-repeat center top;
    background-size: cover;
}

.sect4 .notice ul {
    display: flex;
    margin: 0 -0.25rem;
}

.sect4 .notice ul li {
    width: 33.3%;
    padding: 0 .3rem;
}

.sect4 .notice ul li a {
    position: relative;
    display: block;
    margin-top: 0.3rem;
    background: rgba(255, 255, 255, .8);
    border-radius: 0.1rem;
    padding: 0.1rem;
    /* padding-bottom: 0.35rem; */
    box-shadow: 0 0 0.1rem #d9d6d6;
    transition: all .3s;
}

.sect4 .notice ul li:hover a {
    background: #315fb0;
}

.sect4 .notice ul li a::after {
    content: "";
    position: absolute;
    top: -0.45rem;
    left: 50%;
    transform: translateX(-50%);
    border: 0.23rem solid transparent;
    border-bottom: 0.23rem solid rgba(255, 255, 255, .8);
    filter: drop-shadow(0rem -0.05rem 0.05rem rgba(0, 0, 0, .1));
}

.sect4 .notice ul li:hover a::after {
    border-bottom: 0.23rem solid #315fb0;
}

.sect4 .notice ul li a h2 {
    line-height: 0.28rem;
    font-size: 0.17rem;
    color: #000;
    max-height: 0.84rem;
    font-weight: normal;
}

.sect4 .notice ul li:hover a h2 {
    color: #fff;
}

.sect4 .notice ul li a p {
    margin-top: 0.01rem;
    /* margin-bottom: 0.3rem; */
    /* line-height: 0.24rem; */
    font-size: 0.14rem;
    color: #999999;
    max-height: 4.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.sect4 .notice ul li a p img{
    max-width: 100% !important;
    width: auto !important;
    height: 200px !important;
    display: block !important;
    margin: 0 auto !important;
    }
.sect4 .notice ul li:hover a p {
    color: #fff;
}

.sect4 .notice ul li a span {
    line-height: 0.2rem;
    font-size: 0.16rem;
    color: #000;
    border-bottom: 0.02rem solid #315fb0;
}

.sect4 .notice ul li:hover a span {
    color: #fff;
    border-bottom: 0.02rem solid #fff;
}
.hf{width: 100%;margin: 0 auto;/* min-width: 1920px; */}
.hf a img{height: auto;width: 100%;max-width: 100%;width: 100%;height: auto;display: block;/* margin: 0 auto; */}

@media screen and (max-width:1500px) {
    .sect4 .notice ul {
        margin: 0;
    }
    .sect4 .notice ul li {
        padding: 0 .05rem;
    }
    .research ul {
        margin: 0;
        justify-content: space-between;
    }
    .hf {width: 100%;}
    .hf a img {width:100% !important;height: 150px;}
}

@media screen and (max-width:1200px) {
    .s1-l ,.e1-l,.e2-l{
        width: 5.4rem;
        margin-right: 0.15rem;
    }
    .s1r-b ul li a {
        padding: 0.15rem;
    }
    .s1r-b ul li {
        margin-top: 0.2rem;
    }
    .hf {width: 100%;}
    .hf a img {width:100% !important;height:120px;}
}

@media screen and (max-width:1000px) {
    .s1-l ,.e1-l,.e2-l{
        width: 100%;
        margin-right: 0;
        margin-bottom: .15rem;
    }
    .research ul li {
        width: 48%;
    }
    .sect4 .notice ul {
        flex-wrap: wrap;
    }
    .sect4 .notice ul li {
        padding: 0 .05rem;
    }
    .hf {width: 100%;}
    .hf a img {width:100% !important;height: 100px;}
}

@media screen and (max-width:700px) {
    .s1 {
        display: block;
    }
    .s1r-b ul li {
        width: 100%;
    }
    .research ul li {
        width: 100%;
    }
    .ex-l {
        width: 100%;
    }
    .ex-r {
        width: 100%;
    }
    .exchange {
        display: block;
    }
    .sect4 .notice ul li {
        width: 100%;
    }
    .section1 {
        padding: .2rem 0;
    }
    .title h2 {
        font-size: .24rem;
    }
    .title {
        margin-bottom: .15rem;
    }
    .s1-l .news .slick-dots li {
        width: .2rem;
    }
 .e1-l .news .slick-dots li {
        width: .2rem;
    }
.e2-l .news .slick-dots li {
        width: .2rem;
    }
    .section2,
    .section3,
    .section4 {
        padding: .2rem 0;
    }
    .research ul li {
        padding: 0;
        margin-bottom: .15rem;
    }
    .ex-r ul li a p {
        height: auto;
    }
    .s2-state {
        margin-top: .2rem;
    }.hf {width: 100%;/* min-width: 1920px; */}
    .hf a img {width:100% !important;height: 60px;}
}



.s1-l {
	float: left;
	width: 53.8%;
}

.s1-l-l {
	width: 450px;
	margin-right: 30px;
	float: left;
}

.s1-l-tx {
	overflow: hidden;
}

.s1-l-l ul li a {
	display: block;
	position: relative;
}

.s1-l-l ul li a .pic {
	padding-top: 0;
	height: 350px;
}

.s1-linfo {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: rgba(0, 0, 0, .6);
}

.s1-linfo p {
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 110px;
}

.s1-l-l .slick-dots {
	right: 10px;
	bottom: 19px;
	text-align: right;
}

.s1-l-l .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 5px;
}

.s1-l-l .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	background: rgba(225, 255, 255, 0.5);
	border-radius: 50%;
}

.s1-l-l .slick-dots li.slick-active button {
	background: #fff;
}

.s1-l-r {
	overflow: hidden;
}

.s1-l-rtt {
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.s1-l-rtt h3 a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #3264b4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l-rtt p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

.s1-l-rtt p a {
	font-size: 15px;
	color: #666;
	padding-left: 10px;
}

.s1-l-rtt p a:hover {
	color: #3264B4;
}

.s1-l-r ul li {
	border-bottom: 1px solid #dfdfdf;
	line-height: 50px;
	background: url() no-repeat left center;
	padding-left: 20px;
}

.s1-l-r ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l-r ul li span {
	float: right;
	font-size: 16px;
	color: #999;
	padding-left: 15px;
}

.s1-l-r ul li a:hover {
	color: #3264b4;
}

.s1-l-r ul li:hover {
	background: url(../img/icon-y2.png) no-repeat left center;
}

.s1-r {
	width: 29.5%;
	float: right;
}

.s1-r ul li {
	border-bottom: 1px solid #DFDFDF;
	padding: 14px 0;
	overflow: hidden;
}

.s1-r ul li:first-child {
	padding-top: 0;
}

.s1-r ul li .s1-r-date {
	float: left;
	width: 80px;
	height: 60px;
	border: 1px solid #3264b4;
	text-align: center;
	margin-right: 20px;
}

.s1-r ul li .s1-r-date p {
	height: 25px;
	line-height: 25px;
	background: #3264B4;
	color: #fff;
	font-family: arial;
	font-size: 18px;
}

.s1-r ul li .s1-r-date span {
	display: block;
	height: 32px;
	line-height: 40px;
	color: #000;
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
}

.s1-r ul li .s1-r-tx {
	overflow: hidden;
}

.s1-r ul li .s1-r-tx h3 a {
	display: block;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-r ul li .s1-r-tx h3 a:hover {
	color: #3264b4;
}

.s1-r ul li .s1-r-tx p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.s1-r ul li .s1-r-tx p img {
	vertical-align: middle;
	padding-right: 10px;
}
@media screen and (max-width: 1024px) {
.s1-l, .s1-r{
		float: none;
		width: 100% !important;
	}
}
@media screen and (max-width: 768px) {
.s1-l-l{
		float: none;
		width: auto;
		margin-right: 0;
	}
	.s1-l-l ul li a .pic{
		height: auto;
		padding-top: 77.7%;
	}
	.s1-l-r{
		margin-top: 20px;
	}
}
@media screen and (max-width: 320px) {
  .s1-r ul li .s1-r-date {     margin-right: 10px;}
}
}
@media screen and (max-width:1200px) {
.s1-l-l{
		width: 400px;
	}
	.s1-l-l ul li a .pic{
		height: 300px;
	}
	.s1-l-r ul li:last-child{
		display: none;
	}
	.s1-r ul li{
		padding: 11px 0;
	}
	.s1-r ul li .s1-r-tx p{
		font-size: 12px;
		line-height: 20px;
	}
	.s1-r ul li .s1-r-tx p img{
		max-height: 14px;
	}
}