﻿@charset "utf-8";
/*CSS Document*/

/*右侧相同标题*/
.right_same_tit {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.right_same_tit h2 {
	float: left;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.right_same_tit span {
	display: block;
	float: right;
	line-height: 36px;
	font-size: 14px;
}

.right_same_tit span a {
	color: #999;
}

/*内容区域*/
.mpej_container {
	padding-top: 10px;
}

.mpej_container .leftpart {
	width: 605px;
	float: left;
}

.leftpart .jj_pic {
	width: 100%;
	height: 350px;
	margin: 10px 0 15px;
	position: relative;
}

.jj_pic .ejleft_lunbo {
	width: 100%;
	height: 100%;
}

.jj_pic .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.ejleft_lunbo .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.ejleft_lunbo .swiper-slide .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(images/titbg.png) top left repeat-x;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

.ejleft_lunbo .swiper-slide .title a {
	font-size: 20px;
	color: #fff;
}

.jj_pic .pagination {
	width: 96%;
	text-align: right;
	position: absolute;
	bottom: 5px;
	z-index: 2;
}

.jj_pic .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
}

.jj_pic .swiper-active-switch {
	background: #f00000;
}

.jj_pic .toparrow {
	position: absolute;
	top: 45%;
	margin-top: -20px;
	width: 25px;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	text-decoration: none;
	outline: none;
}

.jj_pic .arrowleft {
	background: url(images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 49%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6
}

.jj_pic .arrowright {
	background: url(images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 49%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.jj_pic .arrowleft:hover,
.jj_pic .arrowright:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/*左侧下方新闻*/
.leftpart .news_content,
.news_content .news_box {
	width: 100%;
}

.news_content .pagetitle{
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
}

.pagetitle h2{
	height: 35px;
	line-height: 35px;	
	font-size: 18px;
	font-weight: bold;
	color: #ce0b24;
	padding-left: 20px;
}

.news_content .news_box{
	padding-top: 10px;
}

.news_box .news_ul {
	border-top: 1px solid #eee;
}

.news_ul .news_ul_li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.news_ul .news_ul_li h2 {
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
}
.news_ul .gdtt_li h2{
	margin-bottom: 0;
}
.news_ul .news_ul_li h2 a {
	font-size: 22px;
	color: #333;
}

.news_ul .news_ul_li h2 a:hover {
	color: #bb0811;
}

.news_ul_li .news_cont {
	position: relative;
}

.news_cont .news_left_img,
.news_cont .news_left_text {
	float: left;
}

.news_cont .news_left_img {
	width: 30%;
	margin-right: 20px;
	height: auto;
	height: 122px;
}

.news_left_img a,.news_left_img img{
	display: block;
	width: 100%;
	height:100%;
}

.news_cont .news_left_text {
	width: 60%;
	height: 80px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #888;
}

.news_cont .news_time {
	display: block;
	width: auto;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #888;
}


.news_ul_li .news_laiyuan{
	display: none;
}


/*查看更多*/
.ck_more {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #eee;
	background: #fff;
	line-height: 50px;
	font-size: 14px;
	cursor: pointer;
}

.ck_more:hover {
	background: #eee;
}

.ck_more:active {
	background: #eee;
}




/*右侧内容*/
.mpej_container .rightpart {
	width: 375px;
	float: right;
}

.rightpart .newstj,
.newstj .xwtj_box {
	width: 100%;
}

.newstj .xwtj_box {
	margin-bottom: 20px;
}

.xwtj_cont .xwtj_listimg1,
.xwtj_cont .xwtj_listimg2 {
	width: 100%;
	background: #eee;
	overflow: hidden;
	margin-bottom: 10px;
}

.xwtj_listimg1 .xwtj_img {
	float: right;
	width: 140px;
	height: 90px;
}

.xwtj_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.xwtj_listimg1 .xwj_text,
.xwtj_listimg2 .xwj_text {
	width: 220px;
	float: left;
}

.xwj_text h3 {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	padding: 10px 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xwj_text h3 a {
	color: #000;
}

.xwj_text p {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 0 10px;
	height: 40px;
	overflow: hidden;
	color: #666;
}

.xwtj_listimg2 .xwtj_img {
	float: left;
	width: 140px;
	height: 90px;
}

.xwtj_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.xwtj_cont .xwtj_list {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}

.xwtj_list a {
	font-size: 14px;
	color: #333;
}

.xwtj_list:before {
	content: "";
	display: block;
	height: 2px;
	width: 2px;
	background: #333;
	position: absolute;
	left: 0px;
	top: 12px;
}

/*人物滚动*/
.person_box .person_figure {
	width: 100%;
	height: 226px;
	margin: 0 0 30px 0;
	position: relative;
}

.person_figure .person_lunbo {
	width: 100%;
	height: 226px;
}

.person_lunbo .swiper-slide {
	position: relative;
}

.person_lunbo .swiper-slide img {
	width: 100%;
	height: 226px;
}

.person_lunbo .swiper-slide .title {
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	left: 2%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background:url(images/titbg.png) top left repeat-x;
	background-size: contain;
	hidden;
	z-index: 1;
}

.person_lunbo .swiper-slide .title a {
	color: #fff;
}

.person_figure .pagination {
	position: absolute;
	text-align: center;
	bottom: -20px;
	width: 100%;
	z-index: 2;
}

.person_figure .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ddd;
	margin: 0 3px;
	cursor: pointer;
}

.person_figure .swiper-active-switch {
	background: #f00000;
}

.person_figure .toparrow {
	width: 25px;
	height: 30px;
	line-height: 30px;
	margin-top: -20px;
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 45%;
	z-index: 10;
}

.person_figure .arrowleft {
	width: 17px;
	height: 30px;
	margin-top: -15px;
	background: url(images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 49%;
	z-index: 2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6
}

.person_figure .arrowright {
	width: 17px;
	height: 30px;
	margin-top: -15px;
	background: url(images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 49%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6
	z-index: 2;
}

.person_figure .arrowleft:hover,
.right_pic .arrowright:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*图片列表*/
.jctp_list {
	width: 100%;
}

.jctp_list li {
	width: 177px;
	height: auto;
	float: left;
	position: relative;
	margin: 0 5px;
}

.jctp_list li .jtp_img {
	width: 177px;
	height: 103px;
	overflow: hidden;
	margin-bottom: 10px
}
.jctp_list li .jtp_img img{
	display: block;
	width: 100%;
	height: 100%;
}

.jctp_list li h3 {
	width: 100%;
	line-height: 20px;
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

.jctp_list li h3 a{	
	font-size: 14px;
	color: #333;
}

/*视频*/
.videocont_list {
	width: 100%;
}

.videocont_list li {
	width: 177px;
	height: auto;
	float: left;
	position: relative;
	margin: 0 5px;
}

.videocont_list li .videocont_img {
	width: 177px;
	height: 103px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.videocont_img .video_btn{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.videocont_img .video_btn a,.videocont_img .video_btn img{
	display: block;
	width: 100%;
	height: 100%;
}
.videocont_list li .videocont_img img{
	display: block;
	width: 100%;
	height: 100%;
}

.videocont_list li h3 {
	width: 100%;
	line-height: 20px;
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

.videocont_list li h3 a{	
	font-size: 14px;
	color: #333;
}

.mpxq_zt .zt_box{
	width: 100%;
	margin-bottom: 10px;
}
.zt_box .zt_img{
	width: 329px;
	float: left;
	height: 96px;
	margin-right: 4px;
}
.zt_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.zt_box .zt_img:last-child{
	margin-right: 0;
}

/*移动端*/
/*头部*/
.head_box{
	display: none;
}
/*导航*/
.nav-content,.wzdt{
	display: none;
}
/*移动底部*/
.mc_footer,.footwzdt{
	display: none;
}


























