@charset "utf-8";
/* CSS Document */
/*顶部slide*/
.slideshow {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.scrollShow .slide {
  position: relative;
  float: left;
  height: 156px;
  padding: 12px 0px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  border: 1px solid #f7f7f7;
}
.slideshow .s-container {
  height: 170px;
  margin-left: -182px;
  width: 1570px;
}
.scrollShow .s-container {
  height: 170px;
  margin-left: 58px;
  width: 1570px;
}
.slideshow .s-content li {
  display: inline;
  width: 300px;
  height: 170px;
  position: relative;
  float: left;
  text-align: center;
}
.slideshow .s-content img {
  width: 300px;
  height: 170px;
}
.slideshow .s-content a {
  display: block;
  height: 170px;
  position: relative;
  float: right;
  text-align: center;
}
.slideshow .s-content li s {
  display: block;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  float: right;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=60);
  opacity: .6
}
.slideshow .s-content li span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  width: 100%;
  float: right;
  text-align: center;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  z-index: 22
}
.scrollShow .prev, .scrollShow .next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  z-index: 99;
  background-color: #fff;
  width: 46px;
  height: 156px;
}
.scrollShow .left_arrow {
  left: 0;
  border-right: 1px solid #f4f4f4;
  background: url(../images/dkcssimg.png) no-repeat 0px -470px;
}
.scrollShow .right_arrow {
  right: 0;
  border-left: 1px solid #f4f4f4;
  background: url(../images/dkcssimg.png) no-repeat -46px -470px
}
.scrollShow .left_arrow:hover {
  background-position: 0px -470px;
}
.scrollShow .right_arrow:hover {
  background-position: -46px -470px
}
.slideshow .scrollCon li {
  width: 228px;
  height: 128px;
  margin-right: 11px;
}
.slideshow .scrollCon a {
  display: block;
  height: 128px;
  position: relative;
  float: right;
  text-align: center;
}
.slideshow .scrollCon img {
  width: 228px;
  height: 128px;
}
.scrollShow .s-content li s {
  bottom: 0;
  height: 32px;
  line-height: 32px;
}
.slideshow .s-content li span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 32px;
  line-height: 32px;
}
/*导航切换*/
/*
.inerSec_tab {
	width: 100%;
	height: 36px;
	margin:0 auto;
	overflow: hidden;
	line-height: 36px;
	background: #f9f9f9;
}
.inerSec_tab ul{
	width: 96%;
	height: 36px;
	line-height: 36px;
	margin:0 auto;
	overflow: hidden;
}
.inerSec_tab ul li{
	float: left;
	padding: 0 26px;
	box-sizing: border-box
}
.inerSec_tab ul li a{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	box-sizing: border-box;
}
.inerSec_tab ul li:hover{
	color: #00b6fa;
	
}
.inerSec_tab ul li:hover a,.inerSec_tab ul li.cur a{
	color: #00b6fa;
	border-bottom: 1px solid #00b6fa;
	box-sizing: border-box;
}
*/
.inerSec_tab {
  background: #888;
  height: 46px;
  line-height: 46px;
	margin-bottom: 12px;
}
.inerSec_tab ul li {
  float: left;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.inerSec_tab ul li a {
  padding: 0 22px;
  color: #fff;
  display: block;
  position: relative;
}
.inerSec_tab ul .cur {
  background: #fff;
  font-weight: bold;
}
.inerSec_tab ul .cur a {
  border-top: 3px solid #e86505;
  height: 43px;
  line-height: 43px;
  color: #e86505;
}
.inerSec_tab ul .cur a:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e86505;
}
/**/
.mainBody .w590 {
  width: 590px;
  overflow: hidden;
  position: relative;
}
.sma_wid_title, .sma_wid_conList {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.sma_wid_title h3 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-bottom: 16px;
}
.sma_wid_title h3 i {
  float: left;
  width: 6px;
  height: 20px;
  margin-right: 10px;
  background: #e86505;
  border-radius: 6px;
  margin-top: 3px;
}
.big_wid_title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 36px;
  border-bottom: 1px solid #2681cf;
}
.big_wid_title h3 {
  font-size: 18px;
  color: #666;
  float: left;
  font-weight: bold;
  margin-bottom: 16px;
}
.imgshow {
  width: 590px;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 26px
}
.imgshow ul {
  height: 260px;
  position: absolute
}
.imgshow ul li {
  float: left;
  width: 590px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.imgshow li img {
  width: 590px;
  height: 260px
}
.imgshow .btn {
  position: absolute;
  width: 590px;
  height: 8px;
  line-height: 8px;
  left: 0;
  bottom: 0
}
.imgshow .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 117px;
  height: 8px;
  _font-size: 0;
  border-right: 1px solid #A2A2A2;
  cursor: pointer;
  background: #373737
}
.imgshow .btn span.on {
  background: #47b751
}
.imgshow .preNext {
  display: none
}
.imgshow li s, .imgshow li strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}
.imgshow li s {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6
}
.imgshow li strong {
  bottom: 20px;
  left: 10px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  z-index: 1
}
/*顶部轮播*/
.mainBody .w660 {
  width: 660px;
  overflow: hidden;
  position: relative;
  margin-left: 50px;
}
.atrtxt_list {
  overflow: hidden;
  /*  height: 316px;*/
  width: 100%;
  margin: 0 auto;
}
.atrtxt_list i {
  float: right;
  color: #CCC;
}
.atrtxt_list li {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  list-style-type: none;
  border-bottom: 1px dashed #eee;
}
.atrtxt_list li span.type {
  position: relative;
  float: left;
  width: 76px;
  display: inline-block;
}
.atrtxt_list li span.type a {
  color: #999;
}
.atrtxt_list li > a {
  position: relative;
  float: left;
  color: #666;
  text-decoration: none;
  width: 72%;
  /*	padding-left: 80px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.atrtxt_list li a:hover {
  color: #63B73D;
  text-decoration: underline;
}
.atrtxt_list img {
  margin: auto;
  vertical-align: middle;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.atrtxt_list span.icon-xin {
  color: #FC5302;
  padding-left: 10px;
}
/*
.mainBody .w330 {
  width: 330px;
  overflow: hidden;
  position: relative;
  margin-left:30px;
}*/
/*热门资讯list*/
.hot_zxgl {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.hot_zxgl li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px #eee dashed;
}
.hot_zxgl li .nor_hotzxgl {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 36px;
}
.hot_zxgl li .nor_hotzxgl a {
  display: inline-block;
  width: 510px;
  /*    background: #f9f9f9;*/
  color: #444;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}
.hot_zxgl li .nor_hotzxgl a i {
  width: 0;
  height: 0;
  float: left;
  margin-right: 6px;
  margin-top: 13px;
  line-height: normal;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #e86505;
}
.hot_zxgl li .nor_hotzxgl span {
  width: 80px;
  display: block;
  float: right;
  text-align: right;
  font-size: 13px;
  color: red;
  line-height: 36px;
}
.hot_zxgl li .hover_hotzxgl {
  width: 100%;
  display: none;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 12px;
  margin-top: 12px;
  position: relative;
  height: 70px;
}
.hover_hotzxgl a.hotzxgl_img {
  display: block;
  width: 100px;
  height: 70px;
  float: left;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
}
a.hotzxgl_img img {
  width: 100px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
}
.hover_hotzxgl p {
  float: left;
  width: 476px;
  overflow: hidden;
  height: 70px;
}
.hover_hotzxgl p a {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.hover_hotzxgl p span {
  width: 100%;
  font-size: 13px;
  color: #777;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2; /*控制文本行数，多少行以后开始省略号 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*资讯首页列表部分*/
.mainBody .reco_zxbox {
  width: 250px;
  overflow: hidden;
  margin-right: 30px;
}
.mainBody .zxind_txtBox {
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}
.reco_zxbox .reco_zxlist {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.reco_zxbox .reco_zxlist li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 210px;
  background: #f9f9f9;
  margin-bottom: 16px;
}
.reco_zxbox .reco_zxlist li a.reco_zximg {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  height: 166px;
}
.reco_zxbox .reco_zxlist li a.reco_zximg img {
  width: 100%;
  height: 166px;
}
.reco_zxbox .reco_zxlist li p {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainBody .zxrankbox {
  width: 290px;
  overflow: hidden;
  margin-left: 30px;
}
.zxrankbox h3 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-bottom: 12px;
}
.zxrankbox h3 i {
  float: left;
  width: 19px;
  height: 21px;
  margin-right: 10px;
  background: url(../images/rank_icon.png) no-repeat;
}
.zxrankbox .zxrank_list {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.zxrankbox .zxrank_list li {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px #eee dashed;
}
.zxrankbox .zxrank_list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zxrankbox .zxrank_list li a em {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  margin-right: 6px;
  background: #aeaeae;
  color: #fff;
  display: inline-block
}
.zxrankbox .zxrank_list li:nth-child(1) em {
  background: #ff4b4b;
  color: #fff;
}
.zxrankbox .zxrank_list li:nth-child(2) em {
  background: #ff9125;
  color: #fff;
}
.zxrankbox .zxrank_list li:nth-child(3) em {
  background: #ffb128;
  color: #fff;
}
/*文章列表页*/
.artic_item {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.artic_item li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 156px;
  padding-bottom: 22px;
  padding-top: 22px;
  border-bottom: 1px dashed #eee;
}
.artic_item li:hover {
  background: url(../images/li_bg1.jpg) repeat center;
}
.artic_item li .artic_img {
  width: 230px;
  display: block;
  float: left;
  margin-right: 28px;
  height: 156px;
  border-radius: 2px;
  overflow: hidden;
}
.artic_item li .artic_img img {
  width: 230px;
  height: 156px;
  transition: all 0.5s ease 0s;
}
.artic_item li .artic_img:hover img {
  transform: scale(1.1, 1.1);
}
.artic_item li .artic_info {
  width: 620px;
  float: left;
  height: 156px;
}
.artic_item li .artic_info p {
  width: 100%;
  font-size: 13px;
  color: #999;
}
.artic_item li .artic_info p span {
  font-size: 13px;
  color: #999;
  float: left;
  margin-right: 20px;
}
.artic_info p span a {
  color: #666;
}
.artic_info p span a:hover {
  color: #09f;
}
.artic_info p label {
  color: #999;
  float: left;
}
.artic_info p label i.type {
  width: 18px;
  height: 18px;
  float: left;
  display: inline-block;
  background: url("../images/dkcssimg.png") -326px -670px;
  margin-right: 6px;
}
.artic_info p label i.read {
  width: 18px;
  height: 18px;
  float: left;
  display: inline-block;
  background: url("../images/dkcssimg.png") -326px -688px;
  margin-right: 6px;
}
.artic_info p label i.time {
  width: 18px;
  height: 18px;
  float: left;
  display: inline-block;
  background: url("../images/dkcssimg.png") -326px -652px;
  margin-right: 6px;
}
.artic_item li .artic_info p.artic_name {
  width: 100%;
  font-size: 24px;
  color: #666;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.artic_item li .artic_info p.artic_name a {
  font-size: 24px;
  color: #555;
}
.artic_item li:hover .artic_info p.artic_name a {
  color: #ff2d22;
}
.artic_item li .artic_info p.artic_sum {
  width: 100%;
  font-size: 14px;
  color: #777;
  max-height: 66px;
  margin-top: 16px;
  margin-bottom: 22px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3; /*控制文本行数，多少行以后开始省略号 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*最新攻略right*/
.newlea_art_item {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.newlea_art_item li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 70px;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px dashed #eee;
}
.newlea_art_item li a.artPic {
  width: 60px;
  display: block;
  float: left;
  margin-right: 12px;
  height: 70px;
  border-radius: 2px;
  overflow: hidden;
}
.newlea_art_item li a.artPic img {
  width: 100%;
  height: 70px;
}
.newlea_art_item li .newlea_artInfo {
  width: 286px;
  float: left;
  height: 70px;
}
.newlea_art_item li .newlea_artInfo a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newlea_art_item li:hover .newlea_artInfo a {
  color: #ff2d22;
}
.newlea_art_item li .newlea_artInfo p {
  width: 100%;
  font-size: 13px;
  color: #777;
  max-height: 44px;
  margin-top: 4px;
  line-height: 22px;
  display: -webkit-box;
  display: -moz-box;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2; /*控制文本行数，多少行以后开始省略号 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*相关资讯*/
.type_contBox .gm_glright {
  width: 100%;
  margin-left: 20px;
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
}
.gm_glright h3 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-bottom: 12px;
}
.gm_glright h3 i {
  float: left;
  width: 6px;
  height: 20px;
  margin-right: 10px;
  background: #e86505;
  border-radius: 6px;
  margin-top: 3px;
}
.gm_glright .gm_glList {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.gm_glright .gm_glList {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.gm_glright .gm_glList li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}
.gm_glright .gm_glList li a {
  display: block;
  background: #f9f9f9;
  color: #444;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}
.gm_glright .gm_glList li:hover a {
  background: #f1f1f1;
}
.gm_glright .gm_glList li a i {
  width: 0;
  height: 0;
  float: left;
  margin-right: 6px;
  margin-top: 13px;
  line-height: normal;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #e86505;
}

.loadbox{float: left;margin: 20px 0 0 28px;width: 100%;}
.loadbox a{display: inline-block;width: 188px;height: 50px;border-radius: 25px;text-align: center;float: left;margin-right: 12px;}
.loadbox a.and{background: #4dcd70;box-shadow: 0 3px 3px #abe6bb;}
.loadbox a.ios{background: #3dbcf7;box-shadow: 0 3px 3px #75cef8;}
.loadbox a.pc{background: #fb9d04;box-shadow: 0 3px 3px #facb80;}
.loadbox a.noload{background: #f36861;box-shadow: 0 3px 3px #ef9792;}
.loadbox a span{font-size: 20px;color: #fff;line-height: 50px;padding: 0 12px;border-right: 1px solid #fff;}
.loadbox a i{width: 28px;height: 24px;vertical-align: sub;margin-left: 14px;}
.loadbox a.and i{background-position: -519px -256px;}
.loadbox a.ios i{background-position: -545px -256px;}
.loadbox a.pc i{background-position: -577px -256px;}
.loadbox a.noload i{background-position: -612px -256px;}
