@charset "utf-8";

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {
	margin: 0px;
	padding: 0px;
	color: #5B5B5B;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

.clear {
	clear: both;
}


/*#etw_header*/

#etw_menu {
	width: 946px;
	line-height: 31px;
	float: left;
	border-bottom: 1px solid #DBDBDB;
}

#etw_menu a {
	width: auto;
	float: left;
	color: #848381;
	padding: 0px 61px;
	font-weight: bold;
}

#etw_menu a.dqmenu {
	background: #6CACCF;
	color: #fff;
	padding: 0px 61px;
}

#etw_menu a.lastmenu {
	width: auto;
	float: left;
	color: #848381;
	padding: 0px 62px 0px 63px;
	font-weight: bold;
}

#etw_menu a.lastmenuhover {
	width: auto;
	float: left;
	color: #fff;
	padding: 0px 62px 0px 63px;
	font-weight: bold;
	background: #6CACCF;
}

#etw_menu a:hover {
	background: #6CACCF;
	color: #fff;
}


/*etw_container*/

#container {
	width: 948px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0;
	background: #fff;
	overflow: hidden;
	line-height: 20px;
}

.news_pro_class {
	width: 28%;
	margin-top: 10px;
	float: right;
	margin-bottom: 30px;
}

.news_pro_class li {
	width: 100%;
	float: left;
}

.news_pro_class li a {
	padding: 8px 0 8px 20px;
	display: block;
	color: #585858;
}

.news_pro_class li a:hover,
.news_pro_class li a.dq {
	color: #dd241e
}

#quick {
	width: 100%;
}

#quick li {
	display: inline-block
}

#quick li a {
	color: #999;
	padding-right: 6px;
	line-height: 30px;
}

#quick li a:hover {
	color: #3a3b49
}

.news_list {
	width: 72%;
	float: left;
}

.news_list ul {
	margin-bottom: 40px;
}

.news_list ul>li>ol>li.product_img {
	float: right;
	width: 26%;
	height: 150px;
	overflow: hidden
}

.news_list ul>li>ol>li.product_con {
	float: left;
	width: 72%
}

.news_list ul>li>ol>li.product_con a {
	font-size: 20px;
	line-height: 24px;
	color: #111;
	border-bottom: 1px solid #333;
	display: block;
	padding: 10px 0;
	margin-bottom: 10px;
	transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
	text-decoration: none!important
}

.news_list ul>li>ol>li.product_con a:hover {
	color: #979797
}

.news_list ul>li>ol>li.product_con a.more {
	float: right;
	border-bottom: none;
	font-size: 14px;
	color: #fff;
	background: #01348B;
	padding: 0 8px;
	font-weight: 400;
	border-radius: 3px;
	text-transform: uppercase
}

.news_list ul>li>ol>li.product_con a.more i {
	color: #01348B
}

.news_list ul>li>ol>li.product_con a.more:hover {
	background: #e6e6e6;
	text-decoration: none!important;
	color: #333
}

.news_list ul>li>ol>li.product_con a.more:hover i {
	color: #333
}

.news_list b {
	font-family: Arial, Helvetica, sans-serif;
	color: #01348b;
	font-size: 17px;
	font-weight: 400
}

.news_list img {
	margin: 0 auto;
	display: block
}

.newstime {
	color: #01348B
}

.news_list ul li a span {
	color: #111;
	float: right;
	display: inline
}

.news_list ul li a:hover {
	color: #01348B;
	text-decoration: underline!important
}

.etw_page {
	margin: 20px auto;
	width: 380px;
	overflow: hidden;
	float: right;
}

.etw_page li {
	float: left;
}

.etw_page li a {
	color: #3B393A;
	padding: 4px 10px;
	border: 1px #333333 solid;
	margin: 0 3px;
	display: block;
	transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s
}

.etw_page li a:hover {
	color: #01348B;
	background: #eee
}

.etw_page li a.dq {
	background: #eee
}

.news_detail {
	width: 70%;
	float: left;
}

.news_name {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 50px
}

.news_name h2 {
	text-align: center;
	color: #01348b;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 12px;
	padding-bottom: 15px;
}

.news_name span {
	color: #777
}

.news_prevnext {
	width: 100%;
}

.new_prev,
.new_next {
	width: 50%;
	padding-top: 30px;
}

.new_prev {
	float: left;
}

.new_next {
	float: right;
	text-align: right;
}

.new_prev a,
.new_next a {
	color: #000;
	font-size: 14px;
	line-height: 26px;
}

.new_prev a:hover,
.new_next a:hover {
	color: #666;
}

.news_related_li {
	width: 24%;
	padding-right: 1%;
	float: left;
}