@charset "utf-8";

.content_box{
	width:100%;
	min-width: 1200px;
	/*height: auto;*/
}
/*.content_box .type_area_12{
	padding-top: 1px;
}*/
.banner_news_nav{
	/*height:956px;*/
	padding-bottom:40px;
}
.banner_news{
	width:100%;
	height:400px;
	border-radius:10px;
	margin-top:40px;
	box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.banner{
	width:670px;
	height:400px;
	border-radius:10px 0 0 10px;
	background-color: #1D57B3;
	float:left;
	overflow: hidden;
}
.news{
	width:530px;
	height:400px;
	background:rgba(255,255,255,1);
	border-radius:0px 10px 10px 0px;
	float:left;
	padding:24px 20px 0 25px;
	box-sizing: border-box;
}
.news ul{
	padding-left:10px;
}
.news h3{
	width:100%;
	height:auto;
	font-size:18px;
	font-weight:bold;
	color:#1D57B3;
	margin-bottom: 15px;
	margin-top:10px;
}
.news h3 a{
	float:right;
	font-size: 14px;
	color:#999;
}
.news h3 a:hover{
	color:#49B9EE;
	text-decoration: underline;
}
.news li{
	border-bottom:1px dashed #eee;
	padding:5px 0 10px;
	position: relative;
}
.news li h4{
	width:100%;
	height:32px;
	font-size:16px;
	color:#333;
	display: flex;
	position: relative;
	margin-bottom:5px;
}
.news li h4 i{
	width:4px;
	height:16px;
	background-color: #1D57B3;
	position: absolute;
	top:8px;
	left:-10px;
}
.news li h4 a{
	flex: 8;
	width:300px;
	color:#333;
	line-height:2;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.news li h4 a:hover{
	color:#1D57B3;
	text-decoration: underline;
}
.news li h4 time{
	flex: 2;
	text-align: right;
	font-size: 13px;
	color:#999;
	line-height:32px;
}
.news li p{
	color:#999;
	font-size:14px;
	display: flex;
}
.news li p span{
	flex: 8;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.news li p a{
	flex: 2;
	color:#1D57B3;
	text-align: right;
}
/*banner*/
.fullSlide{
	width:100%;
	position:relative;
	height:400px;
}
.fullSlide .bd{
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul{
	width:100% !important;
}
.fullSlide .bd li{
	width:100% !important;
	height:400px;
	overflow:hidden;
	text-align:center;
	background-position: center center;
	background-size: cover;
}
.fullSlide .bd li a{
	display:block;
	height:400px;
}
.fullSlide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul{
	text-align:center;
}
.fullSlide .hd ul li{
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:20px;
	height:6px;
	/*margin:1px;*/
	overflow:hidden;
	background:#fff;
	border-radius: 8px;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:999px;
	margin:0 8px 8px;
}
.fullSlide .hd ul .on{
	background:#1D57B3;
}
/*.fullSlide .prev,.fullSlide .next{
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:3%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next{
	left:auto;
	right:3%;
	background-position:-6px -137px;
}			*/
/*banner结束*/

.exc_nav{
	width:100%;
	height: auto;
	margin-top:61px;
}
.exc_nav_item{
	width:294px;
	height: 361px;
	background-color: #fff;
	box-shadow:1px 3px 16px 0px rgba(0, 0, 0, 0.13);
	border-radius:10px;
	overflow: hidden;
	float: left;
	margin-right:8px;
}
.exc_nav_item:nth-last-child(1){
	margin-right:0;
}
.exc_nav_img{
	width:100%;
	height:260px;
	overflow: hidden;
}
.exc_nav_img img{
	width:100%;
	height:100%;
}
.exc_nav_text{
	width:100%;
	height:101px;
	box-sizing: border-box;
	padding:10px 16px;
}
.exc_nav_text h3{
	width:100%;
	height:32px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	line-height:2;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.exc_nav_text p{
	width:100%;
	height:39px;
	font-size:14px;
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ranking_list{
	height:660px;
	background-color:#ECF2FF;
}
.ranking_list .type_area_12{
	padding-top:77px;
}
.ranking_list_item{
	width:390px;
	height:500px;
	background-color:#fff;
	border-radius:10px;
	text-align: center;
	box-shadow:1px 3px 16px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding:29px 15px 0 15px;
	float: left;
	margin-right:15px;
}
.ranking_list_item:nth-last-child(1){
	margin-right:0;
}
.ranking_list_title{
	padding-bottom: 15px;
	border-bottom:1px solid #eee;
}
.ranking_list_title h3{
	width:100%;
	height:auto;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	margin-top:15px;
}
.title_orange,.title_orange h3,.title_orange a{
	color:#F49538 !important;
}
.title_blue,.title_blue h3,.title_blue a{
	color:#5086F1 !important;
}
.title_red,.title_red h3,.title_red a{
	color:#EE5A5A !important;
}
.ranking_list_box{
	width:100%;
	height:auto;
}
.ranking_list_head{
	width:100%;
	height:52px;
	line-height:52px;
	color:#666666;
	font-size:14px;
	display: flex;
}
.ranking_list_head li:nth-child(1){
	flex: 1;
}
.ranking_list_head li:nth-child(2){
	flex: 2;
	text-align: left;
	padding-left:10px;
}
.ranking_list_head li:nth-child(3){
	flex: 1;
}
.ranking_list_body_child{
	width:100%;
	height:50px;
	background-color:#fff;
	border-radius:10px;
	box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.05);
	margin-bottom:10px;
}
.ranking_list_body_child li:nth-child(1){
	font-weight: bold;
}

/*2021年6月-改*/
body{
	background: #F5F8FD;
}
.top_nav_line{
	width:100%;
	min-width:1200px;
	box-sizing: border-box;
}
.top_nav_line .type_area_12{
	height:auto;
	padding:0;
}
.index_present{
	width:670px;
	height: 329px;
	float: left;
	border-radius:8px;
	padding:5px 15px 10px;
	box-sizing: border-box;
	margin-right:16px;
}
h3.plateTitle{
	width: 100%;
	height:auto;
	font-size:18px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	box-sizing: border-box;
	/*margin-bottom:15px;*/
}
h3.plateTitle span{
	vertical-align: middle;
}
h3.plateTitle a{
	font-size:12px;
	color:#999;
	font-weight: normal;
	float:right;
}
h3.plateTitle a:hover{
	color:#1D57B3;
}
.index_present_box{
	width:100%;
	height:auto;
	font-size:14px;
	color:#666;
	line-height:1.8;
	padding-top:15px;
}
.index_present_pic{
	width: 272px;
	height: 163px;
	border-radius: 4px;
	margin-right:10px;
	float: left;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_present_pic img{
	flex: 1;
	width: 100%;
	height:auto;
	vertical-align: middle;
}
.index_forum{
	width:514px;
	height: 329px;
	float: left;
	padding:5px 15px 10px;
	box-sizing:border-box;
	border-radius: 4px;
	overflow: hidden;
}

.post_list_main,.post_list_main ul{
	width:100%;
	height:auto;
	font-size:14px;
	color:#666;
}
.post_list_main ul{
	display: flex;
	margin-top:10px;
	border-bottom: 1px solid #eee;
}
.post_list_main ul li{
	height:42px;
	line-height:42px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.post_list_main ul li:nth-child(1){
	flex: 1;
}
.post_list_main ul li:nth-child(2){
	color:#999;
}
.post_list_main ul li a{
	color:#333;
}
.post_list_main ul li big{
	vertical-align: middle;
	color:#378FF3;
	margin-right:6px
}
.post_list_main ul li .yi_jbk{
	vertical-align: middle;
	color:#85BEFF;
	margin-right:5px;
	/*font-size:13px;*/
}
.post_list_main ul li .er_jbk{
	vertical-align: middle;
	color:#13D0A1;
	margin-right:5px;
	margin-left:5px;
	/*font-size:13px;*/
}
.post_list_main ul li a:hover{
	color:#1D57B3;
	text-decoration: underline;
}
.post_list_main ul:last-child{
	border:none;
}
.index_studio{
	padding-bottom:40px;
}
.index_studio_swiper{
	width:100%;
	height:386px;
	overflow: hidden;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
    width: 362px;
    padding:10px 5px 5px;
    box-sizing: border-box;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:-50px;
	padding:5px;
	background: rgba(29,87,179,.25);
	color:#fff;
	/*display: none;*/
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -50px;
	padding:5px;
	background: rgba(29,87,179,.25);
	color:#fff;
	/*display: none;*/
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-container-rtl .swiper-button-prev,
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-container-rtl .swiper-button-next{
	/*display: block;*/
	transition: all .3s;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-container-rtl .swiper-button-prev{
	right:0;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-container-rtl .swiper-button-next{
	left:0;
}
.index_studio_item{
	width:362px;
	height:360px;
	background-color: #fff;
	padding:10px 16px 16px;
	border-radius:8px;
	overflow: hidden;
	box-sizing: border-box;
}
.index_studio_item:hover,.index_issue_item:hover{
	box-shadow: 2px 3px 10px rgba(0,0,0,.4);
	transform: translateX(-5px);
	transform: translateY(-5px);
	transition: all .35s;
}
.index_studio_title{
	width:100%;
	height:auto;
}
.index_studio_title h3{
	width:100%;
	height:32px;
	font-size:18px;
	line-height:32px;
	font-weight: bold;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index_studio_title > div{
	font-size: 14px;
	color: #B8B8B8;
	line-height:1.5;
	padding-bottom:10px;
}
.index_studio_pic{
	width:100%;
	height:212px;
	overflow: hidden;
	border-radius:4px;
	position: relative;
	margin-bottom:16px;
}
.index_studio_pic a{
	width:100%;
	height:100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_studio_pic img{
	width:100%;
}
.index_studio_pic span{
	width:auto;
	height:auto;
	position: absolute;
	top:0;
	left:0;
	background-color:#F9A147;
	color:#fff;
	font-size: 14px;
	padding:4px 8px;
	border-radius:4px 0 4px 0;
}
.index_studio_spread{
	width:100%;
	height: 42px;
	background: #F5F5F9;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_studio_spread .spread{
	width:90px;
	height:42px;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	line-height: 42px;
	padding-left:12px;
	background: url(../images/bg_studio_001.png)  center right no-repeat;
	background-size: cover;
}
.spread_ul,.spread_ul ul{
	flex: 1;
	width:auto;
	height:42px;
	display: inline-flex;
	align-items: center;
}
.spread_ul ul li{
	flex: 1;
	text-align: center;
	line-height:1.4;
}
.spread_ul ul li b{
	font-size:14px;
	color:#F9A147;
}
.spread_ul ul li p{
	font-size:12px;
	color:#333
}
.index_gjjt{
	padding-bottom:40px;
}
.index_gjjt_box{
	width:100%;
	height:400px;
	background: #fff;
	margin-top:10px;
	border-radius: 8px;
	overflow: hidden;
	box-sizing: border-box;
}
.index_gjjt_left {
	width: 178px;
	float: left;
}
.in_div{
	width: 178px;
	height: 100px;
	background: rgba(124, 193, 238, .75);
	border-bottom: 1px solid #fff;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
}
.in_div:nth-last-child(1){
	border-bottom:none;
}
.in_div>div{
	position:relative;
	z-index:9;
}
.in_div:hover{
	background: #1D57B3;
}
.in_div.on{
	background: #1D57B3;
	position: relative;
}
.in_div.on:before{
	content: "";
	width:0;
	height:0px;
	position: absolute;
	top:0;
	left:0;
	border-top: 100px solid rgba(255,255,255,.1);
	border-right: 178px solid transparent;
}
.in_div .p-img{
	height:55px;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
}
.in_div .p-img img{
	height:40px;
}
.in_div .p-text{
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
}
.in_div:after{
	content:"";
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top:-2px;
	width:0;
	height:0;
	border-top:5px solid transparent;
    border-left: 10px solid #1D57B3;
    border-bottom: 5px solid transparent;
	display: none;
}
.in_div.on:after,.in_div:hover:after{
	display: block;
}
.index_gjjt_right {
	width: 1022px;
	height: 400px;
	float:left;
	overflow: hidden;
	position: relative;
}
.index_gjjt_right .right-con{
	position: absolute;
	/*transition: all .5s;*/
	padding:0 10px 0 30px;
	box-sizing: border-box;
}
.index_gjjt_right .right-box{
	width:100%;
	height:400px;
	padding:14px 0;
	display: flex;
	flex-wrap: wrap;
	align-content:flex-start;
	box-sizing: border-box;
}
.forum_index_child{
	width:calc(50% - 20px);
	height:120px;
	margin-right:20px;
	margin-bottom:8px;
}
.forum_index_child>a{
	display: flex;
	align-items: center;
}
.forum_index_child>a:hover h3{
	color:#1D57B3;
}
.forum_index_child>a:hover .forum_index_pic img{
	transform: scale(1.1);
	transition: all .2s;
}
.forum_index_pic,.forum_index_pic img{
	width:130px;
	height:114px;
	border-radius:8px;
	overflow: hidden;
}
.forum_index_text{
	width:100%;
	height:114px;
	flex: 1;
	font-size:13px;
	color:#666;
	line-height:1.5;
	padding-left:10px;
}
.forum_index_text h3{
	width:100%;
	font-size:18px;
	font-weight: bold;
	color:#333;
	line-height:1.6;
	margin-bottom:2px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.forum_index_text p{
	width:100%;
	height:58px;
	letter-spacing:1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.forum_index_text div{
	font-size:12px;
	color:#999;
	line-height:22px;
	margin-top:2px;
}
.forum_index_text div *{
	vertical-align: middle;
}
.forum_index_text div span img{
	width:20px;
	height:20px;
	margin-right:3px;
	border-radius:50%;
}
.index_issue.index_studio_swiper{
	height:355px;
}
.index_issue_item{
	width:100%;
	height:100%;
	background-color: #fff;
	border-radius:8px;
	overflow: hidden;
	position: relative;
}
.index_issue_span{
	width:100%;
	height:30px;
	text-align: center;
}
.index_issue_span span{
	display: inline-block;
	font-size:14px;
	font-weight: bold;
	padding:4px 15px;
	color:#1D57B3;
	background-color: rgba(29, 87, 179, .35);
	border-radius:0 0 8px 8px;
}
.index_issue_h3,.index_issue_table{
	width:100%;
	height:auto;
	padding:15px 15px 10px;
	box-sizing: border-box;
}
.index_issue_h3 h3{
	width:100%;
	height:54px;
	font-size:18px;
	font-weight:bold;
	color:#333;
	line-height:1.5;
	overflow: hidden;
}
.index_issue_table{
	padding-top:0;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.index_issue_table hr{
	border:none;
	border-top:1px solid #eee;
	margin-bottom:8px;
}
.index_issue_table table{
	width:100%;
	height: auto;
}
.index_issue_table table tr td{
	height:32px;
	color:#666;
}
.index_issue_table table tr td p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.index_issue_btn,.index_issue_btn a{
	display: block;
	width:100%;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
}
.index_issue_btn a:hover{
	background-color: #1D57B3;
	color:#fff;
	transition: all .3s;
}
