﻿﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "微软雅黑"
}
.clear {
	clear: both;
}
.fr {
	float: right
}
.fl {
	float: left
}
/*body {
	color: #555555;
	font-family: 微软雅黑;
	margin: 0 auto;
	font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	background:url("http://www.zyanyab.com/skin/xzfw/images/bg.jpg") center top no-repeat;
}*/
 body {
	color: #555555;
	font-family: 微软雅黑;
	margin: 0 auto;
	font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	background:url(../images/bg.jpg) no-repeat center -220px;
}
a {
	text-decoration: none;
	outline: 0px;
	color: #555555;
	font-family: 微软雅黑;
	transition: ease-in-out .2s;
}
a:hover {
	color: #3d79c1;
	transition: ease-in-out .2s;
}
header {
	width: 1200px;
	margin: 0 auto;
	height: 185px;
}
.headtopbg {
	width: 100%;
	height: 35px;
	background: #ededed;
	line-height: 35px;
	overflow: hidden
}
.headtop {
	width: 1200px;
	margin: 0 auto;
	text-align: right
}
.header {
	width: 1200px;
	margin: 0 auto;
	height: 150px;
}
.header .logo {
	float: left;
	margin-top: 13px;
}
.header .search {
	float: right;
	width: 440px;
	height: 35px;
	margin-top: 55px;
}
.header .search input[type="text"] {
	width: 325px;
	height: 33px;
	padding-left: 10px;
	line-height: 35px;
	font-size: 15px;
	color: #555;
	border: 1px solid #d2d2d2;
	float: left;
	font-family: "微软雅黑"
}
.header .search input[type="button"] {
	width: 103px;
	float: left;
	background: #3d79c1;
	color: #fff;
	border: none;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-family: "微软雅黑"
}
.header .search input[type="submit"] {
    width: 103px;
    float: left;
    background: #3d79c1;
    color: #fff;
    border: none;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-family: "微软雅黑";
}
.menu {
	width: 1200px;
	margin: 0 auto;
	height: 40px;
	background: #3d79c1;
	margin: 0 auto;
	font-size: 17px;
	color: #fff;
}
.menu ul {
	width: 1200px;
	margin: 0 auto;
}
.menu ul li {
	width: 129px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left
}
.menu ul li a {
	color: #fff;
	display: block;
	height: 40px;
	width: 109px;
}
.menu ul li a:hover {
	background: #004986
}
.menu ul li:last-child {
	border: none;
	behavior: url("../js/ie-css3.htc"); /* 通知IE浏览器调用脚本作用于'box'类 */
}
.cawqbox {
	width: 100%;
	height: 38px;
	background: url("../images/cawqbg.jpg") repeat-x;
}
.cawq {
	width: 1198px;
	height: 38px;
	margin: 0px auto 0 auto
}
.cawqtit {
	width: 117px;
	height: 38px;
	float: left;
	text-align: center;
	line-height: 38px;
	color: #3d79c1;
	font-size: 17px;
}
.cawq .cawqlist li {
	float: left;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
}
.txtMarquee-left {
	width: 700px;
	position: relative;
	float: left
}
.txtMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.txtMarquee-left .hd .prev, .txtMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/icoLeft.gif") no-repeat;
}
.txtMarquee-left .hd .next {
	background: url("images/icoRight.gif") no-repeat;
}
.txtMarquee-left .bd {
	padding: 0px;
	overflow: hidden
}
.txtMarquee-left .bd .tempWrap {
	width: 1060px !important;
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.txtMarquee-left .bd ul li {
	margin-right: 20px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: left;
	_display: inline;
	width: auto !important;
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li span {
	color: #999;
}
.cawq .search {
	float: right;
	width: 340px;
	height: 35px;
	margin-top: 6px;
}
.cawq .search input[type="text"] {
	width: 225px;
	height: 23px;
	padding-left: 10px;
	line-height: 25px;
	font-size: 15px;
	color: #555;
	border: 1px solid #d2d2d2;
	float: left;
	font-family: "微软雅黑"
}
.cawq .search input[type="button"] {
	width: 73px;
	float: left;
	background: #3d79c1;
	color: #fff;
	border: none;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	font-family: "微软雅黑"
}
.topnews {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0
}
.topnews h1 a {
	font-size: 40px;
	color: #004986;
	text-decoration: underline
}
.topnews p {
	line-height: 40px;
}
.topnews p a {
	padding: 5px;
	background: #eeeeee;
	color: #f00;
	border: solid #999;
	border-width: 0 1px 1px 0;
	margin: 0 20px;
}
.main {
	width: 1200px;
	margin: 0 auto;
min-height: 800px;
}
.focusBox {
	position: relative;
	width: 678px;
	height: 450px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
	float: left
}
.focusBox .pic img {
	width: 678px;
	height: 450px;
	display: block;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}
.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
	font-weight: normal
}
.focusBox .num li {
	float: left;
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 7.5px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 6px;
	cursor: pointer;
	padding: 0;
}
.focusBox .num li a, .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.focusBox .num li.on a, .focusBox .num a:hover {
	background: #3d79c1;
}
.rightlist {
	width: 502px;
	float: right;
	height: 450px;
	overflow: hidden
}
.main_tit_1 {
	width: 100%;
	background: #f1f1f1;
	height: 40px;
}
.main_tit_1 h1 {
	float: left;
	background: url("../images/icon.png") #fff no-repeat;
	text-align: center;
	height: 38px;
	border-top: 2px solid #3d79c1;
	font-size: 16px;
	color: #3d79c1;
	line-height: 38px;
	width: 115px;
	font-weight: normal;
}
.main_tit_1 a {
	float: right;
	background: url("../images/more.png") 90% 50% no-repeat;
	line-height: 40px;
	padding: 0 23px 0 0;
}
.main_tit_1 a:hover {
	background: url("../images/moreh.png") 90% 50% no-repeat
}
.listtop {
	width: 100%;
	border-bottom: 1px solid #dce7f4;
	padding: 0px 0 10px 0;
	margin-bottom: 5px;
}
.listtop h1 {
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	overflow: hidden
}
.listtop h1 a {
	font-size: 17px;
	color: #3d79c1;
	text-align: center;
	float: left;
	display: block;
	width: 100%;
	height: 100%
}
.listtop p {
	width: 100%;
	text-align: justify;
	font-size: 13px;
	color: #a9a9a9
}
.indexlist {
	width: 100%;
	list-style: square;
	padding-top: 5px
}
.indexlist li {
text-overflow: ellipsis;
    white-space: nowrap;
	list-style: disc;
	font-size: 2px;
	color: #555555;
	list-style-position: inside;
	height: 30px;
	overflow: hidden;
}
.indexlist li a {
	font-size: 17px;
}
.gcsy {
	margin-top: 10px;
}
.main_tit_1 .cagztt {
	background-position: 4px 0px;
}
.main_tit_1 .gcsytt {
	background-position: 4px -39px;
}
.zfzx {
	width: 100%;
	height: 335px;
}
.zfzxb {
	width: 100%;
}
.main_tit_2 {
	width: 100%;
	height: 47px;
	background: url("../images/title_bg.jpg") repeat-x;
	margin-bottom: 15px;
}
.main_tit_2 h1 {
	width: 138px;
	float: left;
	background: url("../images/tit_bg.jpg") no-repeat right;
	text-align: center;
	height: 47px;
	font-size: 18px; text-align:left; padding-left:10px;
	color: #3d79c1;
	line-height: 47px;
	margin: 0
}
.main_tit_2 span {
	float: left;
	line-height: 55px;
	font-size: 13px;
	color: #a3a3a3
}
/*.main_tit_2 .zfzxtt{background-position:4px -346px;}
.main_tit_2 .zfdttt{background-position:4px -78px;}
.main_tit_2 .msfwtt{ background-position:4px -125px;}
.main_tit_2 .zfwqtt{ background-position:4px -170px;}
.main_tit_2 .palwtt{ background-position:4px -215px}
.main_tit_2 .yqlj{ background-position:4px -395px}
*/
.tableft {
	width: 391px;
	float: left;
	margin-right: 15px;
}
.tabmid {
	width: 391px;
	float: left;
	overflow: hidden
}
.tabright {
	width: 391px;
	float: right;
	overflow: hidden
}
/* 本例子css */
.slideTxtBox {
	width: 100%;
	text-align: left;
	margin-right: 20px;
}
.slideTxtBox .hd {
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
	position: relative;
	border-bottom: 2px solid #3d79c1;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: -1px;
	height: 32px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
}
.slideTxtBox .hd ul li.on {
	height: 40px;
	background: #fff;
	color: #3d79c1
}
.slideTxtBox .hd ul li.on a {
	color: #3d79c1
}
.slideTxtBox .bd ul {
	padding-top: 10px;
	zoom: 1;
}
.slideTxtBox .bd li {
white-space: nowrap;
    text-overflow: ellipsis;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
.slideTxtBox .hd ul li.weibot {
	background: url("../images/icon.png") #fff no-repeat;
	background-position: 4px -300px;
}
.slideTxtBox .hd ul li.weixint {
	background: url("../images/icon.png") #fff no-repeat;
	background-position: 4px -262px;
}
.slideTxtBox .bd .pnlwlist {
	margin: 0 auto;
	padding-top: 20px;
	height: 300px;
}
.tableft .slideTxtBox .bd .pnlwlist {
	margin: 0 auto;
	padding-top: 20px;
	height: 300px;
}
.zxdbbox {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}
.zxdbbox img {
	width: 100%;
}
.slideTxtBox .bd .pnlwlist li {
	width: 110px;
	float: left;
	text-align: center;
	height: 145px;
	overflow: hidden;
	padding: 0 18px;
}
.slideTxtBox .bd .pnlwlist li img {
	width: 110px;
	height: 110px;
}
.slideTxtBox .bd .pnlwlist li a span {
	line-height: 25px;
	color: #3d79c1;
}
.zfdt {
	height: 435px;
	overflow: hidden
}
.tlqu {
	height: 380px;
	overflow: hidden
}
.msfw {
	height: 540px;
	overflow: hidden
}
.zfwq {
	
	overflow: hidden
}
.palw {
	height: 430px;
	overflow: hidden
}
.tableft .slideTxtBox .bd ul {
	
	padding-top: 10px;
}
.tabmid .slideTxtBox .bd ul .listtop {
	margin-bopttom: 10px!important;
}
.tableft .slideTxtBox .bd .indexvlist {
	width: 100%;
	
	overflow: hidden;
	padding: 10px 0 0 0
}
.tableft .slideTxtBox .bd .indexvlist li {
	float: left;
	width: 175px;
	height: 123px;
	margin: 11px 10px;
	overflow: hidden;
	position: relative;
	
}
.tableft .slideTxtBox .bd .indexvlist li img {
	width: 100%;
	height: 100%;
}
.tableft .slideTxtBox .bd .indexvlist .text {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	background: url("../images/vicon.png") 50% 50% no-repeat;
	overflow: hidden;
	line-height: 219px;
	color: #fff;
	z-index: 2;
	padding-left: 5px;
}
.tableft .slideTxtBox .bd .indexvlist span {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	bottom: 0;
	background: #000;
	position: absolute;
	padding: 0 5px;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 1
}
.tabright .slideTxtBox .bd .ldft li {
	line-height: 30px;
	overflow: hidden;
}
.tlqu .atableft {
	float: right;
	width: 280px;
	padding-top: 3px;
}
.tlqu .atableft .slideTxtBox .bd .ldft li {
	float: left;
	width: 280px;
	line-height: 31px;
	overflow: hidden;
}
.tlqu .atabright {
	float: left;
	width: 900px;
}
.btableft {
	width: 100%;
	margin-right: 18px;
	float: left
}
.btabright {
	width: 591px;
	float: right
}
.xwjj .indexlist {
	padding: 0 !important;
}
.zfzxian .indexlist {
	padding-top: 20px !important;
}
.zfdtimglist {
	width: 452px;
	overflow: hidden;
	height: 120px;
	padding: 0px 0 10px 0
}
.zfdtimglist .zfdtimg {
	width: 140px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.zfdtimglist .zfdtimg img {
	width: 100%;
}
.zfdtimglist .zfdtimg span {
	line-height: 25px;
	color: #3d79c1
}
.farwlisttop {
	width: 100%;
	height: 146px;
	padding: 0px 0 15px 0
}
.farwlisttop img {
	float: left;
}
.farwlisttop h1 {
	float: right;
	width: 325px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	overflow: hidden;
	font-size: 17px;
	color: #3d79c1;
	text-align: left;
}
.farwlisttop p {
	float: right;
	height: 100px;
	width: 325px;
	font-size: 13px;
	color: #a9a9a9;
	text-align: justify
}
.slideTxtBox .bd .shxw {
	padding-top: 20px;
}
.msfwimglist {
	width: 100%;
	overflow: hidden;
	height: 100px;
	padding: 5px 0;
}
.msfwimglist .msfwimg {
	width: 140px;
	float: left;
	text-align: center;
	margin-right: 10px;
	height: 91px;
    margin-left: 13px;
	position: relative
}
.msfwimglist .msfwimg img {
	width: 140px;
}
.msfwimglist .msfwimg .text {
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	line-height: 158px;
	color: #fff;
	z-index: 2;
	padding-left: 5px;
}
.msfwimglist .msfwimg span {
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	bottom: 0;
	background: #000;
	position: absolute;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 1
}
.tabmid .ggsm .bd {
	padding-top: 0;
	height: 170px;
	overflow: hidden
}
.qyfcimglist {
	padding-bottom: 2px;
}
.msfwimglistb {
	width: 120%;
	overflow: hidden;
	height: 90px;
	padding: 5px 0;
}
.msfwimglistb .msfwimgb {
	width: 123px;
	float: left;
	text-align: center;
	margin-right: 10px;
	height: 91px;
	position: relative
}
.msfwimglistb .msfwimgb img {
	width: 123px;
}
.msfwimglistb .msfwimgb .textb {
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	line-height: 158px;
	color: #fff;
	z-index: 2;
	padding-left: 5px;
}
.msfwimglistb .msfwimgb span {
	display: block;
	width: 123px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	bottom: 0;
	background: #000;
	position: absolute;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 1
}
a.more {
	float: right;
	background: url("../images/more.png") 90% 50% no-repeat;
	line-height: 40px;
	padding: 0 23px 0 0;
}
a.more:hover {
	background: url("../images/moreh.png") 90% 50% no-repeat
}
.zfzximglist {
	width: 294px;
	overflow: hidden;
	height: 100px;
	padding: 0px
}
.zfzximglist .msfwimg {
	width: 137px;
	float: left;
	text-align: center;
	margin-right: 7px;
	height: 87px;
	position: relative
}
.zfzximglist .msfwimg .text {
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	line-height: 150px;
	color: #fff;
	z-index: 2;
	padding-left: 5px;
}
.zfzximglist .msfwimg span {
	display: block;
	width: 137px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	bottom: 0;
	background: #000;
	position: absolute;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 1
}
.tabright .slideTxtBox .bd .ysbj {
	padding-top: 10px
}
.ysbj .zfzximglist {
	padding: 5px 0;
}
.picMarquee-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: 15px auto 10px auto
}
.picMarquee-left .bd {
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.picMarquee-left .bd ul li .pic img {
	width: 173px;
	height: 140px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-left .bd ul li .title {
	line-height: 24px;
}
.picMarquee-left .bd ul li .title a {
	font-size: 16px;
	font-weight: bold;
}
.tempWrap {
	margin: 0 auto
}
.xxbsphlist {
	float: left;
	width: 100%;
	float: left;
	padding-top: 10px;
}
.xxbsphlist li {
	height: 46px;
	width: 100%;
	padding: 0 2%;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
.tabright .slideTxtBox .xxbsphimg {
	margin-top: 10px;
	width: 280px;
}
.xxbsphlist li span {
	color: #3d79c1;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: #d7d7d7;
	margin-top: 9px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	font-size: 13px;
}
.xxbsphlist li span.qs {
	background: #3d79c1;
	color: #fff
}
.dkh {
	background: url("../images/gddtbg.png") no-repeat 50% 90%;
}
.dkh .indexlist {
	width: 95%;
	margin: 0 auto
}
.zhuanti {
	width: 1200px;
	overflow: hidden;
}
.zhuantilist {
	width: 1300px;
}
.zhuantilist li {
	width: 390px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 8px 0;
}
.zhuantilist li a {
	display: block;
	width: 388px;
	height: 76px;
	border: 1px solid #fff;
	border-top: none;
}
.zhuantilist li a:hover {
	background: #fafafa;
	border: 1px dashed #CCC;
	border-top: none;
	text-decoration: none;
}
.zhuantilist li img {
	width: 100%;
}
.zhuantilist li span {
	line-height: 40px;
}
.zhuantilist li span a {
	line-height: 40px;
}
.map {
	width: 442px;
	height: 347px;
	position: relative;
	background: url("../images/map.png");
	margin-top: 40px;
}
.map li {
	position: absolute;
	text-align: left
}
.map li a {
	font-size: 13px;
	text-decoration: underline;
}
.map li a:hover {
	color: #f00
}
.map_1 {
	left: 349px;
	top: 95px;
}/*呼伦贝尔市*/
.map_2 {
	left: 309px;
	top: 156px;
}/*乌兰浩特市*/
.map_3 {
	left: 295px;
	top: 202px;
}/*锡林浩特市*/
.map_4 {
	left: 317px;
	top: 228px;
}/*赤峰市*/
.map_5 {
	left: 388px;
	top: 213px;
}/*通辽市*/
.map_6 {
	left: 244px;
	top: 255px;
}/*集宁*/
.map_7 {
	left: 190px;
	top: 240px;
}/*呼和浩特市*/
.map_8 {
	left: 148px;
	top: 252px;
}/*包头市*/
.map_9 {
	left: 100px;
	top: 243px;
}/*临河市*/
.map_10 {
	left: 120px;
	top: 273px;
}/*乌海市*/
.map_11 {
	left: 193px;
	top: 272px;
}/*鄂尔多斯市*/
.map_12 {
	left: 43px;
	top: 280px;
}/*阿拉善左旗*/
.adt {
	width: 100%;
	height: 110px;
	padding-bottom: 20px;
	display: block
}
.adt img {
	width: 100%;
	height: 110px;
}
.yqljbd {
	height: 46px;
	line-height: 66px;
	text-align: center
}
.yqljbd select {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	margin: 0 10px;
}
.footer {
	width: 100%;
	height: 130px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
.text-shadow {
	text-shadow: 1px 1px 1px #fff;
}
.box {
	float: left;
	width: 100%;
}
.list {
	margin-top: 10px;
	margin-bottom: 10px;
}
.list {
	margin-top: 10px;
	margin-bottom: 10px;
}
.list .list-item {
	border: 1px dashed #E3E3E3;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.box {
	float: left;
	width: 100%;
}
.list-item {
	margin: 5px 0;
}
.list .img {
	width: 15%;
	float: left;
	font-size: 14px;
	text-align: left;
}
.list .desc {
	font-size: 14px;
	margin-bottom: 10px;
	color: #a9a9a9;
}
.list .img-txt .txt {
	width: 83.2%;
	float: right;
	padding-left: 2px;
	padding-right: 15px;
	text-align: justify
}
.list .txt {
	float: left;
	padding-right: 15px;
	text-align: justify
}
.list .img img {
	max-width: 90%;
}
.list .block {
	float: right;
	width: 85%;
}
.list .block p {
	margin: 0;
	padding: 0 15px 5px 0;
}
.date {
	width: 100%;
	float: left;
}
.date, .like {
	color: #440e00;
}
.list .title {
	font-weight: normal;
	font-size: 20px;
	color: #f03800;
	margin-bottom: 10px;
}
.date, .like {
	color: #440e00;
}
.text-shadow {
	text-shadow: 1px 1px 1px #fff;
}
.pull-right {
	float: right!important;
}
.pull-left {
	float: left!important;
}
.block {
	display: block;
}
.nav_bar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.main_title {
width:100% margin:0 auto
}
.main_title .news_title {
	width: 100%;
	margin: 0 auto;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.main_title .news_msn {
	font-size: 14px;
	text-align: center;
	margin: 15px 0 30px;
	padding: 0 5px;
	padding-bottom: 10px;
	border-bottom: 4px solid #0068b7;
}
.news_content .main_title .news_msn span {
	margin-right: 15px;
}
.main_content {
	width: 90%;
	margin: 0 auto;
	height: auto;
}
.main_content .news_zaiyao {
	position: relative;
	padding-top: 10px;
	margin-bottom: 10px;
	word-wrap: break-word;
	word-break: break-all;
	background: #f5f5f5;
}
.main_content .news_zaiyao .news_zaiyao_content {
	min-height: 40px;
	padding: 10px 45px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
}
.main_content .news_zaiyao .zaiyao {
	display: inline-block;
	width: 70px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 60px;
	top: -12px;
}
.main_content .news_neirong {
	font-size: 16px;
	color: #4f5157;
	line-height: 28px;
	padding: 15px 10px;
	max-width: 100%;
	text-align: justify;
}
.main_content .news_neirong img {
	max-width: 800px;
	margin: 10px auto;
}
.list .img-txt .title {
	width: 83.2%;
	float: right;
	padding-left: 2px;
	padding-right: 15px;
	text-align: justify;
}
.newslistbg {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 0 15px 15px;
}
.newslistbg:hover {
	display: block;
	background: #f6f6f6;
	color: #3d79c1
}
.newslistbg:hover .title {
	color: #3d79c1
}
.newslistbg .title {
	color: #666
}
