@charset "utf-8";

/* CSS Document */

 html {
	color: #666;
}




i, cite, em, var, address, dfn {
    font-style: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
em,
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;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.8 '微软雅黑', Arial, Helvetica, sans-serif;
}

body a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

input,
select,
textarea {
	font-size: 100%;
	color: #7c7c7c;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

caption,
th {
	text-align: left;
}

fieldset,
img {
	border: 0;
}

iframe {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

del {
	text-decoration: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

legend {
	display: none;
}

q:before,
q:after {
	content: '';
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ins,
a {
	text-decoration: none;
}

input,
button,
select,
textarea {
	outline: none
}

textarea {
	resize: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

*html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}


/*正常css*/

header {
	height: 100px;
	overflow: hidden;
}

.auto {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

header .logo img {
	display: block;
	float: left;
	margin-top: 24px;
}

.search-wrap {
	margin-top: 28px;
	width: 288px;
	height: 25px;
	position: relative;
}

.search-btn {
	/*width: 22px;
    height: 22px;
    background: url(http://www.ykjt.cn/dist/images/search_btn.png) no-repeat;*/
	width: 66px;
	height: 26px;
	background-color: #adabac;
	border-radius: 4px;
	border: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	outline: none;
	color: #Fff;
}

.search-text {
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	width: 190px;
	height: 25px;
	background-color: #f6f6f6;
	position: relative;
	z-index: 22;
	padding-left: 34px;
}

.fr {
	float: right;
	display: inline;
}

input,
button {
	border: 1px solid #000;
	background-color: #fff;
}

.search-x {
	position: absolute;
	right: 0;
	top: 65px;
	font-size: 14px;
	color: #808283;
}

.clo-dt {
	width: 100%;
	background: url(http://www.yznews.com.cn/templateRes/201810/17/20006/20006/images/sy4_14.jpg);
	height: 73px;
}

a.zi2:hover {
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	font-family: '微软雅黑', '宋体';
}

.clo-dt table a {
	color: #fff;
}


/*广告位*/

.Advertising {
	height: 70px;
}

.Advertising img {
	height: 70px;
	width: 100%;
}


/*中央头条*/

#somx {
	height: 230px;
	border-bottom: 2px solid #5d89be;
	position: relative;
	margin-top: 17px;
}

.top-somx {
	height: 99px;
	background-color: #f7f7f7;
}

.t-x {
	height: 99px;
	width: 99px;
	border-radius: 10px;
	background: url(http://sshl.w253.mc-test.com/zaot/img/mi-tx.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#somx h1 a {
	color: #ac020f;
	font-size: 38px;
	font-weight: 600;
}

.rig-xs {
	width: 1000px;
	text-align: center;
	margin-right: 50px;
	float: right;
	line-height: 99px;
	font-weight:bold;
}

#somx h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.col-ul {
	width: 760px;
	overflow: hidden;
	padding-top: 10px;
	float: left;
}

.col-ul li {
	
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 50px;
	white-space: nowrap;
	margin-right: 10px;
	position: relative;
	width:320px;
	
}

.col-ul li a {
	color: #265aa5;
	font-size: 16px;
	padding-left: 10px;
}

.col-ul li:after {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background-color: #265aa5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	left: 0;
	top: -14px;
}

#somx h2 {
	font-size: 16px;
	color: #265aa5;
	float: left;
	margin-top: 10px;
}

.focus-ul li {
	float: left;
	width:340px;
	margin-right: 30px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
	word-break:keep-all;
    text-overflow:ellipsis;/*超出部分文字以...显示*/}

.focus-ul li:after {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background-color: #265aa5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	left: 0;
	top: -14px;
}

.focus-ul li a {
	color: #575258;
	padding-left: 8px;
	
}

.focus-ul {
	margin-top: 12px;
	overflow: hidden;
	margin-left: 70px;
}

.gws img {
	width: 370px;
	height: 57px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.z-somx a img {
	border-radius: 5px;
	margin: 4px 6px;
	float: left;
}

.z-somx h1 {
	width: 765px;
	font-size: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 35px;
	float: left;
	font-weight:bold;
}
.z-somx h1 a{
	color: #053777;
}

.z-somx i a {
	font-size: 16px;
	color: #ac020f;
}

.z-somx i {
	background-color: #f2f2f2;
	padding: 5px 5px;
	margin-right: 15px;
	display: inline-block;
	margin-top: 18px;
	font-style: normal;
	float: right;
}

.z-somx {
	overflow: hidden;
	padding-top: 2px;
	padding: 10px 0;
}

.TickerNews {
	background-color: #0d71c5;
	z-index: 9999;
}

.ti_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ti_wrapper>span {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 100px;
	display: block;
	background-color: #0d71c5;
	text-align: center;
	line-height: 30px;
	color: #fff;
	z-index: 99;
}

.ti_slide {
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}

.ti_content {
	width: 8000px;
	position: relative;
	float: left;
}

.ti_news {
	float: left;
	position: relative;
}

.ti_news a {
	display: block;
	margin-right: 30px;
	color: black;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}

.ti_news a:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: -8px;
	top: 14px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}


/*新闻中心*/

.zx-col {
	width: 430px;
	margin-top: 20px;
	float: left;
}

.zx-col span a {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 31px;
	color: #026fa7;
	font-family: '微软雅黑', '宋体';
	margin-top: 5px;
	display: inline-block;
	padding: 0 15px;
}

.zx-col i a {
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	color: #026fa7;
	font-family: '微软雅黑', '宋体';
	float: right;
	font-style: normal;
}

.zx-col ul li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 35px;
	color: #000;
	font-family: '微软雅黑', '宋体';
}

.zx-col ul {
	border-bottom: 1px dashed #a7a7a7;
	padding-bottom: 8px;
	padding-top: 8px;
}
/*轮播右侧*/
.baner-rig {
	width: 740px;
	float: right;
	margin-top: 20px;
}

.picScroll-left01 {
	width: 740px;
	overflow: hidden;
	position: relative;
	float: right;
}


}
.picScroll-left01 .hd ul {
	width: auto;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 0;
}
.picScroll-left01 .hd ul li.on {
	background-color: #ff0000;
}
.picScroll-left01 .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.picScroll-left01 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 20px;
	text-indent: -99999em;
	background-color: #fff;
	z-index: 99;
	cursor: pointer;
}
.picScroll-left01 .hd {
	position: absolute;
	width: 100%;
	bottom: 4px;
	left: 0;
	height: 1px;
	z-index: 200;
}
.picScroll-left01 .bd ul li .pic {
	text-align: center;
}
.picScroll-left01 .bd ul li .pic a {
	display: block;
	width: 740px;
	height: 416px;
}
.picScroll-left01 .bd ul li .pic img {
	width: 740px;
	height: 416px;
	display: block;
}
.picScroll-left01 .bd ul li span {
	height: 40px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.picScroll-left01 .bd ul li i {
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	line-height: 40px;
	z-index: 99;
	padding-left: 10px;
	font-style: normal;
}
.picScroll-left01 .bd ul li i a {
	color: #fff;
}
.picScroll-left01 .hd ul {
	width: auto;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 0;
}

/*本网专题*/
.col-bw {
	margin-top: 30px;
	width: 740px;
	height: 190px;
	border: 1px solid #999;
	position: relative;
}
.x-lg {
	position: relative;
	left: 0;
	top: 0;
	width: 38px;
	height: 190px;
	float: left;
}
#travel {
	width: 220px;
	height: 186px;
	float: left;
	margin-left: 10px;
}
#travel .pic {
	width: 220px;
	height: 105px;
	position: relative;
	float: left;
	margin-top: 10px;
}
#travel .pic img {
	width: 220px;
	height: 105px;
}
#travel .pic span {
	display: block;
	width: 100%;
	height: 30px;
	background-color: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	position: absolute;
	left: 0;
	bottom: 0;
}
#travel .pic i {
	color: #fff;
	overflow: hidden;
	font-style: normal;
}
#travel .pic i {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -4px;
}
#travel ul li {
	text-align: center;
	overflow: hidden;  
	text-overflow:ellipsis;
	white-space: nowrap;
}
#travel ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	font-family: '微软雅黑', '宋体';
}
#travel ul {
	margin-top: 15px;
}

