/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	height: 100%;
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:url(../img/bg.jpg) repeat;;
	overflow-x: hidden;
	padding-bottom: 35px;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
.header {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 30px;
}
.header .link {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.header .link a {
	color: #333;
	margin: 0 5px;
}
@media (max-width:768px) {
.header_coat {
	height: 24px;
	background-size: auto 100%;
}
.header {
	height: 24px;
}
.header .fl {
	height: 100%;
	width: auto;
}
.header .link {
	height: 24px;
	line-height: 24px;
}
.header .link a {
	color: #333;
	margin: 0 5px;
}
}
@media (max-width:414px) {
.header .link {
	display: none;
}
}
/* ---- banner Style ---- */
.banner{
	overflow:hidden;
	background:url(../img/banner.jpg) center center repeat-x;
	background-size:auto 100%;
	width:100%;
	position: relative;
}

/* ---- 菜单 Style ---- */
.menu_coat{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/menu.png) center center repeat-x;
	background-size: auto 100%;
	width: 100%;
	margin: 0 0 25px;
}
.menu{
	height: 120px;
	max-width: 1220px;
	padding: 30px 10px 0;
	margin: 0 auto;
	text-align: center;
	line-height: 90px;
	font-size:24px;
	color: #ffffff;
}
.menu a{
	color: #fff;
	display: inline-block;
}
.menu a:hover{
	text-decoration: none;
}
@media (max-width:1024px) {
	.menu_coat{
		margin: 0 0 20px;
	}
	.menu{
		height: 80px;
		padding: 20px 10px 0;
		line-height: 60px;
		font-size:18px;
	}
}
@media (max-width:768px) {
	.menu_coat{
		margin: 0 0 15px;
	}
	.menu{
		height: 60px;
		padding: 15px 10px 0;
		line-height: 45px;
		font-size:14px;
	}
}
@media (max-width:540px) {
	.menu_coat{
		background: #2f6bba;
		margin: 0 0 10px;
	}
	.menu{
		height: auto;
		padding:6px 10px;
		line-height:24px;
		font-size:14px;
	}
}
/* ---- 头条 Style ---- */
.headlines{
	margin: 0 0 2.75%;
}
.headlines .title{
	width: 116px;
	float: left;
	padding: 15px 0 0;
}
.headlines .title img{
	width: 100%;
	height: auto;
}
.headlines .news{
	float: right;
	text-align: center;
}
.headlines h1{
	line-height:54px;
	font-size:40px;
	color: #d61d1a;
	padding: 8px 0;
}
.headlines h1 a{
	color: #d61d1a;
}
.headlines h2{
	line-height:28px;
	font-size:18px;
	color: #333;
	padding: 2px 0;
	font-weight: normal;
}
.headlines h2 a{
	display: inline-block;
}
@media (max-width:1024px) {
	.headlines .title{
		width: 90px;
		padding: 10px 0 0;
	}
	.headlines h1{
		line-height:38px;
		font-size:32px;
		padding: 6px 0;
	}
	.headlines h2{
		line-height:26px;
		font-size:15px;
		padding: 2px 0;
	}
}
@media (max-width:768px) {
	.headlines .title{
		width: 58px;
		padding: 8px 0 0;
	}
	.headlines h1{
		line-height:32px;
		font-size:22px;
		padding: 4px 0;
	}
	.headlines h2{
		line-height:20px;
		font-size:12px;
		padding: 2px 0;
	}
}
@media (max-width:560px) {
	.headlines .title{
		width: 40px;
		padding: 6px 0 0;
	}
	.headlines h1{
		line-height:24px;
		font-size:16px;
		padding: 2px 0;
	}
	.headlines h2{
		line-height:15px;
		font-size:11px;
		padding: 2px 0;
	}
}
/* ---- 幻灯?Style ---- */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	position: relative;
	overflow:hidden;
}
.swiperBox {
	float: right;
	width: 55%;
	position: relative;
	background:#fff;
}
.swiperBox .swiper-container{
	height: 440px;
	overflow: hidden;}
