@charset "UTF-8";

*{ padding:0; margin:0;	outline:none; list-style:none; border: 0 none;}
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body {
	background-color: #f1f2f3!important;
	color: #333;
	font: 14px/1.42857143 "Helvetica Neue",Helvetica,Arial,sans-serif;
	outline: 0;
}
pre ,code{
	direction:ltr;
	background:url(../images/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}

h1, h2, h3,h4, h5, h6 { font-weight:normal;}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover { color: #000;}
.clear {clear: both;}
.row {
    margin-right: -10px;
    margin-left: -10px;
	margin-bottom: 10px;
    overflow: hidden;
}
.pd10 {
    padding-left: 10px;
    padding-right: 10px;
}
.f {
    float: left;
}
.r {
    float: right;
}
.fx {
    margin-bottom: 10px;
}
.dr {
    clear: right;
}

.adv {width:1024px;margin:70px auto 0;text-align:center;}
.adv img {width:100%;margin:5px auto 0;}

/*HEADER*/
.header {
    width: 100%;
    background-color: #fbfbfb;
    z-index: 999999;
    border-top: 4px solid #dc2221;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
}

.wrap, .headwrap {
    margin: 0 auto;
    width: 1024px;
}

.logo, .menu>ul>li {
    float: left;
    position: relative;
}

.logo {
    width: 180px;
	margin:0 10px;
}

.logo a {
    background: url(../images/wtm-menu-logo.png) no-repeat;
    width: 180px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 10px 0;
}

.menu {
    float: left;
}

.menu ul li a {
    display: block;
    line-height: 60px;
    width: 110px;
    text-align: center;
}
.menu ul li a .sub-indicator{
	right: 7px;
	top: 50%;
	margin-top: -2px;
	position: absolute;
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #ddd;
}
.menu ul li .child_navs {
    display: none;
    padding: 0 0 5px 0;
    position: absolute;
    top: 60px;
    z-index: 10;
    background-color: #fbfbfb;
    min-width: 200px;
    border: solid 1px #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
.menu ul li .child_navs li{
    float:left;
	width:50%;
}
.menu ul li .child_navs li:hover a{
    color:#dc2221;
}
.menu ul li:hover ul{
	display:block;
}
.menu ul li ul li a {
    line-height: 40px;
    height: 40px;
}

/*FOOTER*/
#footer-2016-links-wrapper {
    width: 100%;
    background-color: #222;
    border-top: 1px solid #3c3b3b;
}

.footer-2016-content {
    width: 984px;
    margin: 0 auto;
    padding: 10px 20px;
}

.footer-2016-content h5, .footer-2016-content h6 {
    color: #fff;
    font-size: 16px;
	margin: 10px 0;
}

#footer-2016-links-wrapper ul {
    padding: 0 0 20px;
    border-bottom: 0 solid #013e00;
}

#footer-2016-links-wrapper ul li {
    display: inline-block;
    margin-right: 9px;
}

#footer-2016-links-wrapper ul li a {
    color: #fff;
    display: block;
    margin-top: 7px;
    padding-top: 2px;
    height: 18px;
    background-size: 20px 20px;
}

#footer-2016-links-wrapper ul.more-links li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 13px;
}

#footer-2016-links-wrapper ul.more-links li a {
    color: #727272;
    height: auto;
    background-size: auto;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 0;
    padding-left: 0;
}

.footer-2016-content p {
    margin: 10px 0;
    font-size: 12px;
    color: #727272;
}

.footer-2016-content p a {
    padding-right: 10px;
    color: #49cc08;
}

/*CHANNLE*/
/*Slidebox*/
#slidebox {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#panel {
  position: relative;
  background: url("http://www.euku.net/html/xysite/skin/default/lpt/images/load.gif") no-repeat center;
}

#slide_bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 10%;
  bottom: 35px;
  width: 80%;
  height: 30px;
}

#panel img {
  width: 100%;
  height: 450px;
  display: block;
  margin: 0 auto;
  opacity: 0;
}

#panel img.loaded {
  opacity: 1;
}

