body,html{
	width: 100vw;
	height: 100vh;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container{
	width: 100%;
}

header{
	margin: 0 auto;
	width: 1100px;
	padding: 15px 0px;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
}
header .logo{
	width: 350px;
}
header .logo img{
	width: 100%;
	height: 100%;
}
header .title{
	font-family: "楷体", "KaiTi", "STKaiti", serif;
	color: #ea2f00;
	font-weight: 500;
	font-size: 22px;
}
header .search{
	width: 239px;
	height: 35px;
	border: 1px solid #efefef;
	border-radius: 5px;
	display: flex;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: -5px;
}
header .search span{
	color:#5eb8ec ;
	height: 35px;
	width: 40px;
	text-align: center;
	line-height: 35px;
}
header .search input{
	width: 150px;
	outline: none;
	  border: none; 
	height: 35px;
}
header .search button{
	color: #fff;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 0px;
	 background: linear-gradient(to right,#9dbdfa, #8f9bfd);
	 flex: 1;
}
nav{
	width: 100vw;
	height: 35px;
	background-color: #5bb6e3;
	margin-top: 30px;
	min-width: 1100px;
}
nav ul{
	margin: 0 auto;
	width: 1100px;
	display: flex;
	justify-content: space-between;
}
nav ul li{
	list-style: none;
	line-height: 35px;
	color: #fff;
	font-weight: 400;
	padding: 0 15px;
}
nav ul li a{
	list-style: none;
	line-height: 35px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

nav ul li a:hover{
	background-color: #3a86ff;
	text-decoration: none;
}
nav ul li:hover{
	background-color: #3a86ff;
}
main{
	width: 100%;
	min-width: 1100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
main .news{
	width: 1100px;
}
main .news .title1{
	height: 75px;
	position: relative;
}
main .news .title1 h1{
	text-align: center;
	margin: 0;
	height: 75px;
	line-height: 75px;
	color: #003e9e;
	letter-spacing: 10px; 
}

main .news .title1 h1 a{

	color: #003e9e;
	text-decoration: none;
}
main .news .title1 .more{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: 1px solid #67bbea;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 10px;
	width: 90px;
	height: 15px;
	line-height: 15px;
	color:#67bbea;
	
}
main .news .title1 .more .icon{
	width: 23px;
	height: 23px;
	border-radius: 15px;
	border: 1px solid #67bbea;
	float: right;
	margin-top: -5px;
	margin-right: -10.5px;
	text-align: center;
	line-height: 23px;
	
}
main .news .title2{
	/* height: 75px; */
	position: relative;
	text-align: center;
}
main .news span{
	font-size: 15px;
	color: #878787;
}

main .news span a{
		text-decoration: none;
	color: #878787;
}

main .news > .content{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	position: relative;
}
main .news .content .slick-slider{
	width: 750px;
	height:400px;
	display: flex;
	overflow: hidden;
	position: relative;
}
main .news .content .slick-slider .slide{
	width: 100%;
	height: 100%;
	flex-shrink: 0;
}
main .news .content .slick-slider .slide img{
	width: 100%;
	height: 100%;
}
main .news .content .to-prev{
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 50px;
	text-align: center;
	color: #fff;
	top: 50%;
}
main .news .content  .to-next{
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 50px;
	text-align: center;
	color: #fff;
	top: 50%;
	right: 500px;
	left: 700px;
}
main .news .content .right{
	width: 320px;
	height:400px;
}
main .news .content .right .title{
	width: 100%;
	height:30px;
	border-bottom: 3px solid #dddddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .news .content .right .title .left{
	width: 100px;
	height: 30px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	border-bottom: 3px solid #62b6e5;
}
main .news .content .right .title .right{
	float: left;
	font-size: 13px;
	width: 50px;
	height: 30px;
	color:  #62b6e5;;
}
main .news .content .right .card{
	width: 100%;
	margin-top: 20px;
}
main .news .content .right .card .img{
	width: 100%;
}
main .news .content .right .card .img img{
	width: 100%;
	height: 100%;
}
main .news .content .right .card .content{
	font-size: 18px;
	font-weight: 300;
	color: #676767;
}
main .news .content .right .card .content a{
	font-size: 18px;
	font-weight: 300;
	color: #676767;
	text-decoration: none;
}
main .news .content .right .list{
	margin-top: 15px;
}
main .news .content .right .list li{
	position: relative;
	padding-left: 1em; 
	margin-bottom: 0.5em;
	line-height: 1.5;
	color: #676767;
}
main .news .content .right .list li a{ 
	line-height: 1.5;
	color: #676767;
	text-decoration: none;
}
main .news .content .right .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em; 
  width: 0.5em;
  height: 0.5em;
  background-color: #3a86ff; 
  display: inline-block;
}


main .news2{
	width: 1100px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
main .news2 .left{
	width: 750px;
	
}
main .news2 .left .list{
	width: 100%;
	display: flex;
	height: 50px;
}
main .news2 .left .list .title{
	width: 120px;
	height: 50px;
	background-color: #3a86ff; 
	color:#fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
main .news2 .left .list > ul{
	display: flex;
	flex: 1;
	border-top:2px solid #c5c5c5;
	height: 30px;
	margin: auto 0;
}
main .news2 .left .list > ul li{
	width: 75px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
main .news2 .left .list > ul .action{
	color: red;
}
a{text-decoration: none;}

main .news2 .left .list > ul li a{

	text-align: center;
	line-height: 30px;
	color:#000000
}
main .news2 .left .list > ul .action  a{
	color: red;
}
main .news2 .left .card1{
	width: 750px;
	margin-top: 30px;
	display: flex;
}
main .news2 .left .card1 .left{
	width: 580px;
	height: 300px;
}
main .news2 .left .card1 .left img{
	width: 100%;
	height: 100%;
}
main .news2 .left .card1 .right{
	width: 170px;
	height: 270px;
	padding: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
main .news2 .left .card1 .right .title a{
 color:#000000;
	
}
main .news2 .left .card1 .right .content{
	font-size: 10px;
	color: #626262;
}
main .news2 .left .card1 .right .content a{
	color: #626262;
}
main .news2 .left .card-list{
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}
main .news2 .left .card-list .card2{
	width: 240px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);	
}
main .news2 .left .card-list .card2 .img{
	width: 100%;
	height: 100px;
	
}
main .news2 .left .card-list .card2 .img img{
	width: 100%;
	height: 100%;
}
main .news2 .left .card-list .card2 .content{
	width: 200px;
	padding: 10px;
	font-size: 13px;
	color:#000000
}
main .news2 .left .card-list .card2 .content a{
	color:#000000
}
main .news2 .left .card-list .card2 .date{
	width: 200px;
	height: 20px;
	padding: 5px;
	font-size: 10px;
	text-align: right;
}
main .news2 .right{
	width: 320px;
	height:610px;
	position: relative;
}
main .news2 .right .bg{
	width: 290px;
	height:590px;
	background-color: #ffac90;
	position: absolute;
	right: 0;
}
main .news2 .right .list{
	width: 270px;
	height:570px;
	background-color: #eee;
	position: absolute;
	bottom: 0;
	padding: 10px;
}
main .news2 .right .list .title{
	width: 100px;
	height: 50px;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	 margin-left: auto;
	 color: #5bb6e3;
}
main .news2 .right .list ul li{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	font-size: 14px;
	background-color: #9dbdfa;
}
main .news2 .right .list ul  .bg-color1{
	background-color: #246ba9;
}
main .news2 .right .list ul  .bg-color2{
	background-color: #5caab4;
}
main .news2 .right .list ul  .bg-color3{
	background-color: #92b139;
}
main .news2 .right .list ul  .bg-color4{
	background-color: #e6bd41;
}
main .news2 .right .list ul  .bg-color5{
	background-color: #d35839;
}

main .news2 .right .list ul li a{
	color:#000000;
}




main .news3{
	width: 1100px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
main .news3 .left{
	width: 750px;
	height: 400px;
}
main .news3 .left .class-list{
	width: 100%;
	display: flex;
	height: 50px;
}
main .news3 .left .class-list .title{
	width: 120px;
	height: 50px;
	background-color: #3a86ff; 
	color:#fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
main .news3 .left .class-list > ul{
	display: flex;
	flex: 1;
	border-top:2px solid #c5c5c5;
	height: 30px;
	margin: auto 0;
	position: relative;
}
main .news3 .left .class-list > ul li{
	width: 75px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

main .news3 .left .class-list > ul li a{
color:#000000
}
main .news3 .left .class-list > ul .action{
	color: green;
}
main .news3 .left .class-list > ul li:last-child{
	width: 75px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 0;
}

main .news3 .left .article-list >ul{

}
main .news3 .left .article-list >ul li{
	position: relative;
	padding-left: 30px; /* 为自定义标记留出空间 */
	margin-bottom: 0.5em;
	height: 50px;
	line-height: 50px;
	width: 720px;
	border-bottom: 1px dashed #ccc;
}

main .news3 .left .article-list >ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 1em;
  height: 1em;
  /* 空心矩形 */
  border: 2px solid red;
  /* 实心矩形 */
  background: 
    linear-gradient(red, red),
    linear-gradient(#fff, #fff);
  background-size: 60% 60%, 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
main .news3 .left .article-list >ul .active{
	font-weight: 600;
}
main .news3 .right{
	width: 320px;
	height: 400px;
}
main .news3 .right .title{
	width: 120px;
	height: 40px;
	background-color: #3a86ff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
main .news3 .right .card{
	width: 298px;
	height: 355px;
	margin-top: 5px;
	border: 1px solid #ccc;
}
main .news3 .right .card .banner{
	display: flex;
	justify-content: space-around;
	align-items: center;
	color:#ccc;
	margin-top: 30px;
}
main .news3 .right .card .banner .img{
	width: 250px;
	height: 250px;
}
main .news3 .right .card .banner img{
	width: 100%;
	height: 100%;
}
main .news3 .right .card .button{
	width: 150px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background-color: #9dd8a2;
	margin-top: 15px;
	text-align: center;
	color: #fff;
}


main .news3 .right .card .button a{
color:#ffffff;
}
main .expert{
	width: 1100px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
main .expert .left{
	width: 425px;
	height: 500px;
	background-color: #dddddd;
}
main .expert .left .title{
	width: 100%;
	height: 50px;
	background-color: #5bb6e3;
	padding-left: 15px;
	box-sizing: border-box;
	line-height: 50px;
	font-size: 22px;
	color:#fff;
}
main .expert .left .list{
	padding: 25px;
	box-sizing: inherit;
}
main .expert .left .list >ul{
	
}
main .expert .left .list > ul li{
	display: flex;
	margin-top: 30px;
}
main .expert .left .list > ul li a{
color:#000000;
}

main .expert a{
color:#000000
}
main .expert .left .list > ul li .left{
	width: 75px;
	height: 75px;
	border-radius: 50px;
	overflow: hidden;
}
main .expert .left .list > ul li .left img{
	width: 100%;
	height: 100%;
}
main .expert .left .list > ul li .right{
	flex: 1;
	margin-left: 15px;
	position: relative;
}
main .expert .left .list > ul li .right .name{
	font-size: 18px;
}
main .expert .left .list > ul li .right .introduce{
	font-size: 12px;
	position: absolute;
	bottom: 0;
}
main .expert .left .list > ul li .right{
	flex: 1;
	margin-left: 15px;
}
main .expert .left .more{
	width: 150px;
	height: 40px;
	background-color: #ececec;
	text-align: center;
	line-height: 40px;
	border-radius: 25px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	color: #777;
	margin: 0 auto;
	margin-top: 30px;
}
main .expert > .right{
	width: 640px;
	height: 500px;
}

main .expert > .right .top{
	width: 100%;
	height: 375px;
	display: flex;
	justify-content: space-between;
}

main .expert > .right .top .member{
	width: 300px;
	height: 100%;
	background-color: #5d98b8;
	padding: 25px;
	box-sizing: border-box;
}
main .expert > .right .top .member .title{
	width: 100%;
	font-size: 17px;
	height: 55px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 55px;
}
main .expert > .right .top .member .input{
	background-color: #a7c6da;
	color: #fff;
	width: 100%;
	height: 30px;
	border-radius: 15px;
	overflow: hidden;
}
main .expert > .right .top .member .input input{
	outline: none;
	border: none; 
	background-color: #a7c6da;
	width: 90%;
	height: 30px;
	margin-left: 15px;
	color: #fff;
	font-size: 12px;
}
main .expert > .right .top .member .input input::placeholder {
  color: #fff; 
  opacity: 1;
}
main .expert > .right .top .member .login-option{
	width: 100%;
	height: 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
} 
main .expert > .right .top .member .login-option div{
	width: 45%;
	height: 35px;
	background-color: #a7c6da;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
}
main .expert > .right .top .member .download{
	width: 100%;
	height: 35px;
	background-color: #a7c6da;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
} 
main .expert > .right .top .member .publicity{
	width: 100%;
	height: 35px;
	background-color: #a7c6da;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
} 
main .expert > .right .top .member .platform{
	width: 100%;
	height: 35px;
	background-color: #a7c6da;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
} 
main .expert > .right .top .database{
	width: 320px;
	height: 100%;
	border: 1px solid #a7c6da;
}
main .expert > .right .top .database .title{
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	font-weight: 600;
	background-color: #a7c6da;
}

main .expert > .right .top .database .search{
	width: 250px;
	height: 35px;
	border: 1px solid #efefef;
	border-radius: 5px;
	display: flex;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	margin-top: 30px;
	
}
main .expert > .right .top .database  .search span{
	color:#5eb8ec ;
	height: 35px;
	width: 40px;
	text-align: center;
	line-height: 35px;
}
main .expert > .right .top .database  .search input{
	width: 150px;
	flex: 1;
	outline: none;
	border: none; 
	height: 35px;
}
main .expert > .right .top .database .list{
	margin-top: 25px;
	width: 100%;
	height: 248px;
	/* background-color: #003e9e; */
	padding: 15px;
	box-sizing: border-box;
}
main .expert > .right .top .database .list ul{
	display: flex;
	flex-wrap: wrap;
}
main .expert > .right .top .database .list ul li{
	width: 80px;
	height: 40px;
	background-color: #eeeeee;
	text-align: center;
	line-height: 40px;border-radius: 15px;
	margin-left: 10px;
	margin-top: 10px;
}
main .expert > .right .bottom{
	width: 100%;
	height: 125px;
	background-color: #eee;
}

main .expert > .right .bottom ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
main .expert > .right .bottom ul li{
	width: 100px;
	height: 100px;
	border-radius: 5px;
	border-top: 1px solid transparent;
}
main .expert > .right .bottom ul .bg-color1{
	background-color: #0061b6;
}
main .expert > .right .bottom ul .bg-color2{
	background-color: #ff9900;
}
main .expert > .right .bottom ul .bg-color3{
	background-color: #5098d8;
}
main .expert > .right .bottom ul .bg-color4{
	background-color: #de2c36;
}
main .expert > .right .bottom ul .bg-color5{
	background-color: #0099cc;
}
main .expert > .right .bottom ul .bg-color6{
	background-color: #c98d70;
}
main .expert > .right .bottom ul li .icon{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 15px;
}
main .expert > .right .bottom ul li .icon img{
	width: 100%;
	height: 100%;
}
main .expert > .right .bottom ul li .title{
	width: 100%;
	height: 30px;
	text-align: text;
	color: #fff;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}

main .expert2{
	width: 1100px;
	margin-top: 30px;
}
main .expert2 .top{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
main .expert2 .top .title{
	width: 300px;
	width: 300px;
	height: 50px;
}
main .expert2 .top .title .big{
	
	text-align: center;
	font-size: 25px;
	line-height: 50px;
}
main .expert2 .top .title .min{
	color: #666;
	margin-left: 7px;
}
main .expert2 .top .more{
	width: 60px;
}
main .expert2 .list {
	width: 100%;
	height: 240px;
	margin-top: 10px;
}
main .expert2 .list ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
main .expert2 .list ul li{
	
}
main .expert2 .list ul li .img{
	width: 150px;
	height: 150px;
	border-radius: 15px;
	overflow: hidden;
}
main .expert2 .list ul li .img img{
	width: 100%;
	height: 100%;
}
main .expert2 .list ul li .name{
	text-align: center;
	margin-top: 15px;
}
main .expert2 .list ul li .name a{
color:#000000
}
main .expert2 .list ul li .introduce{
	width: 150px;
	color: #999;
	text-align: center;
	margin-top: 5px;
}
main .expert2 .list ul li .introduce a{
	color: #999;
}
main .book{
	width: 1100px;
	height: 700px;
	display: flex;
	justify-content: space-between;
	/* border: 1px solid #ccc; */
}
main .book .left{
	width: 800px;
	height: 700px;
	position: relative;
}

main .book .left a{
color: #666;
}
main .news4  a{
color: #666;
}
main .news5 .card-list .card2 .content{
color: #000;
}
main .news6 {
color: #000;
}
main .book .left .bg{
	width: 100%;
	height: 100%;
	position: absolute;
}
main .book .left .bg .blok1{
	position: absolute;
	width: 350px;
	height: 35px;
	background-color: #ffac90;
	z-index: 1;
	top: 100px;
}
main .book .left .bg .blok2{
	position: absolute;
	width: 35px;
	height: 500px;
	background-color: #ffac90;
	z-index: 1;
	left: 20px;
}
main .book .left .bg .img{
	width: 150px;
	height: 150px;
	z-index: 1001;
	position: absolute;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	
}
main .book .left .bg .img img{
	width: 100%;
	height: 100%;
}

main .book .left .title-list{
	width: 730px;
	height: 50px;
	position: absolute;
	z-index: 1002;
}
main .book .left .title-list ul{
	width: 665px;
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 45px;
	margin-left: 65px;
}
main .book .left .title-list ul li{
	text-align: center;
	font-size: 15px;
	margin-left: 10px;
}
main .book .left .title-list ul li:first-child {
	margin-left: 0px;
	width: 150px;
	font-size: 38px;
	font-weight: 600;
	background: linear-gradient(to right, #fd9031, #f54246);
	-webkit-background-clip: text; /* 兼容 WebKit 浏览器（Chrome/Safari） */
	background-clip: text;
	color: transparent; /* 隐藏原始文本颜色，显示渐变背景 */
}
main .book .left .content{
	width: 725px;
	height: 570px;
	z-index: 1000;
	position: absolute;
	top: 135px;
	left: 55px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	
}
main .book .left .content .book-list{
	width: 100%;
	height: 345px;
	/* background-color: #666; */
	margin-top: 20px;
}
main .book .left .content .book-list ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
main .book .left .content .book-list ul li{
	width: 165px;
	height: 275px;

}
main .book .left .content .book-list ul li .img{
	width: 165px;
	height: 250px;
}
main .book .left .content .book-list ul li .img img{
	width: 100%;
	height: 100%;
}
main .book .left .content .book-list ul li .name{
	text-align: center;
	margin-top: 2px;
}
main .book .left .content .bottom{
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: space-between;
}
main .book .left .content .bottom .book-review{
	width: 260px;
	height: 150px;
	padding-left: 13px;
	/* background-color: #0061b6; */
}
main .book .left .content .bottom .book-review .title{
	width: 100px;
	/* height: 20px; */
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px #ffac90 solid;
	padding-bottom: 5px;
}
main .book .left .content .bottom .book-review  ul{

}
main .book .left .content .bottom .book-review  ul li{
	margin-top: 8px;
	font-size: 15px;
	color: #666;
}
main .book .left .content .bottom .new-book{
	width: 350px;
	height: 175px;
	border-radius: 15px;
	border: 3px solid #ffac90;
}
main .book .left .content .bottom .new-book .title{
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
}
main .book .left .content .bottom .new-book .introduce{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	margin-top: 10px;
}
main .book .left .content .bottom .new-book .introduce .img{
	widows: 60px;
	height: 105px;
}
main .book .left .content .bottom .new-book .introduce .img img{
	widows: 100%;
	height: 100%;
}
main .book .left .content  .bottom .new-book .introduce .txt{
	width: 230px;
	font-size: 14px;
	color: #666;
}
main .book .right{
	width: 300px;
	height: 570px;
	margin-top: 95px;

}
main .book .right ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
main .book .right ul li{
	width: 300px;

}
main .book .right ul li img{
	width: 100%;
	height: 100%;
}






main .news4{
	width: 1100px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
main .news4  .left{
	width: 175px;
	height:400px;
}
main .news4  .left ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
main .news4  .left ul li{
	width: 185px;
	height: 125px;
}
main .news4  .left ul li img{
	width: 100%;
	height: 100%;
}
main .news4  .right{
	width: 320px;
	height:400px;
}
main .news4 .middle{
	width: 555px;
	height: 400px;
	position: relative;
	padding-top:50px;
	
}
main .news4 .middle img{
	width: 100%;
	height: 75%;
}
main .news4 .middle .content{
	position: absolute;
	bottom: 0;
	height: 35%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5); 
	padding: 10px;
	box-sizing: border-box;
}
main .news4 .middle .content .title{
	font-size: 23px;
	font-weight: 600;
}
main .news4 .middle .content .txt{
	margin-top: 10px;
	font-size: 13px;
	color: #666;
}

main .news4  .right .title{
	width: 100%;
	height:30px;
	border-bottom: 3px solid #dddddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .news4  .right .title .left{
	width: 100px;
	height: 30px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	border-bottom: 3px solid #cd0001;
}
main .news4  .right .title .right{
	float: left;
	font-size: 13px;
	width: 50px;
	height: 30px;
	color:  #666;
}
main .news4  .right .card{
	width: 100%;
	margin-top: 20px;
}
main .news4  .right .card .img{
	width: 100%;
}
main .news4  .right .card .img img{
	width: 100%;
	height: 100%;
}
main .news4  .right .card .content{
	font-size: 18px;
	font-weight: 300;
	color: #676767;
}
main .news4  .right .list{
	margin-top: 15px;
}
main .news4  .right .list li{
	position: relative;
	padding-left: 1em; 
	margin-bottom: 0.5em;
	line-height: 1.5;
	color: #676767;
}
main .news4  .right .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em; 
  width: 0.5em;
  height: 0.5em;
  background-color: #e88b84; 
  display: inline-block;
}

main .news5{
	width: 1100px;
	margin-top: 15px;
}

main .news5 .card-list{
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}
main .news5 .card-list .card2{
	width: 240px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);	
}
main .news5 .card-list .card2 .img{
	width: 100%;
	height: 100px;
	
}
main .news5 .card-list .card2 .img img{
	width: 100%;
	height: 100%;
}
main .news5 .card-list .card2 .content{
	width: 200px;
	padding: 10px;
	font-size: 13px;
}
main .news5 .card-list .card2 .date{
	width: 200px;
	height: 20px;
	padding: 5px;
	font-size: 10px;
	text-align: right;
}

main .news6{
	width: 1100px;
	margin-top: 15px;
	display: flex;
}
main .news6 .left{
	height: 185px;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 300px;
}
main .news6 .left .title{
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #d93033;
	font-size: 20px;
}
main .news6 .left ul{
	margin-top: 15px;
}
main .news6 .left ul li{
	margin-top: 5px;
}
main .news6 .right{
	width: 800px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
}
main .news6 .right ul{
	width: 660px;
	height: 185px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
main .news6 .right ul li{
	width: 170px;
	height: 90px;
}
main .news6 .right ul li .img{
	width: 170px;
	height: 70px;
}
main .news6 .right ul li .img img{
	width: 100%;
	height: 100%;
}
main .news6 .right ul li .name{
	text-align: center;
	width: 170px;
}

main .news6 .right .blok1{
	writing-mode: vertical-lr;
	width:70px;
	height: 185px;
	background-color: #dddddd;
	text-align: center;
	line-height: 70px;
	font-weight: 600;
	font-size: 25px;
}
main .news6 .right .blok2{
	writing-mode: vertical-lr;
	width: 70px;
	height: 185px;
	background-color: #d10101;
	text-align: center;
	line-height: 70px;
	line-height: 70px;
	font-weight: 600;
	font-size: 25px;
	color: #fff;
}

footer{
	width: 100%;
}
footer .link{
	width: 97%;
	min-width: 1100px;
	background-color: #f9f9f9;
	height: 150px;
	border-top: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
	margin: 0 auto;
}
footer .link .title{
	width: 1100px;
	font-weight: 600;
	font-size: 21px;
	margin-top: 25px;
	color:#777;
}
footer .link .type1{
	width: 1100px;
	margin-top: 25px;
	font-size: 18px;
	color:#666;
	display: flex;
	justify-content: space-around;
}
footer .link .type2{
	width: 1100px;
	margin-top: 25px;
	font-size: 18px;
	color:#666;
	display: flex;
	justify-content: space-between;
}
footer .link .type2 li{
	width: 240px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .bottom{
	width: 97%;
	min-width: 1100px;
	background-color: #5bb6e3;

	border-top: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
	margin: 0 auto;
}
footer .bottom .content{
	height: 120px;
	width: 1100px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	display: flex;
}
footer .bottom .content .logo{
	width: 200px;
	height: 120px;
}
footer .bottom .content .log img{
	width: 100%;
	height: 100%;
}
footer .bottom .content .data{
	width: 1200px;

}
footer .bottom .content .data .row{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
}


main .book  .right .title{
	width: 100%;
	height:30px;
	border-bottom: 3px solid #dddddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .book  .right .title .left{
	width: 100px;
	height: 30px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	border-bottom: 3px solid #cd0001;
}
main .book  .right .title .right{
	float: left;
	font-size: 13px;
	width: 50px;
	height: 30px;
	color:  #666;
}



main .news4  .left .title{
	width: 700px;
	height:30px;
	border-bottom: 3px solid #dddddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:18px;
}
main .news4  .left .title .left{
	width: 100px;
	height: 30px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	border-bottom: 3px solid #cd0001;
}
main .news4  .left .title .right{
	float: left;
	font-size: 13px;
	width: 50px;
	height: 30px;
	color:  #666;
}