.swiperBox .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiperBox .swiper-slide p {
	min-height: 75px;
	line-height:30px;
	padding:10px 15px 33px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	font-size:24px;
	color:#fff;
	text-align: center;
}
.pagination {
  position: absolute;
  right: 0;
  text-align: center;
  bottom:16px;
  width: 100%;
  line-height:0px;
  z-index:8;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:#fff;
  margin: 0 7px;
  cursor: pointer;
  overflow:hidden;
}
.swiper-active-switch{
	background:#ba0900;
}
.arrow-left,.arrow-right{
	position: absolute;
	top: 50%;
	width:40px;
	height:74px;
	margin-top: -37px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 9;
}
.arrow-left{
	left: 0;
	background-image: url(../img/arrow-left.png);
}
.arrow-right{
	right: 0;
	background-image: url(../img/arrow-right.png);
}
@media (max-width:1024px) {
	.swiperBox .swiper-slide p {
		min-height: 52px;
		line-height:22px;
		padding:6px 10px 24px 10px;
		font-size:16px;
	}
	.pagination {
	  bottom:8px;
	}
	.swiper-pagination-switch {
	  width: 8px;
	  height: 8px;
	  margin: 0 5px;
	}
	.arrow-left,.arrow-right{
		width:24px;
		height:50px;
		margin-top: -25px;
	}
}
@media (max-width:768px) {
.swiperBox {
	width: 100%;
	margin-bottom:15px;
}
.swiper-slide p {
	min-height:30px;
	line-height:18px;
	font-size:12px;
	padding:6px 62px 6px 6px;
}
.pagination {
  bottom:10px;
  padding-right:2px;
}
.swiper-pagination-switch {
  width: 6px;
  height:6px;
  margin: 0 3px;
}
}
/* ---- 要闻聚焦 Style ---- */
.focusNews{
	width: 41.75%;
	float: left;
}
.news_head{
	height: 49px;
	border-bottom: 1px solid #2f6bba;
	position: relative;
	margin: 0 0 15px;
}
.news_head h1{
	height: 34px;
	line-height: 34px;
	background:url(../img/news_head_h.gif) left center no-repeat;
	background-size: auto 82.35%;
	font-size: 24px;
	color: #2f6bba;
	padding: 0 0 0 14px;
}
.news_head a.more{
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 34px;
	font-size: 16px;
	color: #a6a6a6;
}
.focusNews_list li{
	line-height: 24px;
	background: url("../img/point.png") left 15px no-repeat;
	padding: 7px 0 7px 18px;
	font-size: 18px;
	color: #333;
}
.focusNews_list li:nth-child(3n+1){
	line-height: 28px;
	background:none;
	padding: 7px 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 0 0 5px;
}
@media (max-width:1200px) {
	.focusNews_list li{
		font-size: 16px;
	}
	.focusNews_list li:nth-child(3n+1){
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	.news_head{
		height: 35px;
		margin: 0 0 10px;
	}
	.news_head h1{
		height: 24px;
		line-height: 24px;
		font-size: 20px;
		padding: 0 0 0 12px;
	}
	.news_head a.more{
		line-height: 24px;
		font-size: 14px;
	}
	.focusNews_list li{
		line-height: 21px;
		background: url("../img/point.png") left 12px no-repeat;
		padding: 5px 0 5px 12px;
		font-size: 15px;
	}
	.focusNews_list li:nth-child(3n+1){
		line-height: 22px;
		background:none;
		padding: 5px 0;
		font-size: 16px;
		margin: 0;
	}	
}
@media (max-width:768px) {
	.focusNews{
		width: 100%;
	}
	.focusNews_list li{
		line-height: 20px;
		background: url("../img/point.png") left 10px no-repeat;
		padding: 4px 0 4px 12px;
		font-size: 14px;
	}
	.focusNews_list li:nth-child(3n+1){
		line-height: 22px;
		background:none;
		padding: 5px 0;
		font-size: 16px;
	}	
}
/* ---- 大标?Style ---- */
.indexHead{
	height: 75px;
	line-height: 0px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	background-image: url(../img/mmm.jpg);
	margin-bottom: 3.25%;
}
.indexHead img{
	display: none;
}
.indexHead a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
@media (max-width:1024px) {
	.indexHead{
		height: 56px;
	}
}
@media (max-width:768px) {
	.indexHead{
		height: 36px;
	}
}
/* ---- 政策解读 Style ---- */
.policy_pic{
	width: 35%;
	height: 300px;
	overflow: hidden;
	float: left;
}
.policy_pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.policy_pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.policy_title{
	width:61.75%;
	float: right;
	height: 94px;
	padding: 15px 0;
	line-height: 32px;
	font-size:26px;
	color: #333;
}
.policy_p{
	width:61.75%;
	float: right;
	line-height: 32px;
	height:160px;
	overflow:hidden;
	font-size: 16px;
	color: #666;
	margin-bottom: 16px;
}
.policy_more{
	display: block;
	float: right;
	width: 48px;
	height: 30px;
	line-height: 30px;
	background: #2f6bba;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.policy_more:hover{
	text-decoration: none;
}
.policy_list{
	margin-bottom:1.5%;}
.policy_list li{
	width:48.5%;
	float:left;
	margin-bottom:2.5%;
	overflow:hidden;
}
.policy_list li:nth-child(2n){
	float:right;
}
.policy_list li label{
	display:block;
	width:50px;
	height:160px;
	background:#2f6bba;
	float:left;
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height:28px;
	/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.policy_list li .news{
	height:160px;
	border:1px solid #cfcfcf;
	border-left:none;
	float:left;
	padding:17px 3.76% 0;
}
.policy_list li .news h2{
	height:30px;
	line-height:30px;
	font-size:24px;
	color:#333;
	font-weight:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.policy_list li .news p{
	height:90px;
	line-height:30px;
	font-size:16px;
	color:#666;
	overflow:hidden;
}
.policy_list li .news p a{
	color:#666;
	display:inline-block;
}
@media (max-width:1024px) {
	.policy_pic{
		height: 240px;
	}
	.policy_title{
		height: 76px;
		padding: 10px 0;
		line-height: 28px;
		font-size:20px;
	}
	.policy_p{
		line-height: 24px;
		height:120px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.policy_more{
		font-size: 12px;
	}
	.policy_list li label{
		width:40px;
		height:130px;
		font-size:18px;
		line-height:22px;
	}
	.policy_list li .news{
		height:130px;
		padding:11px 3.76% 0;
	}
	.policy_list li .news h2{
		height:30px;
		line-height:30px;
		font-size:18px;
	}
	.policy_list li .news p{
		height:72px;
		line-height:24px;
		font-size:14px;
	}
}
@media (max-width:768px) {
	.policy_pic{
		width:100%;
		height:auto;
	}
	.policy_title{
		width:100%;
		height:auto;
		padding: 10px 0 4px;
		line-height: 24px;
		font-size:18px;
	}
	.policy_p{
		width:100%;
		line-height: 20px;
		height:auto;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.policy_more{
		height:24px;
		line-height:24px;
		font-size: 12px;
	}
	.policy_list li{
		width:100%;
	}
}
@media (max-width:520px) {
	.policy_list li label{
		width:30px;
		height:108px;
		font-size:16px;
		line-height:20px;
	}
	.policy_list li .news{
		height:108px;
		padding:10px 3.76% 0;
	}
	.policy_list li .news h2{
		height:22px;
		line-height:22px;
		font-size:16px;
	}
	.policy_list li .news p{
		height:60px;
		line-height:20px;
		font-size:12px;
	}
}
/* ---- 视频资讯 Style ---- */
.video_coat{
	width:100%;
	background:url(../img/vodeo_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.videoBox{
	padding:3.5% 0 4%;}
.video_s{
	width:21.75%;
	overflow:hidden;}
.video_s li{
	overflow:hidden;
	margin-bottom:15.32567%;
	padding:10px 10px 0 0;
	background:url(../img/video_border_s.png) no-repeat;
	background-size:100% 100%;}
.video_s li:last-child{
	margin-bottom:0px;}
.video_s li a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;}
.video_s li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.video_s li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.video_s li p{
	position:absolute;
	left:0px;
	bottom:0px;
	height:32px;
	width:100%;
	padding:0 10px;
	line-height:32px;
	background:rgba(0,0,0,0.8);
	font-size:14px;
	color:#fff;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}

.video{
	overflow:hidden;
	width:50.5%;
	float:left;
	margin-left:2.75%;
	padding:10px 10px 0 0;
	background:url(../img/video_border.png) no-repeat;
	background-size:100% 100%;}
.video i{
	position: absolute;
	bottom:56px;
	left:6%;
	width:9.73%;
}
.video i img{
	width: 100%;
	height: auto;
}
.video a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;}
.video img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.video:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.video p{
	position:absolute;
	left:0px;
	bottom:0px;
	height:40px;
	width:100%;
	padding:0 10px;
	line-height:40px;
	background:rgba(0,0,0,0.8);
	font-size:18px;
	color:#fff;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
@media (max-width:1024px) {
.video_s{
	width:21.75%;}
.video_s li{
	margin-bottom:15.32567%;
	padding:8px 8px 0 0;}
.video_s li:last-child{
	margin-bottom:0px;}
.video_s li p{
	height:28px;
	padding:0 8px;
	line-height:28px;
	font-size:12px;
	}
.video{
	width:50.5%;
	margin-left:2.75%;
	padding:8px 8px 0 0;
	}
.video i{
		bottom:46px;
	}
.video p{
	height:32px;
	padding:0 8px;
	line-height:32px;
	font-size:14px;
	}
}
@media (max-width:768px) {
.video_s{
	width:100%;}
.video_s li{
	width:48%;
	float:left;
	margin-bottom:3%;
	padding:8px 8px 0 0;}
.video_s li:nth-child(2n){
	float: right;}
.video_s li:last-child{
	margin-bottom:3%;}
.video_s li p{
	height:28px;
	padding:0 8px;
	line-height:28px;
	font-size:12px;
	}
.video{
	width:100%;
	margin-left:0%;
	padding:8px 8px 0 0;
	margin-bottom:3%;
	}
.video i{
		bottom:46px;
	}
.video p{
	height:32px;
	padding:0 8px;
	line-height:32px;
	font-size:14px;
	}
}
@media (max-width:520px) {

.video_s li{
	padding:6px 6px 0 0;}

.video_s li p{
	height:24px;
	padding:0 6px;
	line-height:24px;
	font-size:11px;
	}
.video{
	padding:6px 6px 0 0;
	}
.video i{
		bottom:40px;
	}
.video p{
	height:30px;
	padding:0 6px;
	line-height:30px;
	font-size:12px;
	}
}
/* ---- 烟台实践 Style ---- */
.yt_headlines_coat{
	padding:0 0 0 80px;
	position:relative;
	margin-bottom:3.3333%;
}
.yt_headlines_coat .bg{
	position:absolute;
	left:0px;
	top:-11px;
	width:159px;
	height:auto;}
.yt_headlines{
	border:1px solid #dedede;
	border-left:none;
	padding:18px 30px 22px 100px;}
.yt_headlines h2{
	height:44px;
	font-size:32px;
	text-align:center;
	margin-bottom:8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
.yt_headlines h2 span{
	display:inline-block;
	height:44px;
	line-height:44px;
	background:#d61d1a;
	text-align:center;
	padding:0 15px;
	margin-right:24px;
	color:#fff;
	border-radius:5px;}
.yt_headlines p{
	height:66px;
	line-height:33px;
	overflow:hidden;
	font-size:16px;
	color:#333;}
.yt_headlines p a{
	display:inline-block;}
.swiperYT ,.swiperSD {
	float: left;
	width: 48.3333%;
	position: relative;
	background:#fff;
}
.swiperYT .swiper-container,.swiperSD .swiper-container{
	height: 320px;
	overflow: hidden;}
.swiperYT .swiper-slide img ,.swiperSD .swiper-slide img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiperYT .swiper-slide:hover img,.swiperSD .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiperYT .swiper-slide p,.swiperSD .swiper-slide p {
	min-height: 46px;
	line-height:26px;
	padding:10px 130px 10px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.7);
	font-size:20px;
	color:#fff;
}
.pagination_yt,.pagination_sd {
  position: absolute;
  right: 0;
  text-align: center;
  bottom:16px;
  width: 100%;
  line-height:0px;
  text-align:right;
  padding-right:7px;
  z-index:8;
}
.pagination_yt .swiper-pagination-switch,.pagination_sd .swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:#fff;
  margin: 0 7px;
  cursor: pointer;
  overflow:hidden;
}
.pagination_yt .swiper-active-switch,.pagination_sd .swiper-active-switch{
	background:#ba0900;
}
.yt_news{
	width:48.5%;
	float:right;}
.newsList li{
	height:36px;
	line-height:36px;
	font-size:18px;
	color:#333;
	background:url(../img/point.png) left center no-repeat;
	padding:0 0 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
.yt_nav{
	margin-bottom:3.25%;}
.yt_nav li{
	width:16.6666%;
	float:left;
	padding:0 1px;}
.yt_nav li a{
	display:block;
	width:100%;
	height:60px;
	line-height:30px;
	font-size:26px;
	color:#fff;
	text-align:center;
	/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}
.yt_nav li.blue a{
	background:#228ad4;}
.yt_nav li.ching a{
	background:#2cd3af;}
.yt_nav li.yellow a{
	background:#f9a822;}
.yt_nav li.red a{
	background:#ff5840;}
.yt_nav li.pink a{
	background:#d671ce;}
.yt_nav li.green a{
	background:#12c530;}
.yt_nav li a:hover{
	text-decoration:none;}
.yt_topnews{
	padding:0 0 4.138%;
	border-bottom:1px dotted #dddddd;
	margin-bottom:2.6%;}
.yt_topnews h2{
	height:42px;
	line-height:42px;
	font-size:24px;
	color:#333;
	margin-bottom:2.76%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
.yt_topnews .pic{
	width:24.14%;
	float:left;
	height:95px;
	overflow:hidden;}
.yt_topnews .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.yt_topnews .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.yt_topnews p{
	width:70.67%;
	float:right;
	height:90px;
	line-height:30px;
	overflow:hidden;
	font-size:16px;
	color:#333;}
@media (max-width:1024px) {
.yt_headlines_coat{
	padding:0 0 0 60px;
}
.yt_headlines_coat .bg{
	top:-9px;
	width:128px;}
.yt_headlines{
	padding:14px 20px 16px 90px;}
.yt_headlines h2{
	height:32px;
	font-size:24px;
	margin-bottom:8px;}
.yt_headlines h2 span{
	height:32px;
	line-height:32px;
	padding:0 12px;
	margin-right:20px;}
.yt_headlines p{
	height:56px;
	line-height:28px;
	font-size:14px;}
.swiperYT,.swiperSD {
	width: 48.3333%;
}
.swiperYT .swiper-slide p,.swiperSD .swiper-slide p {
	min-height: 32px;
	line-height:22px;
	padding:5px 90px 5px 10px;
	font-size:14px;
}
.pagination_yt ,.pagination_sd {
  bottom:10px;
  padding-right:5px;
}
.pagination_yt .swiper-pagination-switch ,.pagination_sd .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.newsList li{
	height:30px;
	line-height:30px;
	font-size:16px;
	padding:0 0 0 16px;}
.yt_nav li a{
	height:52px;
	line-height:26px;
	font-size:20px;
	}
.yt_topnews h2{
	height:34px;
	line-height:34px;
	font-size:20px;}
.yt_topnews .pic{
	height:75px;}
.yt_topnews p{
	height:72px;
	line-height:24px;
	font-size:14px;}
}
@media (max-width:768px) {
.yt_headlines_coat{
	padding:0 0 0 18px;
}
.yt_headlines_coat .bg{
	left:-5px;
	top:50%;
	margin-top:-25px;
	width:50px;}
.yt_headlines{
	border:1px solid #dedede;
	padding:5px 10px 5px 32px;}
.yt_headlines h2{
	height:auto;
	font-size:16px;
	margin-bottom:4px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;}
.yt_headlines h2 span{
	height:24px;
	line-height:24px;
	padding:0 8px;
	margin-right:10px;}
.yt_headlines p{
	height:auto;
	line-height:20px;
	font-size:12px;}
.swiperYT,.swiperSD {
	width: 100%;
	margin-bottom:2%;
}
.swiperYT .swiper-slide p,.swiperSD .swiper-slide p {
	min-height: 30px;
	line-height:20px;
	padding:5px 90px 5px 10px;
	font-size:14px;
}
.pagination_yt,.pagination_sd {
  bottom:10px;
  padding-right:5px;
}
.pagination_yt .swiper-pagination-switch,.pagination_sd .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.yt_news{
	width:100%;
	margin-bottom:4%;}
.newsList li{
	height:auto;
	line-height:20px;
	font-size:14px;
	background:url(../img/point.png) left 10px no-repeat;
	padding:4px 0 4px 14px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;}
.yt_nav li a{
	height:46px;
	line-height:23px;
	font-size:16px;
	}
.yt_topnews h2{
	height:30px;
	line-height:30px;
	font-size:16px;}
.yt_topnews .pic{
	height:60px;}
.yt_topnews p{
	height:60px;
	line-height:20px;
	font-size:12px;}
}
@media (max-width:600px) {
.yt_nav li{
	width:33.3333%;
	margin:1px 0;
}
.yt_nav li a{
	height:40px;
	line-height:20px;
	font-size:14px;
	}
}
/* ---- 山东实践新闻 Style ---- */
.sdNews_box{
	background:#f3f8ff;
	margin-bottom:4%;}
.sdNews_box label{
	float:left;
	width:60px;
	height:180px;
	font-size:24px;
	color:#fff;
	background:#2f6bba;
	text-align:center;
	line-height:30px;
	/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}
.sdNews_box ul{
	float:left;
	height:180px;
	padding:20px 0 0;}
.sdNews_box ul li{
	width:47%;
	float:left;
	padding:0 3% 0 3.9%;
	height:36px;
	line-height:36px;
	font-size:18px;
	color:#333;
	background:url(../img/point.png) 4.2% center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
.sdNews_box ul li:nth-child(2n){
	width:53%;}
@media (max-width:1024px) {
.sdNews_box label{
	width:42px;
	height:150px;
	font-size:18px;
	line-height:22px;}
.sdNews_box ul{
	height:150px;
	padding:16px 0 0;}
.sdNews_box ul li{
	height:31px;
	line-height:31px;
	font-size:15px;}
}
@media (max-width:768px) {
.sdNews_box label{
	width:28px;
	height:200px;
	font-size:15px;
	line-height:20px;}
.sdNews_box ul{
	height:200px;
	padding:2px 0 2px 2%;}
.sdNews_box ul li{
	width:100%;
	height:24px;
	line-height:24px;
	font-size:14px;
	background:url(../img/point.png) left center no-repeat;
	padding:0 10px 0 14px;}
.sdNews_box ul li:nth-child(2n){
	width:100%;}
}
/* ---- 图说新闻 Style ---- */
.caption_coat{
	width:100%;
	padding:40px 0 50px;
	background:#f4f4f4;
	margin-bottom:50px;}
.caption_swiper{
	max-width:1226px;
	margin:0 auto;
	position:relative;
	}
.caption_swiper .swiper-container{
	width:100%;
	margin:0 auto;}
.caption_swiper .swiper-container{
	padding:0px;}
.caption_swiper .swiper-slide{
	padding:0px 13px;}
.caption_swiper a:hover{
	text-decoration:none;}
.caption_swiper .con{
	width:100%;
	padding:0 4.9% 4.9% 0;
	background: url(../img/caption_bg.png) no-repeat;
	background-size:100% 100%;
}
.caption_swiper .con .pic{
	display:block;
	width:100%;
	position:relative;
	overflow: hidden;}
.caption_swiper .con img{
	width:100%;
	height:auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
.caption_swiper .con:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.caption_swiper .con p{
	background:#fff;
	height:49px;
	width:100%;
	border:1px solid #e5e5e5;
	border-top:none;
	padding:0 8px;
	line-height:48px;
	font-size:18px;
	color:#333;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}

.caption_swiper .show-left,.caption_swiper .show-right {
	position:absolute;
	top:50%;
	margin-top:-42px;
	height:84px;
	width:37px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:9;
	cursor:pointer;}
.caption_swiper .show-left{
	right:100%;
	background-image: url(../img/arrow_prev.gif);}
.caption_swiper .show-right{
	left:100%;
	background-image:url(../img/arrow_next.gif);}
@media (max-width:1200px) {
.caption_coat{
	padding:30px 0 35px;
	margin-bottom:30px;}
.caption_swiper{
	padding:0 30px;}
.caption_swiper .swiper-slide{
	padding:0px 9px;}
.caption_swiper .con p{
	height:35px;
	padding:0 8px;
	line-height:34px;
	font-size:15px;}

.caption_swiper .show-left,.caption_swiper .show-right {
	margin-top:-25px;
	height:50px;
	width:24px;}
.caption_swiper .show-left{
	left:4px;
	right: auto;}
.caption_swiper .show-right{
	left:auto;
	right:4px;}
}
@media (max-width:768px) {
.caption_coat{
	padding:20px 0 25px;
	margin-bottom:20px;}
.caption_swiper .con p{
	height:29px;
	padding:0 5px;
	line-height:28px;
	font-size:14px;}

}
/* ---- 精彩山东 Style ---- */
.swiper_show .swiper-container{
	overflow:visible;}
.swiper_show{
	width:80%;
	max-width:800px;
	margin:0 auto 4%;
	position:relative;}
.swiper_show .swiper-slide{
	overflow:hidden;
	position:relative;}
.swiper_show .swiper-slide img{
	width:100%;
	height:100%;}
.swiper_show .swiper-slide p{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:58px;
	line-height:53px;
	padding:0 10px;
	text-align:center;
	background:rgba(0,0,0,0.7);
	font-size:24px;
	color:#fff;
	display:none;
	border-bottom:5px solid #cb2c2d;}
.swiper_show .swiper-slide-active p{
	display:block;
	}
.swiper_show .show_prev,.swiper_show .show_next{
	position:absolute;
	top:0px;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	background-repeat:no-repeat;
	background-size:70px auto;
	z-index:100;
	cursor:pointer;}
.swiper_show .show_prev{
	background-position:right center;
	background-image: url(../img/show_left.gif);}
.swiper_show .show_next{
	background-position:left center;
	background-image:url(../img/show_right.gif);}
@media (max-width:1200px) {
.swiper_show .swiper-slide p{
	height:46px;
	line-height:46px;
	font-size:20px;}

.swiper_show .show_prev,.swiper_show .show_next{
	background-size:44px auto;}
}
@media (max-width:1024px) {

.swiper_show .swiper-slide p{
	height:42px;
	line-height:38px;
	font-size:18px;
	border-bottom:4px solid #cb2c2d;}
.swiper_show .show_prev,.swiper_show .show_next{
	background-size:32px auto;}
}
@media (max-width:768px) {

.swiper_show .swiper-slide p{
	height:30px;
	line-height:27px;
	font-size:14px;
	border-bottom:3px solid #cb2c2d;}
.swiper_show .show_prev,.swiper_show .show_next{
	background-size:20px auto;}
}
/* ---- 深度评论 Style ---- */
.comment{
	margin-bottom:4%;}
.comment li{
	width:48.5%;
	float:left;
	position:relative;
	padding:15px 0 0 30px;}
.comment li:nth-child(2n){
	float:right;}
.comment li::before{
	content:"";
	position:absolute;
	left:6px;
	top:0px;
	height:100%;
	width:1px;
	height:100%;
	background:#2f6bba;}
.comment li::after{
	content:"";
	position:absolute;
	top:21px;
	left:0;
	width:13px;
	height:13px;
	background:#fff;
	border:2px solid #2f6bba;
	border-radius:50%;}
.comment li .con{
	position:relative;
	background:#f1f1f1;
	padding:10px 4.3% 15px;
	border-radius:5px;}
.comment li .con::before{
	content:"";
	position:absolute;
	left:-7px;
	top:9px;
	width: 0;
	height: 0; 
	border-top: 4px solid transparent;
	border-right: 7px solid #f1f1f1;
	border-bottom: 4px solid transparent }
.comment li .con h2{
	height:34px;
	line-height:34px;
	font-size:20px;
	color:#333;
	font-weight:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
.comment li .con p{
	height:60px;
	line-height:30px;
	font-size:14px;
	color:#666;
	overflow:hidden;}
.comment li .con p a{
	color:#666;
	display:inline-block;}
@media (max-width:1024px) {
.comment li{
	padding:12px 0 0 24px;}
.comment li::before{
	left:5px;}
.comment li::after{
	top:19px;
	width:11px;
	height:11px;}
.comment li .con{
	padding:10px 4.3% 15px;}
.comment li .con h2{
	height:30px;
	line-height:30px;
	font-size:16px;}
.comment li .con p{
	height:52px;
	line-height:26px;
	font-size:14px;}
}
@media (max-width:768px) {
.comment li{
	width:100%;}
.comment li .con h2{
	height:auto;
	line-height:28px;
	font-size:16px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;}
.comment li .con p{
	height:auto;
	line-height:22px;
	font-size:14px;}
}
@media (max-width:520px) {
.comment li{
	padding:12px 0 0 12px;}
.comment li::before{
	left:-2px;}
.comment li::after{
	left:-7px;
	top:19px;
	width:11px;
	height:11px;}
.comment li .con{
	padding:8px 2.5% 10px;}
.comment li .con h2{
	line-height:24px;
	font-size:15px;}
.comment li .con p{
	line-height:22px;
	font-size:12px;}
}
/* ---- 框架 Style ---- */
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.mb60{
	margin-bottom: 5%;
}
.mb30{
	margin-bottom: 2.5%;
}
.mt50{
	margin-top: 4.16666%;
}
.mb50{
	margin-bottom: 4.16666%;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font: 12px/35px "微软雅黑", "黑体";
	height: 35px;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}
@media (max-width:1020px) {
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 8px;
}
}
@media (max-width:768px) {
.footer {
	text-align: center;
}
.footer p {
	display: none;
}
}