#panel ul {
  border-bottom: 1px solid transparent;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#panel li {
  list-style: none;
  display: block;
}

#trigger {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 15px;
  width: 100%;
}

#trigger ul {
  overflow: hidden;
  text-align: center;
}

#trigger li {
  width: 15px;
  height: 15px;
  background: black;
  color: white;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 100%;
  text-indent: -9999px;
  opacity: 0.7
}

#trigger li.cur {
  opacity: 1;
}

#slide {
  display: none;
}

#slide_text {
  position: absolute;
  width: 80%;
  height: 30px;
  line-height: 30px;
  left: 10%;
  bottom: 35px;
  padding: 0 15px;
}

#slide_text a {
  color: white;
}

/*List*/
.item-list {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 20px 25px;
    clear: both;
}
.item-list p.post-meta {
    margin: 10px 0;
}
.item-list .post-thumbnail {
    float: left;
    margin-bottom: 0;
}
.item-list .entry {
	padding-top:0!important;
}


/* Global Categories Box Styles */
.cat-box{margin-bottom:35px;}
.cat-box-title{padding:10px 0;overflow:hidden;}
.cat-box-title h2{
	color:#5E5E5E;
	float:left;
	margin-right:10px;
	font-size: 22px;
	font-family: BebasNeueRegular,arial,Georgia, serif;
}
.cat-box-title h2 a{color:#5E5E5E;}
.cat-box-title h2 a:hover{color:#000;}
.stripe-line{background:url(../images/stripe.png) ;height:12px;overflow:hidden;margin-top:5px;}
.cat-box .entry{font-size: 12px;padding-top:10px; height: 100px;line-height: 24px;overflow: hidden;}
.cat-box-content, #sidebar .widget-container, .post-listing {
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow:  0 1px 3px 0 #b5b5b5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow:  0 1px 3px 0 #b5b5b5;
	border: 1px solid #DDD;
	border-bottom:4px solid #F88C00;
	overflow:hidden;
}

.page-listing ul {
	padding:0;
	overflow:hidden;
}

.page-listing ul li{
	width:50%;
	height: 32px;
	line-height: 32px;
	float:left;
	overflow: hidden;
}
.cat-box li.first-news .inner-content{padding:20px;overflow:hidden;}
p.post-meta{color:#aaa;margin:7px 0;font-size:85%;}
p.post-meta a {color: #aaa;}
p.post-meta a:hover {
	border-bottom: 1px #000 dotted;
	color:#000;
	text-decoration:none;
}

a.more-link{font-weight: bold;}

/* Two columns */
.cat-box.column2{float:left;width:320px;margin-right:20px;}
.column2.last-column {margin-left: 0;margin-right: 0; }
.column2 li , li.other-news{
	background:#f7f7f7;
	overflow:hidden;
	padding: 5px 20px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #eaeaea;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
}
.column2 li:hover, li.other-news:hover{background:#f2f2f2;}
.column2 li h2 {line-height:1.5em;height:1.5em;overflow:hidden;}
.column2 li h3 {font-size:13px;line-height:1.5em;height:1.5em;overflow:hidden;}
li.first-news p {padding:0;}
.column2 li.first-news{border-bottom:3px solid #eaeaea;background:#FFF;padding:0;	}

li.first-news p {
    padding: 0;
}
p.post-meta {
    color: #aaa;
    margin: 7px 0;
    font-size: 85%;
}
p.post-meta span {
    display: inline-block;
    margin-right: 10px;
}
.cat-box .entry {
    font-size: 12px;
    padding-top: 10px;
    height: 100px;
    line-height: 24px;
    overflow: hidden;
}
.entry {
	line-height:1.5;
	padding-top:20px;
}
.entry h2, .entry h3{
    display: block;
    clear: both;
    zoom: 1;
    overflow: hidden;
    border-left: 12px solid #4285f4;
    margin: 18px 0px 16px -20px;
    padding: 0px 0px 0 20px;
    position: relative;
    line-height: 24px;
    font-size: 22px;
    font-weight: 400;
    color: #000;
}
.entry h2 a {
    font-size: 22px!important;
}
div.entry a {
    color: #0370cd!important;
}
a.more-link {
    font-weight: bold;
}
.home-e3lan {
    clear: both;
    margin: 20px auto;
    text-align: center;
}

/*small*/
.content .flexslider { width:100%; height:330px;}
.content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:330px;}
.content .flexslider .slides img {width: 100%; display: block;}
.content .slider-caption h2 a,.content .slider-caption h2{font-size: 22px;}

/*sidebar slider*/
#sidebar .flexslider { width:310px; height:204px; clear: both;}
#sidebar .flexslider .slides > li {height:204px;}
#sidebar .slider-caption {width: 100%;padding: 0;bottom: 0;}
#sidebar .slider-caption h2 {padding:3px 10px; line-height: 20px;}
#sidebar .slider-caption h2 a{font-size: 18px;}


/*LIST*/
.page-inner {
	background: white;
    overflow: hidden;
}
.page-head {
	padding:10px 0;
    overflow: hidden;
}
.page-title {
    float: left;
    margin-right: 10px;
    font-size: 26px;
    color: #000;
}
.page-listing {
	padding:20px;
	background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 1px 3px 0 #b5b5b5;
    border: 1px solid #DDD;
    border-bottom: 4px solid #4bc709;
    overflow: hidden;
}
.page-head .stripe-line {
    margin-top: 10px;
}
.pagination {
	overflow:hidden;
	margin-bottom: 25px;
}
.pagination span.current {
    color: #FFF;
    background-color: #4bc709;
    text-shadow: 0 1px 0 #000;
    padding: 4px 10px 6px;
}
.pagination a, .pagination span.extend, .pagination span.current {
    float: left;
    text-shadow: 0 1px 0 #FFF;
    margin-right: 3px;
    color: #777;
    padding: 6px 10px 3px;
}
.pagination a, .pagination span.extend, .pagination span.current {
    float: left;
    text-shadow: 0 1px 0 #FFF;
    margin-right: 3px;
    color: #777;
    padding: 6px 10px 3px;
}

/*PAGE*/
.container {
    width: 1045px;
    margin: 0 auto;
}
#main-content {
    background: #FFF;
    margin: 10px auto;
    position: relative;
    -moz-box-shadow: 0 0 0px #cacaca;
    -webkit-box-shadow: 0 0 0px #CACACA;
    box-shadow: 0 0 0px #CACACA;
    _padding: 80px 20px 20px;
    width: 984px;
	padding:60px 20px 20px;
	border: 1px solid #dedfe1;
}
.content {
    float: left;
    width: 664px;
}
#sidebar {
    float: right;
    width: 300px;
}
div#crumbs {
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 24px;
	height:24px;
    white-space: nowrap;  
    text-overflow:ellipsis; 
    overflow:hidden;
}
#crumbs {
    margin-bottom: 10px;
    clear: both;
    padding-bottom: 5px;
}
#crumbs span:after {
    content: " » ";
    margin: 0 .25rem;
    color: gray;
}
#crumbs:after {
    content: " ";
    display: table;
    clear: both;
    float: none;
    overflow: hidden;
}
.cat-box-content, #sidebar .widget-container, .post-listing {
    background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 1px 3px 0 #b5b5b5;
    border: 1px solid #DDD;
    border-bottom: 4px solid #4bc709;;
    overflow: hidden;
}
.post-inner {
    padding: 20px;
}
.post-header {
    border-bottom: 1px solid #e8e8e8;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #fff;
    height: auto;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.post-header h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #262626;
}
.post-header p {
    color: dimgray;
    margin: 0 0 10px;
}
.post-header span {
    border-right: 1px solid #e8e8e8;
    margin-right: 5px;
    padding-right: 5px;
    line-height: 30px;
    height: 30px;
}
.post-header .topic {
	position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;

    color: #3e7ac2;
    vertical-align: top;
    background: #eef4fa;
    border-radius: 100px;
}
.content-index {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    line-height: 160%;
    width: 30%;
    font-size: 12px;
    z-index: 900;
    float: right;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
}
.content-index-title {
    margin: 0 0 10px 0;
    padding-left: 10px;
    font-size: 120%;
    font-weight: bold;
}
.content-index-toctoggle {
    font-size: 9pt;
    margin-left: 5px;
    float: right;
}
div.entry a {
    color: #0370cd!important;
}
.entry li {
    margin: 0 0 5px 10px;
}
.entry ul li {
    list-style: outside disc;
    list-style-type: disc;
    list-style-image: none;
    list-style-position: outside;
}
.content-index ul li {
    list-style: none;
}
.content-index ul li a span {
    list-style: none;
}
.entry ol, .entry ul {
    margin: 0 0 25px 10px;
}
.entry ol li {
    list-style: outside decimal;
}
.entry ol li span {
    float: right;
}
.entry p {
    padding-top: 1.0em;
    padding-bottom: 1.0em;
	font-size: 16px;
    line-height: 1.7;
	letter-spacing:1px;
    width: 94%;
   text-indent:2em;  
}

