.mainbody .mainbody_content{
	padding: 30px 20px 10px 30px;
	box-sizing: border-box;
	margin-bottom: 18px;
}
.main_area .left{
	width: 780px;
	float: left;
}
.main_area .left .header{
	color: #e22748;
	font-size: 1.2rem;
	padding: 8px 5px;
	margin-bottom: 5px;
	font-weight: 700;

	height: auto;
}
.main_area .left .tab{
	width: 100%;
	height: auto;
	margin-top: 24px;
}
.main_area .left .tab .tab_header{
	float: left;
	width: 144px;
	border-bottom: 0px;
}
.main_area .left .tab .tab_header ul{
	width: 100%;
	border-left: 1px solid #d7d7d7;
	padding-left: 16px;
}
.main_area .left .tab .tab_header ul li{
	width: 114px;
	height: 36px;
	line-height: 36px;
	color: #4182b7;
	font-size: 1.06666666rem;
	padding: 0;
}
.main_area .left .tab .tab_header ul li.active{
	background: #f4f5f7;
	color: #1263a5;
	font-weight: bold;
	position: relative;
}
.main_area .left .tab .tab_header ul li.active:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	background: #1263a5;
	left: -20px;
	top: 14px;
}
.main_area .left .tab .tab_content{
	width: 524px;
	height: auto;
	float: right;
	margin-right: 50px;
}
.main_area .left .tab .tab_content ul{
	width: 100%;
}
.main_area .left .tab .tab_content ul li{
	width: 100%;
	display: none;
	height: 194px;
	overflow: hidden;
	line-height: 34px;
	font-size: 1rem;
	text-indent: 2em;
}
.main_area .left .tab .tab_content ul li p{
	display: inline;
}
.main_area .left .tab .tab_content ul li.active{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.more{
	float: right;
	color: #767676;
	cursor: pointer;
}
.more:hover{
	color: #e22748;
}
.main_area .left .tab .tab_content .more{
	margin-top: 30px;
}
.main_area .right{
	width: 306px;
	float: right;
	text-align: center;
}
.main_area .right img{
	/*width: 100%;*/
	/*width: 90%;*/
	height: 340px;
	margin-bottom: 20px;
}

.panel{
	width: 100%;
	background: transparent;
}
.panel>ul>li .wrap{
border-bottom: 4px solid #1263a5;
}
.pygk_box{
	width:100%;
	margin-bottom: 12px;
	background: #fff;
	border-bottom: 4px solid #1263a5;
}
.pygk_box a{
	width: 16.5%;
	float: left;
	text-align: center;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}
.panel>ul>li{
	float: left;
	display: inline-block;
	width: 566px;
	margin-right: 16px;
}
.panel>ul>li:nth-child(2){
	margin-right: 0px;
}
.panel>ul>li .wrap{
	width: 100%;
	background: #fff;
}
.panel>ul>li .wrap .top{
	width: 100%;
	height: 134px;
	position: relative;
}
.panel>ul>li .wrap .top .face{
	width: 100%;
	height: 100%;
	background-size: cover;
	display: inline-flex;
}
.panel>ul>li:nth-child(1) .wrap .top .face{
	/*background: url(/globalImg/u177.png) center;*/
}
.panel>ul>li:nth-child(2) .wrap .top .face{
	/*background: url(/globalImg/u149.png) center;*/
}
.panel>ul>li:nth-child(3) .wrap .top .face{
	/*background: url(/globalImg/u205.png) center;*/
}
.panel>ul>li .wrap .top .face .title{
	display: inline-block;
	text-align: center;
	width: 100%;
	align-self: center;
	font-size: 1.6666666rem;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 0px 12px #666;
}
.panel>ul>li .wrap .top .back{
	width: 100%;
	height: 100%;
	padding: 16px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.panel>ul>li .wrap .top .back .text{
	width: 100%;
	height: 78px;
	color: #FFFFFF;
	font-size: 0.9333333rem;
	line-height: 24px;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.panel>ul>li:nth-child(odd) .wrap .top .back .more:hover{
	color: #2e75af;
}
.panel>ul>li:nth-child(even) .wrap .top .back .more:hover{
	color: #c75460;
}
.panel>ul>li .wrap .bottom{
	width: 100%;
	min-height: 80px;
	background: #FFFFFF;
}
.panel>ul>li:nth-child(odd) .wrap .bottom{
	border-bottom: 6px solid #2e75af;
	padding-bottom: 10px;
}
.panel>ul>li:nth-child(even) .wrap .bottom{
	border-bottom: 6px solid #c75460;
}
.panel>ul>li .wrap .bottom ul{
	width: 100%;
}
.panel>ul>li .wrap .bottom ul a{
	width: 50%;
}
.panel>ul>li .wrap .bottom ul li{
	width: 33%;
	display: inline-block;
	height: 42px;
	float: left;
	line-height: 40px;
	margin-top: 0px;
	/*text-align: center;*/
	text-align: left;
	padding: 18px 0px;
	box-sizing: border-box;
}
.panel>ul>li .wrap .bottom ul li .fk{
	display: inline-block;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 16px;
	margin-left: 40px;
}
.panel>ul>li:nth-child(odd) .wrap .bottom ul li .fk{
	background: #2e75af;
}
.panel>ul>li:nth-child(odd) .wrap .bottom ul li:hover{
	color: #2e75af;
	font-weight: bold;
}
.panel>ul>li:nth-child(even) .wrap .bottom ul li .fk{
	background: #c75460;
}
.panel>ul>li:nth-child(even) .wrap .bottom ul li:hover{
	color: #c75460;
	font-weight: bold;
}
.pic{
	width: 100%;
	overflow: hidden;
	margin-top: 18px;
}
.pic .left,.pic .right{
	height: 374px;
	display: inline-block;
	float: left;
}
.pic .left{
	width: 508px;
	position: relative;
	overflow: hidden;
}
.pic .right{
	width: 640px;
	padding-left: 16px;
	box-sizing: border-box;
}
.pic .left ul{
	z-index: 1;
	width: 1524px;
}
.pic .left ul li{
	width: 508px;
	height: 374px;
	display: inline-block;
	float: left;
	position: relative;
}
.pic .left ul li .bottom{
	width: 100%;
	position: absolute;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	bottom: 0;
	background: rgba(0,0,0,.5);
	text-align: center;
}
.pic .left .left_drop{
	/*background: url(/globalImg/u432.png) no-repeat;*/
	position: absolute;
	left: 0;
	z-index: 2;
	width: 18px;
	height: 36px;
	top: 43%;
	margin-left: 10px;
	cursor: pointer;
}
.pic .left .right_drop{
	/*background: url(/globalImg/u430.png) no-repeat;*/
	position: absolute;
	right: 0;
	z-index: 2;
	width: 18px;
	height: 36px;
	top: 43%;
	margin-right: 10px;
	cursor: pointer;
}
.pic .left ul li:nth-child(1){
	/*background: url(/globalImg/u360.png) center;*/
	background-size: cover;
}

.pic .right ul{
	width: 100%;
}
.pic .right ul li{
	width: 304px;
	display: inline-block;
	float: left;
	height: 178px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.pic .right ul li:nth-child(2n){
	margin-right: 0px;
	margin-bottom: 0px;
}
.pic .right ul li .wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.pic .right ul li:nth-child(1) .wrap{
	/*background: url(/globalImg/u365.png) center;*/
	background-size: cover;
}
.pic .right ul li:nth-child(2) .wrap{
	/*background: url(/globalImg/u370.png) center;*/
	background-size: cover;
}
.pic .right ul li:nth-child(3) .wrap{
	/*background: url(/globalImg/u375.png) center;*/
	background-size: cover;
}
.pic .right ul li:nth-child(4) .wrap{
	/*background: url(/globalImg/u380.png) center;*/
	background-size: cover;
}
.pic .right ul li .wrap .bottom{
	width: 100%;
	position: absolute;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	bottom: 0;
	background: rgba(0,0,0,.5);
	text-align: center;
}
.mokuai{
	width: 100%;
	margin-top: 18px;
	margin-bottom: 14px;
}
.mokuai .left_title{
	width: 688px;
	display: inline-block;
	float: left;
	padding-left: 14px;
	position: relative;
	box-sizing: content-box;
}
.mokuai .left_title .title{
	position: absolute;
	width: 128px;
	height: 76px;
	/*background: url(/globalImg/u474.png) no-repeat;*/
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.3333333rem;
	line-height: 58px;
	vertical-align: middle;
	left: 0;
	top: 12px;
}
.mokuai .left_title .content{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding: 4px 20px 4px 120px;
	box-sizing: border-box;
}
.mokuai .left_title .content ul{
	margin-bottom: 0px;
}
.mokuai .left_title .content ul li{
	display: inline-block;
	float: left;
	width: 156px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin: 12px;
}
.mokuai .left_title .content ul li:hover{
	background: #f4f5f7;
}
.mokuai .left_title .content ul li img{
	margin-right: 12px;
}
.mokuai .left_title .content ul li span{
	display: inline-block;
	line-height: 46px;
	color: #1263a5;
}
.mokuai .right_bankuai{
	width: 430px;
	display: inline-block;
	float: right;
}
.mokuai .right_bankuai ul{
	width: 100%;
}
.mokuai .right_bankuai ul li{
	width: 134px;
	height: 104px;
	float: left;
	display: inline-block;
	padding: 0px 4px 8px 4px;
	box-sizing: content-box;
	cursor: pointer;
}
.mokuai .right_bankuai ul li .wrap{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	background: #EAEAEA;
}
.mokuai .right_bankuai ul li .wrap img{
	margin: 20px auto 10px;
}
.mokuai .right_bankuai ul li .wrap .text{
	margin: 10px auto;
}
/*增加的样式*/
.panel>ul>li .wrap .top .back{
	display: none;
}
.mokuai .right_bankuai ul li .wrap:hover{
	background: #2f6ea3;
}
.mokuai .right_bankuai ul li .wrap:hover .text{
	color: #FFFFFF;
}
.panel>ul>li .wrap .back .more{
	color: #ffffff;
}
.list{
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.list .list_ul{
	width: 100%;
}
.list .list_ul>li{
	width: 33%;
	float: left;
	padding: 8px 16px;
	box-sizing: border-box;
}
.list .list_ul>li .tab_header .list_header{
	color: #e22748;
	font-size: 1.2rem;
	padding: 8px 5px;
	margin-bottom: 5px;
	font-weight: 700;
	display: inline-block;
}
.list .list_ul>li .tab_header .more{
	color: #aeaeae;
	font-size: 2rem;
}
.circle{
	display: inline-block;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 17px;
	top: -14px;
	position: relative;
	background: #c51f37;
}
@media only screen and (max-width: 766px) {
	.mainbody .mainbody_content{
		width:100%;
		overflow: hidden;
	}
	.panel>ul>li{
		width: 100%;
		margin-right: 0;
		margin-top:15px;
	}
	.pic .left{
		width:100%;

	}
	.pic .right{
		margin-top:15px;
		width:100%;
		padding-left: 0;
	}
	.pic .right ul li{
		margin-right: 0;
		width:100%;
	}
	.mokuai .left_title{
		width:100%;
		padding-left: 0;
	}
	.mokuai .right_bankuai{
		margin-top:15px;
		width:100%;
	}
	.mokuai .right_bankuai ul li{
		width:47%;
	}
	.mokuai .left_title .content{
		padding-left: 0;
		padding-right: 0;
	}
	.mokuai .left_title .content .clear{
		margin-top:90px;
	}
	.mokuai .left_title .content ul li{
		width:40%;
	}
	.main_area .right{
		width:100%;
	}
	.mainbody .mainbody_content{
		padding:15px 15px 10px 15px
	}
	.main_area .left .tab .tab_header{
		width:10%;
	}
	.main_area .left .tab .tab_header ul{
		padding-left: 10px;
	}
	.main_area .left .tab .tab_header ul li{
		width:100%;
		box-sizing: border-box;
	}
	.main_area .left .tab .tab_content{
		width:25%;
		margin-left: 3%;
		float:left;
		margin-right: 0;
	}
	.main_area .left .tab{
		overflow: hidden;
	}
}
@media (max-width: 500px) {
	.list .list_ul>li{
		width: 100%;
	}
	.main_area .left .tab .tab_header ul li.active:before{
		left: -14px;
	}
}


.lyjd { margin-top: 20px;}
.lyjd li { width: 20%; float: left;}
.lyjd a { margin: 0 5px; background: #fff; margin-bottom: 10px; display: block;}
.lyjd img { width: 100%; height: 142px;}
.lyjd p { line-height: 42px; text-align: center; padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
@media screen and (max-width:1150px) {
	.lyjd img { height: calc(20vw / 260 * 142);}
}
@media screen and (max-width:960px) {
	.lyjd li { width: 25%;}
	.lyjd img { height: calc(25vw / 260 * 142);}
}
@media screen and (max-width:766px) {
	.lyjd li { width: 50%;}
	.lyjd img { height: calc(50vw / 260 * 142);}
}
@media screen and (max-width:480px) {
	.lyjd li { width: 100%;}
	.lyjd img { height: calc(100vw / 260 * 142);}
}