/*#travel ul li:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #265aa5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    left: 0;
    top: -14px;
}*/
.col-ba3 li{
	width: 174px;
	height: 90px;
	margin-right: 32px;
	float: left;

}
.col-ba3 li a img{
	width: 174px;
	height: 90px;
}
.col-ba3{
	margin: 50px auto;
	overflow: hidden;
	
}
.col-ba3 ul{
	margin-right: -50px;
}

.bt-cocal{
	padding-bottom: 12px;
	overflow: hidden;
	background: url(http://sshl.w253.mc-test.com/zaot/coal-i.jpg) no-repeat bottom;
}
.bt-cocal h1{
	font-size: 30px;
	font-weight: 600;

	float: left;
	
}
.bt-cocal h1 i{
	color: #336699;
	font-style: normal;
}
.col-ks{
	width: 380px;
	padding-bottom: 20px;
}
.b-t {
    overflow: hidden;
  /*  border-bottom: 2px solid #000;*/
  margin-bottom:10px;
        background: url(http://sshl.w253.mc-test.com/zaot/i-bttom.jpg) no-repeat bottom;
}
.b-t h2 {
    font-size: 24px;
    color: #003366;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
	
}
.b-t  h2 a{
    font-size: 24px;
    color: #003366;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
	float: left;
}
.b-t h2 {
    /*border-bottom: 2px solid #ac020f;*/
    display: inline-block;
}
.gh-gy .b-t a {
    margin-top: 10px;
}

.b-t a {
    float: right;
    font-size: 14px;
    color: #000;
    margin-top: 16px;
}

.col-ks .pic {
    width: 370px;
    height: 206px;
    position: relative;
    /* float: left; */
    margin-bottom: 5px;
    margin: 0 auto;
}
.col-ks .pic img {
    width: 370px;
    height: 206px;
}
.col-ks .pic span {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: absolute;
    left: 0;
    bottom: 0;
}
.col-ks .pic i {
    color: #fff;
    overflow: hidden;
}
.col-ks .pic i {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -4px;
    font-style: normal;
}
.col-ks .ul-1 li {
    line-height: 44px;
  
}
.szb-pic {width:175px; height:257px; margin-top:30px; float:left}
.szb-pic a{width:175px; height:257px; margin-top:30px; float:left}
.szb-text {width:175px; height:50px; margin-top:30px; float:left; }
.szb-text a{ color: #cd0024; font-weight:bold}
.ul-1 li {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-1 li a {
    line-height: 40px;
    color: #333;
    font-size: 16px;
    padding-left: 15px;
}
.ul-1 li:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #666;
    display: block;
    position: absolute;
    left: 5px;
    top: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.col-ks{
	float: left;
	margin-right: 30px;
}
.Local{
	overflow: hidden;
}
.btx{
	background: url(../img/qmt.jpg) no-repeat;
    width: 380px;
    height: 47px;
    border-bottom: 1px solid #f0f0f0;
}
.btx li a{
	font-size: 17px;
	color: #030303;
}
.btx li{
	float: left;
	margin-right: 15px;
	margin-top: 2px;
}
.btx ul{
	margin-left: 175px;
	overflow: hidden;
}
/*广告位3*/
.col-ba4{
	height: 90px;
	margin: 50px auto;
}
.col-ba4 img{
	width: 100%;
	height: 90px;
}

.col-ks .pis{
    width: 175px;
    height: 100px;
    position: relative;
    /* float: left; */
    margin-top: 20px;
    margin-bottom: 5px;
    float: left;
}
.col-ks .pis:nth-of-type(even){
	float: right;
}
.col-ks .pis img {
    width: 175px;
    height: 100px;
}
.col-ks .pis span {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: absolute;
    left: 0;
    bottom: 0;
}
.col-ks .pis i {
    color: #fff;
    overflow: hidden;
}
.col-ks .pis i {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -4px;
    font-style: normal;
}
/*枣庄民意通*/
.zy-col{
	width: 815px;
	float: left;
}
.bt-cocal h1 a{
	color: #000;
}
.col-ph{
	width: 380px;
	float: right;
	margin-top: 12px;
}
.col-ph ul{
	padding-top: 15px;
}
.lt-col .gd{
	float: right;
    font-size: 14px;
    color: #000;
    margin-top: 24px;
}
.lt-col ul li{
  	position: relative;
  	width: 236px;
 	height: 134px;
 	float: left;
 	margin-right:2px;
 	margin-bottom:2px;
} 
.lt-col ul li .pic{
 	width: 480px;
 	height: 270px;
}
.lt-col ul li .pic{
 	width: 236px;
 	height: 135px;
}
.lt-col ul {
 	margin-top:15px;
 }
.lt-col ul li:nth-of-type(1){
 	width: 480px;
 	height: 270px;
 }
.lt-col ul li i{
	position: absolute;
	bottom: 0;
	height: 30px;
	background-color: #000000;
	opacity: 0.5;
	width: 100%;
}
.lt-col ul li:nth-of-type(1) img{
	width: 480px;
 	height: 270px;
}
.lt-col ul li:nth-of-type(1) .pic{
 	width: 480px;
 	height: 270px;
}
.lt-col ul li span{
	color: #fff;
    position: relative;
   	top: -28px;
   	left: 2px;
    display: block;
}
.lt-col{
	margin-bottom: 50px;
    overflow: hidden;
}
.lt-col ul li img{
	width: 236px;
 	height: 135px;
}
/*广告位5*/
.col-ba5 li{
	width: 280px;
	height: 90px;
	float: left;
	margin-right: 25px;
}
.col-ba5{
	margin-bottom: 60px;
	overflow: hidden;
}
.col-ba5 li img{
	width: 280px;
	height: 90px;
}
.col-ba5 ul{
	margin-right: -50px;
}
.co-wy{
	width: 380px;
	height: 345px;
}
.tp{
	border-bottom: 1px solid #f0f0f0;
	height: 47px;
	overflow: hidden;
}
.tp h1{
	font-size: 22px;
	color: #d01617;
	font-weight: 600;
	float: left;
	border-bottom: 1px solid #d01617;
	line-height: 46px;
}
.tp h1 i{
	vertical-align: middle;
	margin-right: 5px;
}
.co-wy ul li h1{
	font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #000;
    /* margin-bottom: 5px; */
    line-height: 35px;
}
.co-wy ul li{
	padding: 2px 2px;
}
.co-wy ul li .pic{
	width: 144px;
	height: 95px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 5px;
}
.co-wy ul li .pic img{
	width: 144px;
	height: 95px;
}
.co-wy ul li p{
	text-indent: 2em;
	text-align: justify;
	color: #666;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 4; /** 显示的行数 **/
	overflow: hidden;  /** 隐藏超出的内容 **/
	height: 100px;
}
.co-wy .ul-1 li a {
    line-height: 34px;
    color: #333;
    font-size: 16px;
    padding-left: 15px;
   
}
.co-wy{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.xk-sx{
	width: 112px;
	height: 130px;
	background-color: #3771ba;
	color: #fff;
	overflow: hidden;
	float: left;
}
.xk-sx h1{
	font-size: 24px;
    font-weight: 600;
    position: relative;
    top: 30px;
    left: 8px;
    text-align: center;
    width: 85%;
}
.col-gc li .iamge{
	width: 165px;
	height: 80px;
	margin-top: 20px;
}
.col-gc li{
	float: left;
	margin-left: 50px;
}
.col-gc li p{
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}
.col-gc li .iamge img{
	width: 165px;
	height: 80px;
}
.col-gc{
	overflow: hidden;
}
.zx-col ul li{
	overflow: hidden;  
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*友情链接*/
.yql{
	height: 40px;
	background-color: #e7f0f7;
	margin-top: 50px;
}
.yql p {
    height: auto;
    margin-bottom: 10px;
    display: block;
}
.yql p a {
    padding: 0 6px;
    font-size: 12px;
    color: #004276;
    line-height: 44px;
    background-image: url(http://www.sinoins.com/css/images/line.jpg);
    background-repeat: no-repeat;
    background-position: right;
    float: left;
}
/*底部*/
.footer {
    background-color: #006699;
}
.footers {
    height: 158px;
    padding-top: 20px;
    text-align: center;
}
.footers ul {
    width: auto;
    display: inline-block;
}
.footers p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.footers ul li {
    float: left;
}
.footers ul li a {
    display: block;
    padding: 0 20px;
    background-image: url(http://www.cfgw.net.cn/css/zt2/images/icon9.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
}
.bot_list li {
    float: left;
    padding: 10px;
    text-align: center;
    line-height: 15px;
    display: inline;
    overflow: auto;
}

/*新闻页面*/
#search {
    height: 68px;
    width: 300px;
    float: right;
    margin-top: 35px;
}
.input-text {
    width: 288px;
    float: left;
}

.input-text {
    height: 30px;
    border: solid 1px #ccc;
    outline: none;
    padding-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}
.input-search {
    background-color: #e60012;
}

.input-search {
    top: 47px;
    padding: 0px 14px;
}
.input-search {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: 0;
    position: absolute;
    right: -12px;
    top: 36px;
    color: #0d71c5;
    cursor: pointer;
    background-color: #e3e7ea;
}
.form2 span {
    float: initial;
    line-height: 36px;
}
.nav{
	height: 50px;
	width: 100%;
	line-height: 50px;
    background: url(http://www.yznews.com.cn/templateRes/201810/17/20006/20006/images/sy4_14.jpg);
}
.ixs{
	width: 174px;
	height: 50px;
	background-color: #000;
	text-align: center;
	line-height: 50px;
	float: left;
}
.ixs a{
	font-size: 24px;
	color: #f9f5f5;
}
.nav ul{
	overflow: hidden;
	margin-left: 80px;
	float: left;
}
.nav ul li{
	float: left;
	margin-right: 20px;
}
.nav ul li a{
	color: #fff;
}
.nsw{
	height: 449px;
	background-color: #ececec;
	padding-top: 56px;
}


.picScroll-left03 {
	width: 570px;
    overflow: hidden;
    position: relative;
    float: left;
}


}
.picScroll-left03 .hd ul {
	width: auto;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 0;
}
.picScroll-left03 .hd ul li.on {
	background-color: #ff0000;
}
.picScroll-left03 .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.picScroll-left03 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 20px;
	text-indent: -99999em;
	background-color: #fff;
	z-index: 99;
	cursor: pointer;
}
.picScroll-left03 .hd {
	position: absolute;
	width: 100%;
	bottom: 4px;
	left: 0;
	height: 1px;
	z-index: 200;
}
.picScroll-left03 .bd ul li .pic {
	text-align: center;
}
.picScroll-left03 .bd ul li .pic a {
	display: block;
	width: 570px;
	height: 410px;
}
.picScroll-left03 .bd ul li .pic img {
	width: 570px;
	height: 410px;
	display: block;
}
.picScroll-left03 .bd ul li span {
	height: 40px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.picScroll-left03 .bd ul li i {
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	line-height: 40px;
	z-index: 99;
	padding-left: 10px;
	font-style: normal;
}
.picScroll-left03 .bd ul li i a {
	color: #fff;
}
.picScroll-left03 .hd ul {
	width: auto;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 0;
}
.text-right{
	width: 600px;
	height: 410px;
	float: right;
}
.text-right ul li h1{
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.text-right ul li p{
	color: #666;
}
.text-right ul li{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 22px;
    padding-top: 16px;
}
/*枣庄新闻*/
.col-zw{
	width: 790px;
	float: left;
}
.nav-info{
	height: 50px;
	border-bottom: 1px solid #9d9d9d;
	overflow: hidden;
}
.nav-info h1{
	background: url(http://sshl.w253.mc-test.com/zaot/i_03.jpg) no-repeat 6%;
	padding-left: 40px;
	font-size: 30px;
	color: #336699;
	display: inline-block;
}
.nav-info span{
	margin-left: 5px;
	color: #888;
}
.col-zw ul li h1{
	font-size: 24px;
	color: #000;
}
.col-zw ul li{
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}
.col-zw ul li span{
	font-size: 14px;
	color: #000;
}
.col-zw ul li i{
	font-size: 14px;
	color: #888;
	font-style: normal;
}
.col-zw ul li b{
	font-size: 14px;
	color: #888;
	font-style: normal;
	font-weight: 500;
}
.col-zw ul li p{
	font-size: 14px;
    color: #000;
    margin: 5px 0;
}
.more{
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 15px;
	margin: 60px auto;
}
.more a{
	color: #dbdbdb;
}
/*民生社会*/
.right-x{
	width: 380px;
	float: right;
	margin-top: 8px;
}
.left-x{
	float: left;
	width: 790px;
}
.ms-col .pic {
    width: 370px;
    height: 206px;
    position: relative;
    /* float: left; */
    margin-top: 20px;
    margin-bottom: 5px;
    margin: 0 auto;
}
.ms-col .pic img {
    width: 370px;
    height: 206px;
}
.ms-col .pic span {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ms-col .pic i {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -4px;
    font-style: normal;
}

.ms-col .pic i {
    color: #fff;
    overflow: hidden;
}
.col-zw ul li em{
    font-size: 14px;
    color: #888;
    font-style: normal;
    float: right;
}

/*列表页*/
.lie{
	overflow: hidden;
    float: right;
    margin-top: 60px;
}
.lie li{
	float: left;
	margin-right: 30px;
}
.lie li a{
	font-size: 14px;
	color: #040404;
}
.lise ul{
	margin-left: 0;
}
.lise ul li:nth-of-type(1) a{
	font-size: 18px;
}

.wz{
	height: 58px;
	background-color: #f3f3f3;
	line-height: 58px;
}
.wz a{
	font-size: 18px;
	color: #06b2b2;
}
.wz b{
	font-size: 18px;
	color: #06b2b2;
	font-weight: 500;
}

.xw-z{
	width:790px;
	float: left;
	margin-top: 20px;
}
.wh1{
	font-size: 30px;
	color: #020202;
}
.xw-z ul li h1{
	font-size: 18px;
	color: #020202;
	float: left;
	width: 655px;
	padding-left: 15px;
	overflow: hidden;  
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw-z ul li span{
	float: right;
	margin-top: 5px;
	color: #bbbbbb;
	font-size: 14px;
}
.xw-z ul li{
	position: relative;
	overflow: hidden;
	line-height: 36px;
}

.xw-z ul li:nth-of-type(5){
	margin-bottom: 30px;
}
.xw-z ul{
	margin-top: 30px;
}
.xw-z ul li:nth-of-type(10){
	margin-bottom: 30px;
}
.xw-z ul li:nth-of-type(15){
	margin-bottom: 30px;
}
.xw-z ul li {background:url(hot.png) no-repeat left 16px;text-indet:10px;}

.right-xs{
	width: 380px;
    /* height: 1290px; */
    float: right;
    margin-top: 20px;
    background-color: #eeeeee;
    padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
.do_metohd{
	height: 30px;
	padding: 10px;
}
.do_metohd .input-text{
	width: 250px;
	height: 30px;
}
.do_metohd .input-search{
	    font-size: 16px;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: 0;
    position: absolute;
    right: 12px;
    top: 32px;
    color: #0d71c5;
    cursor: pointer;
    background-color: #c80317;
    width: 90px;
    color: #fff;
}
.pers{
	margin: 10px;
	background-color: #fff;
	margin: 0 auto;
	width: 362px;
	margin-top: 30px;
}
.pers .b-t h2{
	font-size: 18px;
	border-bottom: none;
}
.pers .b-t  a {
    margin-top: 8px;
}
.pers .b-t{
	border-bottom: 2px solid #999999;
	background: url(../img/wz-i.png) no-repeat bottom;
	border-bottom: none;
	padding-bottom: 2px;
}
.pers ul li .pic{
	width: 100px;
	height: 55px;
	float: left;
}
.pers ul li .pic img{
	width: 100px;
	height: 55px;
}
.pers ul li{
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	padding: 9px 0;
}
.pers ul li h1{
	color: #000;
	font-size: 16px;
	margin-top: 5px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2; /** 显示的行数 **/
	overflow: hidden;  /** 隐藏超出的内容 **/
	padding-left:10px;
}
/*专题*/
.poster{
	
}
.poster img{
	width: 100%;
	height: 100%;
}
.zt .ixs{
	background-color: #c50c0c;
}
.zt{
	background: #dcdcdc;
	overflow: hidden;
	
	
}
.zt ul li{color: #336699;}
.zt ul li a{
	color: #336699;
	font-size: 18px;
	padding-right: 20px;
}
.zt ul li a i{
	font-style: normal;
	margin-right: 5px;
}
.zt ul{
	 margin-left: 40px;
}
/**/
.shaw{
	background-color: #ececec;
	height: 605px;
}
.d-bt {
	font-size: 48px;
	color: #003468;
	font-weight: 600;
	padding: 20px 0;
	text-align: center;
}
.d-bt a {color: #003468;}
.ms-col .pis{
	width: 380px;

	margin-top: 10px;
}
.ms-col .pis img{
	width: 380px;
	height: 210px;
}
.ztsx{
	margin-top: 50px;
}
.ztsx li .pic{
	width: 168px;
	height: 115px;
}
.ztsx ul{
	padding-top: 20px;
}
.ztsx li{
	text-align: center;
	width: 168px;
	float: left;
	padding-top: 10px;
}
.ztsx li h1{
	color: #000;
}
.ztsx li:nth-of-type(even)
{
	float: right;
}
.ztsx li .poc img{
	width: 168px;
	height: 115px;
}


.box_con {
    margin-bottom: 4px;
    position: static;
}
.index_nav_title {
    height: 36px;
    line-height: 36px;
    padding-left: 3px;
    font-size: 13px;
    color: #C30;
    background: url(http://www.632news.com/images/box_nav_bg.jpg) repeat-x;
    border: 1px #f0dcde solid;
    border-bottom: 1px #CCC solid;
}	
.wi_1000 {
    width: 1200px;
    margin: 0 auto;
    background: #FFF;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.bot_list {
    width: 100%;
    display: inline;
    line-height: 15px;
}
.bot_list li {
    float: left;
    padding: 10px;
    text-align: center;
    line-height: 15px;
    display: inline;
    overflow: auto;
    
}
.index_nav_title a{
	color: #004276;
}
.bot_list li a{
	color: #004276;
}

.Article {
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 0 44px;
}
.Article h1 {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-top: 30px;
}
.Article .time {
	width: 100%;
	height: 52px;
	border-bottom: solid 1px #cbcccc;
}						
.Article .time i {
	font-size: 14px;
    color: #999;
    line-height: 52px;
    padding: 0 55px;
    width: 100%;
}
.Article  p{
	     text-align: left; 
    color: #222;
    font-size: 18px;
    margin-top: 16px;
}

/*分页*/
.pages { padding-top: 60px; text-align: center; font-size: 14px; clear: both;}
.pages > li { border: 1px solid #ccc; line-height: 30px; height: 30px; display: inline-block; margin: 0 5px; }
.pages .page { width: 30px; text-align: center; font-size: 13px;background:none;text-indent:0;margin-bottom: 0;}
.pages .page a { display: block; width: 100%; height: 100%; }
.pages .page-previous, .pages .page-next { padding: 0 12px;background:none;text-indent:0;}
.pages .page-active { border: 1px solid #ccc; background-color: #0773de; }
.pages .page-active a { color: #fff; }
.pages li:nth-of-type(5){
	margin-bottom: 0!important;;
}
.pages li:nth-of-type(10){
	margin-bottom: 0!important;;
}
.pages li:nth-of-type(15){
	margin-bottom: 0!important;;
}
.con01{
  margin-top:20px;
}