.entry p currurl{
   padding: 5px 8px;
    margin-top: 10px;
    background: #f1f1f1;
    border: 1px solid #eee;
    color: #999;
   
}

.entry img {
	max-width:100%;
	margin:0 auto;
	display: block;
}
.divider {
	margin:20px 0;
}
.divider img{
	width:100%;
}
.content-index ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 100%;
}
.share-post {
    clear: both;
    margin: 10px -20px -20px;
    padding: 10px 0 10px 10px;
    background: #F7F7F7;
    border-top: 1px solid #EAEAEA;
}
#tabbed-widget .tabs-wrap ul {
	padding: 8px 12px 28px 6px;
}
#tabbed-widget .tabs-wrap li, .posts-list .widget-container li, .categort-posts .widget-container li, .widget-container li {
    background: transparent;
    padding: 8px 0 4px;
    border-bottom: 1px solid #f2f2f2;
}
/* Post Thumbnail */
.post-thumbnail {
	margin: 0 15px 10px 2px;
	position: relative;
	background:#FFF;
	padding: 2px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;
	-moz-box-shadow: 0 0 2px #b5b5b5;
	-webkit-box-shadow: 0 0 2px #B5B5B5;
	line-height: 0;
}
.post-thumbnail a {display:block; background:#000; }
.post-thumbnail img {
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	_max-width: 100%;
	_width: 100%;
}
.post-thumbnail img.attachment-tie-small, .post-thumbnail img.avatar-50 {width: 55px !important;height:55px !important;}
.post-thumbnail a:hover  img{
	opacity:0.5;
}
.post-thumbnail a:hover .overlay-icon:before{
	opacity: .8;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* Widgets Styles */
.widget {
    clear: both;
    margin-bottom: 25px;
}
.widget-video {
    border: 1px solid #DDD;
    border-bottom: 4px solid #4bc709;
	padding: 8px 12px 8px 6px;
    clear: both;
	overflow: hidden;
}
.widget-video h6 {
    padding: 1px 5px;
    font-weight: bold;
    width: auto;
	float: left;
}
.widget ul.lxjj:before {
	clear:left;
}
.widget ul.lxjj {
	margin-bottom: 10px;
	float: left;
}
.widget ul.lxjj li {
    margin-top: 5px;
	width: 100%;
    line-height: 24px;
    float: left;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.widget ul.lxjj li a em {
	font-style:normal;
	color:#0370cd;
	padding:0 2px;
}
.widget ul.lxjj span.time{
    display: inline;
	font-size:12px;
    float: right;
	color:#ccc;
}
.widget ul.lxjj li a {
    color: #666;
    background: url(/img/icon3.png) no-repeat left center;
    padding-left: 25px;
}
.widget ul.lxjj li a:hover{
    color: #de0000;
    background: url(/img/icon3-hover.png) no-repeat left center;
}
 .widget ul.lxjj li a:hover em {
    color: #de0000;
 }
.widget-top {
    padding: 5px 0;
	overflow:hidden;
}
.widget-top h4 {
    float: left;
    margin-right: 10px;
    font-size: 20px;
}
.widget-top h4 a{
	color: #333;
}
.widget-top h4 a:hover{
	color: #000;
}
.stripe-line {
    background: url(../images/stripe.png);
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
}
.widget-container {
    padding: 10px;
    clear: both;
}
.widget-container h3{
	font-size:inherit;
	line-height:1.6em;
}
.widget-container li {
    background: url(../images/sidebar-bullet.png) no-repeat left 8px;
    padding: 0 0 5px 12px;
    line-height: 18px;
    overflow: hidden;
}
.widget-container p {
	padding-bottom: 1.0em;
}
.widget-container a:hover {
	text-decoration: underline;
}
.widget-container li span.date, .footer-widget-container li span.date{
	color: #AAA;
	margin: 5px 0;
	font-size: 85%;
}
.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail{
	float:left;
	margin-right:10px ;
}

/* Tabbed Widget */
#tabbed-widget .widget-top{
	background: #F7F7F7;
	height: 35px;
	border-bottom: 3px solid #EAEAEA;
	padding: 8px 0 0 2px ;
	margin:-10px -10px 10px;
}
.tabs-wrap, .cat-tabs-wrap{
clear:both; 
display:none;
}
.tabs-wrap#tab1, .cat-tabs-wrap.cat-tabs-wrap1{
display:block;
}
#tabbed-widget  ul.tabs li {
	float: left;
	position: relative;
	margin-left: 3px;
	line-height:30px;
	padding:2px;
	background:transparent;
}
#tabbed-widget  ul.tabs li a {
	display: inline-block;
	text-align: center;
	color: #666;
	text-shadow: 0 1px 0 #FFF;
	padding:5px 9px 1px;
	line-height:30px;
}
	#tabbed-widget ul.tabs li a:hover {color: #000;}
	#tabbed-widget ul.tabs li.active a  {
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		background:#FFF;
		box-shadow: 0 -1px 2px #d4d4d4;
		-moz-box-shadow:0 -1px 2px #d4d4d4;
		-webkit-box-shadow:0  -1px 2px #d4d4d4;
	}
