body {
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 20px;
}
* {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #004ea1;
	text-decoration: none;
}
.pl {
	width: 78%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pl2 {
	width: 85%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pl a {
	text-indent: 25px;
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.pl2 a:hover {
	text-indent: 30px;
	color: #f19149;
}
.pl2 a {
	text-indent: 25px;
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.pl a:hover {
	text-indent: 30px;
	color: #f19149;
}
.pr {
	float: right;
}
.pr2 {
	float: right;
	font-size: 16px;
	color: #999;
}
.logo {
	width: 625px;
	height: 100px;
	float: left;
	margin-top: 40px;
}
.top_warp {
	width: 100%;
	height: 180px;
	background: url(../images/top_bg.jpg) center top no-repeat;
	background-size: cover;
}
.top {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}
.top_ad {
	width: 483px;
	height: 90px;
	margin-top: 45px;
	float: right;
}
.menu_warp {
	width: 100%;
	height: 58px;
	background: #004ea1;
}
.menu {
	width: 1200px;
	height: 58px;
	margin: 0 auto;
}
.menu li {
	width: 120px;
	height: 58px;
	float: left;
	text-align: center;
}
.menu li a {
	width: 120px;
	height: 58px;
	line-height: 58px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.menu li a:hover {
	color: #ffff00;
}
/*banner*/
.banner {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.banner img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}
.banner-txt {
	width: auto;
	float: right;
	position: relative;
	padding: 20px;
	font-size: 24px;
	bottom: 100px;
	right: 50px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
}
.js-silder {
	position: relative;
	min-width: 320px;
}
.silder-scroll {
	width: 100%;
	overflow: hidden;
}
.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img {
	width: 100%;
}
.js-silder-ctrl {
	width: 100%;
	height: 0;
	text-align: center;
}
.silder-ctrl-prev, .silder-ctrl-next {
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev {
	left: 20px;
	text-align: left;
}
.silder-ctrl-next {
	right: 20px;
	text-align: right;
}
.silder-ctrl-prev>span, .silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span {
	left: 0;
}
.silder-ctrl-next>span {
	right: 0;
}
.silder-ctrl-conyd {
	position: relative;
	right: 30px;
	bottom: 50px;
	float: right;
}
.silder-ctrl-con {
	position: relative;
	bottom: 50px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 20px;
}
.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	cursor: pointer;
	background-color: #ffffff;
}
.silder-ctrl-con.active>span {
	background-color: #004ea1;
}
/*--------------------------------------------------------------
  主滑块样式
----------------------------------------------------------------*/
.bs-slider {
	overflow: hidden;
	max-height: 750px;
	position: relative;
	background: #000
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}
.bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
	margin: auto;
	width: 100%!important
}
/*---------- 左/右轮控制 ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #fff;
	display: block;
	font-size: 45px;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: 400;
	background: 0 0;
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.control-round:hover .carousel-control {
	opacity: 1
}
.control-round .carousel-control.left {
	left: 1%
}
.control-round .carousel-control.right {
	right: 1%
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0 transparent
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%
}
.tb_t1 {
	width: 31px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: url(../images/t1.png) left center no-repeat;
}
.tb_t2 {
	width: 31px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: url(../images/t2.png) left center no-repeat;
}
.tb_t3 {
	width: 31px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: url(../images/t3.png) left center no-repeat;
}
.tb_t4 {
	width: 31px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: url(../images/t4.png) left center no-repeat;
}
.tb_t5 {
	width: 31px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: url(../images/t5.png) left center no-repeat;
}
.tb_t6 {
	width: 31px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: url(../images/t6.png) left center no-repeat;
}
.tb_t7 {
	width: 31px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: url(../images/t7.png) left center no-repeat;
}
.xyyw_warp {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/news_bg.jpg) center no-repeat;
	background-size: cover;
}
.xyyw {
	width: 1200px;
	height: 516px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.xyyw_pic {
	width: 575px;
	height: 424px;
	float: left;
	margin-top: 42px;
	overflow: hidden;
}
.xyyw_pic img {
	width: 575px;
	height: 424px;
}
.xyyw_top {
	width: 1200px;
	height: 50px;
	float: left;
}
.xyyw_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	background: url(../images/title_bg.png) left bottom no-repeat;
}
.xyyw_top_more {
	width: 110px;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
	font-size: 14px;
	float: right;
	text-align: center;
	color: #ffffff;
	background: url(../images/more_bg.png);
	;
}
.xyyw_top_more a {
	color: #ffffff;
}
.xyyw_top_more a:hover {
	color: #ffff00;
}
/*focus*/
.focus {
	float: left;
	width: 100%;
	height: 424px;
}
.focus ul li img {
	width: 100%;
	height: 424px;
	display: block;
}
.flexslider {
	height: 424px;
	width: 100%;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}
.flexslider .slides:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider {
	background-color: #ffffff;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	-moz-user-select: none;
}
.carousel li {
	margin-right: 5px;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 8px;
	right: 10px;
	text-align: right;
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	background-color: #4a4a4b;
	cursor: pointer;
	overflow: hidden;
}
.flex-control-paging li a:hover {
	color: #000000;
	background-color: #ffffff;
}
.flex-control-paging li a.flex-active {
	color: #000000;
	background-color: #ffffff;
	cursor: default;
}
.flex-caption {
	position: absolute;
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex-caption a {
	color: #ffffff;
}
.xyyw_right_list {
	width: 575px;
	height: auto;
	float: right;
	margin-top: 42px;
}
.xyyw_right_list ul li {
	width: 575px;
	height: 80px;
	float: left;
	list-style: none;
	margin-bottom: 36px;
	background: #fafafa;
	box-shadow: 0px 0px 5px 2px #eeeeee;
}
.xyyw_right_list ul li:nth-child(4) {
	margin-bottom: 0;
}
.time {
	width: 86px;
	height: 80px;
	float: left;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background: #004ea1;
}
.time_s1 {
	width: 86px;
	height: 30px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
}
.time_s2 {
	width: 86px;
	height: 20px;
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.newstitle {
	width: 450px;
	height: 42px;
	line-height: 42px;
	float: left;
	padding-left: 24px;
	font-size: 18px;
	margin-top: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newstitle a {
	text-indent: 0;
	display: block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.newstitle a:hover {
	text-indent: -5px;
	color: #004ea1;
	font-weight: bold;
}
.xxgg_warp {
	width: 100%;
	height: 544px;
	background: url(../images/content_bg.jpg) center no-repeat;
	background-size: 100% 100%;
}
.xxgg {
	width: 1200px;
	height: 524px;
	margin: 0 auto;
}
.tzgg {
	width: 575px;
	height: auto;
	float: left;
	margin-top: 50px;
}
.jxgz {
	width: 575px;
	height: auto;
	float: right;
	margin-top: 50px;
}
.xxgg_top {
	width: 575px;
	height: 50px;
	float: left;
}
.xxgg_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	background: url(../images/title_bg.png) left bottom no-repeat;
}
.xxgg_top_more {
	width: 110px;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
	font-size: 14px;
	float: right;
	text-align: center;
	color: #ffffff;
	background: url(../images/more_bg.png);
}
.xxgg_top_more a {
	color: #ffffff;
}
.xxgg_top_more a:hover {
	color: #ffff00;
}
.xxgg_list {
	width: 535px;
	height: 300px;
	float: left;
	padding: 14px 20px;
	margin-top: 40px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 14px 4px #aec7e5;
}
.xxgg ul li {
	width: 535px;
	height: 59px;
	line-height: 59px;
	float: left;
	text-indent: 25px;
	font-size: 16px;
	border-bottom: 1px dashed #d1d1d1;
	background: url(../images/tb_s1.jpg) left center no-repeat;
}
.xxgg ul li:last-child {
	border-bottom: 0;
}
.xxgg2_warp {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/news_bg2.jpg) center no-repeat;
	background-size: cover;
}
.xxgg2 {
	width: 1200px;
	height: 886px;
	margin: 0 auto;
}
.xsgz {
	width: 575px;
	height: auto;
	float: left;
}
.dqgz {
	width: 575px;
	height: auto;
	float: right;
}
.xsdt {
	width: 575px;
	height: auto;
	float: left;
	margin-top: 50px;
}
.kycx {
	width: 575px;
	height: auto;
	float: right;
	margin-top: 50px;
}
.xxgg2_top {
	width: 575px;
	height: 50px;
	float: left;
}
.xxgg2_top_title {
	width: auto;
	height: 50px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	background: url(../images/title_bg.png) left bottom no-repeat;
}
.xxgg2_top_more {
	width: 110px;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
	font-size: 14px;
	float: right;
	text-align: center;
	color: #ffffff;
	background: url(../images/more_bg.png);
}
.xxgg2_top_more a {
	color: #ffffff;
}
.xxgg2_top_more a:hover {
	color: #ffff00;
}
.xxgg2_list {
	width: 535px;
	height: 300px;
	float: left;
	padding: 14px 19px;
	margin-top: 40px;
	background: #ffffff;
	box-shadow: 0px 0px 14px 4px #edf3f8;
}
.xxgg2 ul li {
	width: 535px;
	height: 59px;
	line-height: 59px;
	float: left;
	text-indent: 25px;
	font-size: 16px;
	border-bottom: 1px solid #d1d1d1;
	background: url(../images/tb_s2.jpg) left center no-repeat;
}
.xxgg2 ul li:last-child {
	border-bottom: 0;
}
.ssfc_warp {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #d5e1ef;
}
.ssfc {
	width: 1400px;
	height: 350px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.ssfc_left {
	width: 220px;
	height: 350px;
	float: left;
	border-radius: 0 50px 0 50px;
	background: url(../images/left_logo.png) 20px 240px no-repeat #004ea1;
}
.ssfc_left_top {
	width: auto;
	height: 50px;
	float: left;
	padding-left: 48px;
	margin-top: 67px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/title_bg2.png) 48px bottom no-repeat;
}
.ssfc_more {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: right;
	text-align: center;
	color: #ffffff;
	background: url(../images/more_bg.png);
}
.ssfc_more a {
	color: #ffffff;
}
.ssfc_more a:hover {
	color: #ffff00;
}
.ssfc_gd {
	width: 1150px;
	height: 282px;
	float: right;
	margin-top: 28px;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
}
.foot {
	width: 100%;
	height: 297px;
	background: url(../images/foot_bg.jpg) center no-repeat;
	background-size: cover;
}
.foot_c {
	width: 1200px;
	height: 196px;
	margin: 0 auto;
}
.foot_logo {
	width: 268px;
	height: 116px;
	float: left;
	margin-top: 40px;
	background: url(../images/foot_logo.png) no-repeat;
}
.foot_bq {
	width: auto;
	height: auto;
	float: left;
	margin-top: 40px;
	line-height: 36px;
	color: #bdd4ec;
	font-size: 16px;
}
.foot_bq a {
	color: #bdd4ec;
}
.foot_ewm {
	width: 200px;
	height: 121px;
	float: right;
	margin-top: 31px;
}
.foot_yqlj {
	width: 1110px;
	height: auto;
	line-height: 24px;
	font-size: 14px;
	color: #d3e6f9;
	float: right;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 78px;
	padding-right: 10px;
	margin-top: 50px;
	border: 1px solid #4d83bd;
	border-radius: 29px;
	background: url(../images/yqlj_bg.png) 22px 10px no-repeat;
}
.foot_yqlj a {
	color: #d3e6f9;
	margin-left: 5px;
	margin-right: 5px;
}
.foot_yqlj a:hover {
	color: #afcdee;
}
/*内页*/
.ny_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner2 {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: url(../images/bannerbg2.jpg) center no-repeat;
}
.nylm_title_warp {
	width: 280px;
	height: 111px;
	margin: 0 auto;
	padding-right: 920px;
	position: relative;
	z-index: 9;
	top: 389px;
}
.nylm_title {
	width: 280px;
	height: 111px;
	line-height: 111px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #00923f;
}
.banner_ny {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.banner_ny img {
	width: 100%;
	height: auto;
	display: block;
}
.content_neirong_warp {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
.content_neirong {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.site {
	width: auto;
	height: 26px;
	float: right;
	line-height: 26px;
	color: #999999;
	text-align: right;
	padding-left: 20px;
	background: url(../images/home.png) left center no-repeat
}
.site a:link {
	color: #999999;
	text-decoration: none;
}
.site a:visited {
	color: #999999;
	text-decoration: none;
}
.site a:active {
	color: #999999;
	text-decoration: none;
}
.site a:hover {
	color: #004ea1;
	text-decoration: none;
}
.site2 {
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	float: right;
	color: #999999;
	overflow: hidden;
	margin-top: 28px;
}
.site2 a:link {
	color: #999999;
	text-decoration: none;
}
.site2 a:visited {
	color: #999999;
	text-decoration: none;
}
.site2 a:active {
	color: #999999;
	text-decoration: none;
}
.site2 a:hover {
	color: #004ea1;
	text-decoration: none;
}
.left {
	width: 250px;
	height: auto;
	float: left;
	border-radius: 0 50px 0 50px;
	background: #004ea1;
}
.pro_list_top {
	width: 250px;
	height: 120px;
	line-height: 105px;
	font-size: 30px;
	font-weight: bold;
	float: left;
	text-align: center;
	color: #ffffff;
	background: url(../images/line2_bg.jpg) center 85px no-repeat;
}
.pro_list {
	width: 250px;
	float: left;
	padding-bottom: 50px;
}
.pro_list ul li {
	list-style: none;
	border-bottom: 1px solid #3371b4;
	background: url(../images/li_jt2.png) 220px center no-repeat;
}
.pro_list li.li_on a, .pro_list a:hover {
	border-left: 3px solid #004ea1;
	color: #004ea1;
	background: url(../images/li_jt.png) 220px center no-repeat #fff;
}
.pro_list a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 60px;
	padding-left: 32px;
	border-left: 3px solid #3371b4;
	background-position: 200px center;
	background-repeat: no-repeat;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.left_bottom {
	width: 250px;
	height: 120px;
	float: left;
	background: url(../images/left_logo.png) 45px 0 no-repeat;
}
.right {
	width: 910px;
	height: auto;
	float: right;
	background: #ffffff;
}
.right_ny_xx {
	width: 860px;
	height: auto;
	float: left;
	margin-top: 20px;
	padding: 25px;
	box-shadow: 0px 0px 14px 4px #edf3f8;
}
.right_content {
	width: 795px;
	height: auto;
	float: left;
	margin-top: 30px;
	line-height: 36px;
	font-size: 16px;
	border: 1px solid #cad8e3;
	padding: 25px 25px;
}
.right_pic_content {
	width: 820px;
	height: auto;
	float: left;
	line-height: 36px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.right_content2 {
	width: 860px;
	height: auto;
	float: left;
	line-height: 42px;
	font-size: 18px;
	margin-top: 25px;
	text-align: justify;
}
.right_title_box {
	width: 910px;
	height: 60px;
	float: left;
}
.right_title_box_bt {
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	float: left;
	background: url(../images/title_bg.png) left bottom no-repeat;
}
.right_title {
	width: auto;
	height: 40px;
	float: left;
	line-height: 35px;
	border-bottom: 3px solid #f4981d;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
.right_title2 {
	width: 860px;
	height: auto;
	float: left;
	line-height: 45px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}
.right_title2 .p1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-family: "Microsoft YaHei";
}
.right_title2 .p2 {
	font-size: 24px;
	color: #333333;
	font-family: "Microsoft YaHei";
}
.right_title2 .time2 {
	color: #999999;
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
.right_news {
	width: 910px;
	height: auto;
	float: left;
}
.right_news_top {
	width: auto;
	height: 40px;
	float: left;
	line-height: 35px;
	border-bottom: 3px solid #f4981d;
	text-align: center;
	padding-bottom: 10px;
}
.right_news_top_title {
	width: 870px;
	height: 50px;
	float: left;
	line-height: 35px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}
.right_news_content {
	width: 860px;
	height: auto;
	float: left;
	margin-top: 40px;
	padding: 25px;
	box-shadow: 0px 0px 14px 4px #edf3f8;
}
.right_news_content ul li {
	width: 860px;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-size: 16px;
	float: left;
	text-indent: 20px;
	background: url(../images/tb_s1.jpg) left center no-repeat;
	border-bottom: 1px dashed #dedede;
}
