@charset "utf-8";
/* CSS Document */
/* 全局样式 */
*{font-family: "微软雅黑";}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; outline:0; font-size:100%; vertical-align:baseline; }



body {font:16px/1.5 Microsoft YaHei,simsun,SimHei,arial,helvetica,sans-serif; color:#000;}
h1{font-size:34px;}h2{font-size:26px;}h3{font-size:18px; }h4{font-size:16px;}h5{font-size:14px;}h6{font-size:12px;}
fieldset, img {border:0;}
li,dl,dd {list-style-type:none;}
ol,ul {list-style:none;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select, button {font-family:inherit; font-size:inherit; font-weight:inherit; outline:none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance:none;}
input:-webkit-autofill {-webkit-box-shadow:0 0 0px 1000px white inset;}
input {padding:0 10px;}
input:focus, textarea:focus {outline:none;}F
input:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}
textarea {-webkit-appearance:none;}

/*全站链接颜色*/
a:link{color:#000;}
a:visited{color:#000;}
a:hover{color: #0066CC;}
a:active{color:#000;}
strong {font-weight:bold;}
a {color:#000; text-decoration:none;} 
a:hover {text-decoration: none;}

.main_conR a {text-decoration:none;} 
.only_mobile{ display:none;}
body {min-width:1230px;margin: 0 auto;}
/*通用样式*/
.hidden {display:none;}.invisible{visibility:hidden;}
.fb {font-weight:bold;}.fn {font-weight:normal;}
.text-c {text-align:center}.text-l {text-align:left}.text-r {text-align:right;}
.fl{float:left;*display:inline;*zoom:1;}
.fr{float:right;*display:inline;*zoom:1;}
.pr {position:relative}.pa {position:absolute;}


input{
	background-color: none;
	}
.header{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background-image: url(../images/header-bg.png);
	background-position: center bottom;
	background-repeat-x: initial;
	background-repeat-y: inherit;
	background-repeat: no-repeat;
}

.header .header-center {
	height: 150px;
	background: #0b7ecf;
	width: 100%;
	min-width: 1220px;
	display: block;
	overflow: hidden;
}
.header .icon-list {
	height: 55px;
	margin-top: 0px;
}
.header .icon-list ul {
  text-align: right;
}
.header .icon-list ul li {
	padding-right: 10px;
	line-height: 55px;
	display: inline-block;
	padding-left: 10px;
	position: relative;
	color: #FFF;
}

.header .icon-list ul li a{color: #FFF;}


.header .text-input {
	width: 180px;
	height: 34px;
	border: 1px solid #c2c2c2;
	padding-left: 6px;
}

.header .input-button {
  width: 90px;
  height: 36px;
  background: #1a56a8 url(../images/search.png) no-repeat 20px center;
  padding:0;
  padding-left: 26px;
  color: #fff;
  border: 0;
  line-height: 36px;
  cursor: pointer;
}
.header .logo {
	padding-top: 5px;
}
.header .hot-box {
  color: #333;
  padding-top: 10px;
}

.header .nav {
  height: 50px;
  width:100%;
  min-width:1220px;
  background: #1a56a8 ;
  /* overflow: hidden; */
  /* position: relative; */
}

.clearfix{
	clear: both;
}

/*页眉部分*/

/*menu*/

.header-menu-box{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 55px;
	background: #1a56a8;
	z-index: 999;
}
.menu-box {
	margin: 0 auto;
	width: 90%;
	max-width: 1380px;
	min-width: 1380px;
}
.menu-box ul{
	margin:0;
	padding:0;z-index: 9000;
}
.menu {
	width: 105%;
	z-index: 999;
}
.menu table{
	width: 100%;background: #004098;border: 0px;padding:0;

}
.menu table td{
	background: #004098;padding:0;
}


.menu li {
	font-size: 22px;
	line-height: 48px;
	font-weight: normal;
  text-align: center;
  border-right: 1px #0c7dcd solid;
	padding-right: 25px;
	padding-left: 25px;

}

.menu li a {
	color: #fff;
}

.menu .drop-menu {
	height: 55px;
	line-height: 55px;
	float: left;
	position: relative;
	z-index: 999999;
}

.submenu {
	margin: 0 auto;
	min-width: 125px;
	height: auto;
	position: absolute;
	top: 55px;
	left: 0;
	display: none;
	z-index: 9999999;
	background: #085195;
filler:alpha(opacity:70);-moz-opacity: 0.9;
	opacity: 1;
	width: 100%;
}

.submenu li {
	text-align: center;
}

.submenu li a {
	display:block;
	padding: 0;
	height: 30px;
	margin: 0;
	padding-bottom:10px;
	padding-top: 9px;
	line-height: 16px;font-size: 18px;
	font-weight: normal;
	color: #fff;
	/*float:left;*/
}
.submenu li a:hover {
	color:#fff;
	text-decoration: none;
}


.menu li:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1B7AD1;

}

.menu .on a{
	color: #fff;
	text-decoration: none;
	background-color: #1B7AD1;
}
.menu li.on{
	color: #fff;
	text-decoration: none;
	background-color: #1B7AD1;
}


.fixednav { position: fixed; left: 0;top: 0;z-index: 999; }


/*导航部分*/


/* banner */
.slider {width: 100%;display: block;	overflow: hidden;background: #015293;margin-top: 0;	margin-right: auto;	margin-left: auto;}

.flexslider{position:relative;height:490px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:490px;} 
.slides li img{ width: 100%; height:100%}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}

.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/left.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/right.png) center center no-repeat;}




.content{
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 1380px;
	min-width: 1230px;
	}

.content-first{
	float: left;
	width: 48%;
	height: auto;
	overflow: hidden;
	display: block;
	}


.tab-menu{
	width: auto;
	height: 33px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #224893;
}
		
.xinwen{
	width: 165px;
	height: 33px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	float: left;
	background-image: url(../images/tit_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	line-height: 33px;
	text-align: center;
	padding-right: 30px;
}

.xinwen img{ vertical-align:middle; padding-right:10px;}
.linkmenu{
	float: right;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #035cac;
	padding-top: 13px;
	padding-right: 14px;
}


.news-box{
	width: auto;
	min-height: 325px;
	margin-top: 16px;
}	
	
.news-box2{
		width:100%;
		height: auto;
		margin-top:6px;
}
	.news-box2 ul{
		padding: 0 10px;
}



.content-second{
	float: right;
	width: 48%;
	height: auto;
	display: block;
	padding-left: 20px;
	}
.tab-menu2{ width: 100%; height: 40px; background-color: #dfdede; }


.content-thred{
	float: right;
	width: 30%;
	height: auto;
}


/*右侧滚动图片*/
.slideBox{
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
	float: right;
}
.slideBox .hd{height:20px; overflow:hidden; position:absolute; right:5px; bottom:10px; z-index:1;}
.slideBox .hd ul{overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{float:left; margin:6px 8px 0 0; width:8px; height:8px; background:#fff; cursor:pointer; border-radius:100%;}
.slideBox .hd ul li.on{background:#c4c4c4; color:#fff; width:12px; height:12px; margin-top:4px;}
.slideBox .bd{
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	width: auto;
}
.slideBox .bd li{zoom:1; vertical-align:middle;position:relative;}
.slideBox .bd img{
	width: 100%;
	height: 420px;
	display: block;
}
.slideBox .bd li .bg{
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.slideBox .bd li .title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: Microsoft YaHei,SimHei,simsun;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}
.slideBox .bd li .title a{ color:#fff; padding-left:15px;  }
.slideBox .bd li .title a:hover{ color:#d12e33;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next{left:auto; right:3%; background-position:8px 5px;}
.slideBox .prev:hover,
.slideBox .next:hover{filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{display:none;}
.slideBox .nextStop{display:none;}


/* tuijian */
.tj{
	display: block;
	overflow:hidden;
	width: auto;
	background:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.tzgg_tj{float: left;width: 50%}
.tzgg_tj .tzgg_tj_tit{
	font-size: 16px;
	display: inline-block;
	background: #0055af;
	color: #fff;
	width: 80px;
	text-align: center;
	border-radius: 4px;
}
.tzgg_tj a{text-decoration: none;outline: none;}
.tzgg_tj span a{color:#000;}


/* qiehuan */

.slideTxtBox{width:auto; text-align:left;position:relative;}
.slideTxtBox .hd{
	height: 39px;
	line-height: 39px;
	padding: 0;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.slideTxtBox .hd ul{
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
	padding-left: 0px;
	height: 40px;
}
.slideTxtBox .hd ul li{
	font-size: 22px;
	line-height: 40px;
	font-weight: normal; float:left; padding:0 15px; cursor:pointer; height: 40px; line-height:40px;font-family: "微软雅黑";padding-left:10px;padding-right:20px;}
.slideTxtBox .hd ul li.on{ 
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0055ae }
.slideTxtBox .hd ul li a{color: #222;}
.slideTxtBox .hd ul li a img{ vertical-align:middle; padding-right:10px;}
.slideTxtBox .hd ul li.on a{ color: #0055ae; }

.slideTxtBox .bd ul{padding:12px 0 0 0; zoom:1;}
.slideTxtBox .bd li{width: 100%; font-size: 14px; color: #999999; line-height:37px; }
.slideTxtBox .bd li a {
	background: url("../images/ico_003.png") left center no-repeat;
	padding-left: 10px;
	color: #666666;
	font-size: 16px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%
}
.slideTxtBox .bd li a:hover {color:#cc3300;}
.slideTxtBox .bd li span{float:right; }	
.rw_more{ position: absolute; top: 10px; right: 20px}

/* qiehuan */

.slideTxtBox2{width:auto; text-align:left;position:relative;}
.slideTxtBox2 .hd{
	height: 39px;
	line-height: 39px;
	padding: 0;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.slideTxtBox2 .hd ul{
	float: left;
	position: absolute;
	left: 0;
	top: -1px;
	padding-left: 0px;
	height: 40px;
}
.slideTxtBox2 .hd ul li{
	font-size: 22px;
	line-height: 40px;
	font-weight: normal; float:left; padding:0 15px; cursor:pointer; height: 42px; line-height:42px;font-family: "微软雅黑";padding-left:10px;padding-right:20px;padding-bottom: 10px;}
.slideTxtBox2 .hd ul li.on{ background: url(../images/bt-a-bg.png) no-repeat center top;}
.slideTxtBox2 .hd ul li a{color: #222;}
.slideTxtBox2 .hd ul li a img{ vertical-align:middle; padding-right:10px;}
.slideTxtBox2 .hd ul li.on a{ color: #fff; }

.slideTxtBox2 .bd ul{padding:12px 0 0 0; zoom:1;}
.slideTxtBox2 .bd li{width: 100%; font-size: 14px; color: #999999; line-height:37px; }
.slideTxtBox2 .bd li a {
	background: url("../images/ico_003.png") left center no-repeat;
	padding-left: 10px;
	color: #666666;
	font-size: 16px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%
}
.slideTxtBox2 .bd li a:hover {color:#cc3300;}
.slideTxtBox2 .bd li span{float:right; }	



/* newsli */
.news_con {
	margin-top: 0px;
	display: block;
	overflow: hidden;width: 100%;
}
.news_con li {height:35px; line-height:35px; overflow:hidden;}
.news_con li a { padding-left:15px; background:url(../images/dian.png) 0 15px no-repeat;float:left;width: 80%;font-size:16px; color:#111; white-space:nowrap;  display: block;overflow:hidden;text-overflow: ellipsis; -o-text-overflow:ellipsis;}
.news_con li a:hover { background:url(../images/dian1.png) 0 15px no-repeat;font-size:18px; color:#2962aa; }
.news_con li span {width: 15%;font-size:14px; color:#898989; float:right;}

/*  */
.topic{
	padding: 20px 0 10px;
	display:block;
	overflow: hidden;
}

.topic .place{
	margin: 0 auto;
}
.topic .place ul{
	width:101%;
}
.topic .place li{
	float: left;
	width:25%;
	margin-right: 0px;
	text-align: right;
}
.topic .place li a{
	position: relative;
	width:100%;
	height:100%;
	color: #fff;
	text-align:right;
	display:inline-block;
	overflow: hidden;
}
.topic .place li a img{
    width:96%;height:120px; margin:auto}
.topic .place li a span{display:block;color: #fff;}

.topic .place li a:hover span{display:block;color: #fff;}
.topic .place li a:hover img{ transform: scale(1.1);  -webkit-transform: scale(1.1);}


.ztzl-all {
	float: left;
	width: 4%;
	height: 120px;
	background:#1b7ad4;
	text-align: center;
	min-width: 40px;
}
.ztzl-all .ztzl-title {width: 20px;padding:20px 0 0px 0;font-size: 18px;line-height: 20px;font-weight: bold;color: #fff;text-align: center;cursor: unset; margin:auto}
	
.ztzl-alr {
	width:95%;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
	
/* 友情链接 */

/* 底部 */
.footer{
	background-color: #084a9e;
	padding: 25px 0;
	overflow: hidden;
}
.footer a,.footer p{ color: #fff; font-size: 14px; line-height: 30px; text-align:center; }
.footer p span{ padding-right:10px}
.footer img { vertical-align:middle;}


/**/
.xxgk_menu{ margin:0 auto; padding:0px 0 20px;}
.xxgk_menu ul{
	width:102%;
	overflow:hidden;
}
.xxgk_menu ul li{
	float:left;
	width:20%;
	margin:0px;
	display:inline;
	display:table;
	background-image: url(../images/dh_m_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.xxgk_menu ul li a{ display:block;  color:#0055af;vertical-align:middle;    display:table-cell; text-align:left; font-size:20px; height:74px; padding-left:100px; font-weight:bold;}
.xxgk_menu ul li a:hover{ color:#0779e4; text-decoration:none;}


/*新左侧*/

.zcl{width:100%px;position: relative;padding-bottom: 260px;}

.ejcd{
	width: 100%;
	margin: 0px;
	background: #EEEEEE;
	padding-top: 10px;
	margin-bottom: 90px;
	position: relative
}
.ejcd i{position: absolute;background: url(../images/arrbg.png) no-repeat;height:88px;bottom:-88px;left:0;width:100%}

.ejcd ul li a{border-bottom: 1px solid #D5D5D5;height: 50px;line-height: 50px;color: #666666;font-size: 18px;background: url(../images/arr1.png) no-repeat 35px center;padding-left: 0px;  display: block;text-align:center;}
.ejcd ul li.active a{border-left: 3px solid #0E419C;color:#0E419C;background: url(../images/arr2.png) no-repeat 35px center #FFFFFF;}
.ejcd ul li:hover a{border-left: 3px solid #0E419C;color:#0E419C;background: url(../images/arr2.png) no-repeat 35px center #FFFFFF;}


.ejcd2 ul li a{border-bottom: 1px solid #D5D5D5;height: 50px;line-height: 50px;color: #666666;font-size: 16px;background: url() no-repeat 35px center;padding-left: 45px;  display: block;}
.ejcd2 ul li.cur a{border-left: 0px solid #0E419C;color:#0E419C;background: url() no-repeat 35px center #f6fdff;}
.ejcd2 ul li:hover a{border-left: 0px solid #0E419C;color:#0E419C;background: url() no-repeat 35px center #f6fdff;}



/*内页*/
.container {
	width:90%;
	max-width: 1380px;
	margin:0 auto;
	min-width: 1230px;
}
.container:before,.container:after {content:" "; display:table;}
.container:after {clear:both;}

.nbanner{height:400px;z-index:-2}
.nbanner .ban_c img{
	width: 100%;z-index:-2
}
.slide{position:relative;width:100%;}
.ban_c{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;z-index:-2
}
.ban_c img{width:100%;height:100%;z-index:-2}


/*内页*/
.left_sideBg {
	display: inline-block;
	background-image: url(../images/left_sideBg.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
}
.conBg {}


/*内页*/
.main_left{
	float: left;
	width: 260px;
	display: block;
}
.main_right{
	float: right;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	width: 78%;
	display: block;
	overflow: hidden;
}
.lmenu{ background:#f6f6f6; width:100%; margin-top:-50px; z-index:999}
.lmenu h3{ background:#0c55c4; height:50px; font-size:22px; line-height:50px; color:#fff; text-align:center;}

.wp_column_article{
	display: block; padding:10px 50px;
}

/*内页*/

.content_nav 
{
	display: block;
	overflow: hidden;
	height: auto;
	 padding-top: 10px;
	margin-bottom: 12px;background:#fff;
}
.content_nn
{
    position: relative;
    padding-left: 6px;
     font-size: 16px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
}
.content_nn span{
	position: relative;
	top:2px;
	*top:0px;
	left: 0px;

}
.content_nn span a{
	color:#000;
	
}
.content_nn span.titl{
	font-size: 22px;
	color: #000;
}
.content_nn_01{
	position: absolute;
	top: 8px;
	color:#999898;
	right: 30px;
}
.content_nn_01 span a{
	color:#000;font-size: 14px;
}
.content_nn_01 span{
	left: 10px;
}
.content_nn_01 img{vertical-align:middle
}
.content_title
{
    text-align: center;
    margin: 30px 0;
    width: 100%;
    border-bottom: 1px dotted #C0C0C0;
    padding-bottom: 30px;
}
.content_title h2{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	padding: 0 30px;
}
.content_title div
{
	margin-top: 15px;
	position: relative;
	 font-size: 16px; 
}




/* 内页列表 */

.n_newslist li {
	line-height: 48px;
	padding: 0 15px;
	color: #de171c;
	border-bottom: 1px solid #d4d4d4;
	background-image: url(../images/dot_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.n_newslist li:hover {
  background:#fff7f7;
  animation:myfirst 1s;
  -moz-animation:myfirst 1s; /* Firefox */
  -webkit-animation:myfirst 1s; /* Safari and Chrome */
  -o-animation:myfirst 1s; /* Opera */
}
.n_newslist li:hover a {color:#de171c;}
.n_newslist li span {float:right; font-size:14px; color:#999;}
.n_newslist li a:hover {text-decoration:none;}
.n_newslist li i {margin-right:10px;}



.n_szlist li {display: block;width:20%;
	line-height: 48px;
	padding:0 ;
	color: #de171c;
	background-image: url(../images/dot_1.gif);
	background-repeat: no-repeat;
	background-position: left center; float:left;text-align:center;
}
.n_szlist li:hover {
  background:#fff7f7;
  animation:myfirst 1s;
  -moz-animation:myfirst 1s; /* Firefox */
  -webkit-animation:myfirst 1s; /* Safari and Chrome */
  -o-animation:myfirst 1s; /* Opera */
}
.n_szlist li:hover a {color:#de171c;}
.n_szlist {display: block;width:85%;overflow: hidden; margin:50px auto; pading-left:30px} 


/*--图片列表--*/
.pic_list{
	display: block;width:100%;
	overflow: hidden; margin:auto;
}
.pic_list li{ width:25%;height:300px; margin-bottom:10px;  color:#333; font-size:16px; overflow:hidden; float:left; display:inline;}
.pic_list li .li-div{ width:95%; margin:auto;text-align:center;}
.pic_list li .li-img-box{width:200px; height:250px; border:1px solid #e5e5e5; overflow:hidden;margin:auto;}
.pic_list li .li-img{width:100%; height:100%;transition:1s; overflow:hidden;}
.pic_list li .li-img img{width:100%; height:100%;}
.pic_list li .li-wen{ height:40px; line-height:40px; color:#333; text-align:center;transition:2s;}
.pic_list li:hover .li-wen{color:#bb322d;}
.pic_list li:hover .li-img{animation:hover-img 1.5s infinite;-webkit-animation:hover-img 1.5s infinite;}


.pic_list1{
	display: block;width:100%;
	overflow: hidden; margin:auto;
}
.pic_list1 li{ width:25%;height:300px; margin-bottom:10px;  color:#333; font-size:16px; overflow:hidden; float:left; display:inline;}
.pic_list1 li .li-div{ width:95%; margin:auto;text-align:center;}
.pic_list1 li .li-img-box{width:300px; height:225px; border:1px solid #e5e5e5; overflow:hidden;margin:auto;}
.pic_list1 li .li-img{width:100%; height:100%;transition:1s; overflow:hidden;}
.pic_list1 li .li-wen{ height:40px; line-height:40px; color:#333; text-align:center;transition:2s;}
.pic_list1 li:hover .li-wen{color:#bb322d;}
.pic_list1 li:hover .li-img{animation:hover-img 1.5s infinite;-webkit-animation:hover-img 1.5s infinite;}
.pic_list1 li img{width:100%; height:225px;}


.page{
	width: 90%;
	height:40px;
	margin: 30px auto 30px;
	font-size: 15px;
}

/***文章内容初始样式（包括之后文章页内容）***/
.wp_entry { width:90%; line-height:1.9em;margin:auto;}
.wp_entry p { text-indent:2em; margin-bottom:5px;}
.wp_entry a {text-decoration: none;}
.wp_entry a:hover {text-decoration: none;color: #E10000;}
.wp_entry img { max-width:95%;}


.ld{display: block;width:100%; margin:auto;}
.ld .list-paddingleft-2  li{float: left;padding:0px;display: block;width:50%; margin:auto;}
.ld table p{ padding:0px;text-indent:0em; margin-bottom:5px;}
.ld td p{ padding:0px;text-indent:0em;}
.ld td { padding:0px;text-indent:0em; }

.wp_entry .tit{
display: block;
padding:10px;width:100%; 
line-height:1.9em;
overflow:hidden;
color:#111; 
font-size:20px; 
text-align:center;
}
.wp_entry .tit h3{
color:#111; 
font-size:20px; 
width:auto;  
padding-bottom:15px;
text-align:center;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc;
}
.over_f{color:#333;font-weight: 100;font-size:16px; text-align:center}

.del_div .del_txt .txt_div p{ text-indent:2em;margin:10px 0;line-height:35px !important;font-family:Microsoft YaHei !important;font-size:16px;color:#333333;}
.del_div .del_txt .txt_div div{line-height:35px !important;font-family:Microsoft YaHei !important;font-size:16px;color: #333333;}
.del_div .del_txt .txt_div span{line-height:35px !important;font-family:Microsoft YaHei !important;font-size:16px;color: #333333; display:inline;}

.del_div .del_txt .txt_div{margin-top:30px;padding: 10px 0 20px 0;border-top: 1px solid #cccccc;overflow:hidden;}
.del_div .del_txt .txt_div table{margin:0 auto;}
.del_div .del_txt .bt_div{padding:0px;}
.del_div .del_txt .bt_div{padding:0px;margin:0 auto; text-align:center}
.txt_div img{max-width:80%; height:auto}


/*表格变色*/
.s_oushuhang{background-color: #D6E1F1;}/*偶数行的背景色*/
.s_jishuhang{background-color:#f1f1f1;}/*奇数行的背景色*/