#tabbed-widget  .tabs-wrap.tagcloud a{
	padding:6px 8px;
	border: 1px solid #e9e9e9;
	background: #F7F7F7;
	text-shadow: 0 1px 0 white;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-moz-box-shadow: inset 0 0 2px #fff, 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
	display:inline-block;
	margin: 0px 0px 3px 0px;
}
#tabbed-widget .tabs-wrap.tagcloud a:hover{
	background:#ededed;
}
/* ADS Widgets */
.e3lan250-250 .e3lan-cell {
    width: 250px;
    height: 250px;
    display: block;
    margin: 0 auto;
}

.popular a {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.popular h2 {
    color: #ea1f1f;
    font-size: 20px;
    padding: 20px 0 10px 0;
    width: 100%;
    border-top: 1px solid #eee;
}
.popular h3 {
    font-size: 16px;
    height: 55px;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 300;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
    text-align: justify;
}
.pright {
    width: 70%;
    float: left;
}
.pright .ptime {
    color: #999;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
}
.hours {
    width: 73%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.read {
    width: 25%;
    float: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.read img {
    width: 18px;
    margin-bottom: 2px;
    margin-right: 10px;
}
.pleft {
    width: 25%;
    height: auto;
    float: left;
    margin-left: 5%;
}
.pleft img {
    width: 100%;
    height: auto;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*展开全文*/
.unfold-field{
    position:absolute;
    font-size: 0;
    bottom:0;
    width:100%;
    height:124px;
    z-index: 3;
}
.unfold-field .unflod-field_mask {
    height: 78px;
    width: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),to(#fff));
    background-image: linear-gradient(-180deg,hsla(0,0%,100%,0),#fff);
}
.unfold-field_text{
    cursor: pointer;
    width:100%;
    color: #406599;;
    height:46px;
    font-size: 0px;
    line-height: 46px;
    text-align: center;
    background:#fff;
}
.unfold-field_text span{
    display:inline-block;
    font-size: 16px;
    height:46px;
    line-height: 46px;
}
.unfold-field_text span::after{
    content:"";
    vertical-align: middle;
    background:url(http://c1.adline.com.cn/static/img/bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
}

@media (min-width:768px) and (max-width:1023px) {

/*HEAD*/
.wrap, .headwrap {
    margin: 0 auto;
    width: 768px;
}
.logo {
    width: 180px;
    border: 0;
    overflow: hidden;
    text-align: center;
}
.logo a {
    background: url(../images/wtm-menu-logo.png) no-repeat;
    width: 180px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 10px 0;
}
.menu ul li a {
    width: 80px;
}
/*FOOTER*/
.footer-2016-content {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.footer-2016-content h5, .footer-2016-content h6 {
    margin: 10px 20px;
}
#footer-2016-links-wrapper ul {
    padding: 0 0 20px 20px;
    border-bottom: 0 solid #013e00;
}
#footer-2016-links-wrapper ul li {
    display: inline-block;
    margin-right: 9px;
}
.footer-2016-content p {
    margin: 10px 20px;
    font-size: 12px;
    color: #727272;
}

#sidebar {
    display:none;
}

#main-content {
    _padding: 80px 20px 20px;
	margin-top:20px;
    width: 728px;
}
.content {
    float:none;
	width:auto;
}
.cat-box.column2 {
    width: 354px;
}

}

@media (max-width: 767px) {
.adv {
    width: 100%;
    margin: 0 auto;
}
.adv img{
    width: 100%;
	max-height:60px;
    margin: 5px auto 0;
}
/*HEAD*/
.header {
    position: relative;
    background: #fbfbfb;
}
.wrap, .headwrap, .play, .left, .right, .sbox, .lbox, .list {
    width: 100%;
}
.mico {
    left: 0;
    background: url(../img/menu_ico.png) 16px no-repeat;
}
.mico, .sico {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 50px;
	border-right: 1px solid #ccc;
    text-indent: -9999px;
}
.logo {
    width: 220px;
    border: 0;
    overflow: hidden;
    float: none;
    text-align: center;
    margin-left: 60px;
}
.logo a {
    background: url(../images/wtm-menu-logo.png) no-repeat;
    width: 220px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    margin: 5px 0;
}
.menu {
    display:none;
}

/*FOOTER*/
.footer-2016-content {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.footer-2016-content h5, .footer-2016-content h6 {
    margin: 10px 20px;
}
#footer-2016-links-wrapper ul {
    padding: 0 0 20px 20px;
    border-bottom: 0 solid #013e00;
}
#footer-2016-links-wrapper ul li {
    display: inline-block;
    margin-right: 9px;
}
.footer-2016-content p {
    margin: 10px 20px;
    font-size: 12px;
    color: #727272;
}
/*CHANNEL*/
#main-content {
    padding: 2%;
    width: 96%;
	margin:0 auto;
}
.content, #sidebar{
    width: 100%;
}
.cat-box.column2 {
    width: 100%;
}
#panel img {
	height:250px;
}
/*LIST*/
.page-listing ul li {
    width: 100%;
}
.item-list .post-thumbnail {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.post-thumbnail img {
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    height: auto;
    max-width: 100%;
    width: 100%;
}
/*PAGE*/
.post-header h1 {
    font-size: 1.4rem;
}
.fx {
	display:none;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
}
.content-index {
    display: none;
    width: auto!important;
    margin: 0 0 20px 0!important;
    float: none!important;
	overflow:hidden;
}
.entry img {
    padding:0;
    height: auto!important;
    max-width: 100%;
}
.widget {
    clear: none;
    margin: 20px 0;
}
#tabbed-widget .widget-top {
    overflow: hidden;
}
#tabbed-widget ul.tabs li a {
    padding: 5px 7px 1px;
}
.entry ol li span {
    display:none;
}
}

