/*
	[DESTOON B2B System] Copyright (c) 2008-2018 www.destoon.com
	This is NOT a freeware, use is subject to license.txt
*/
/* article && quote*/
.top-l {width:420px;float:left;margin-right:20px;}
.top-r {width:420px;float:right;}
.headline h2 {text-align:center;font-size:24px;margin:0;height:48px;line-height:48px;overflow:hidden;}
.subline {padding:0 16px;}
.subline li {height:34px;line-height:34px;overflow:hidden;font-size:16px;}
.subline .f_r {color:#666666;font-size:12px;}
.keytags {font-size:14px;padding:16px;}
/* catlist */
.childlist {padding:10px 10px 10px 15px;line-height:24px;}
.childlist li {font-size:14px;height:28px;line-height:28px;background:url('image/li_dot.gif') no-repeat 5px 12px;padding:0 10px 0 12px;overflow:hidden;}

.catlist {padding:16px 0;line-height:32px;}
.catlist li {font-size:14px;height:32px;line-height:32px;background:url('image/li_dot.gif') no-repeat 6px center;padding:0 12px;overflow:hidden;}
.catlist i {font-style:normal;float:right;font-size:12px;color:#666666;}
.catlist .sp {background:#FFFFFF url('image/dot.gif') repeat-x 0 center;}

.subtitle {padding:10px 16px;margin:20px 0;line-height:32px;font-size:14px;border:#DDDDDD 1px solid;background:#FAFAFA;}
.subtitle li {width:50%;height:32px;overflow:hidden;float:left;}
#content h2 {margin-bottom: 15px;padding: 5px 10px;line-height: 180%;font-size: 16px;color: #111;font-weight: bold;display: block;color: #333;letter-spacing: 1px; border-left: 5px solid #55c658;background: #f6f6f6;}
#content h3 {margin-bottom: 15px;padding: 5px 10px;line-height: 180%;font-size: 16px;color: #111;font-weight: bold;display: block;color: #333;letter-spacing: 1px; border-left: 5px solid #ff6600;background: #ffcc99;}
.uucontent{
    height: 600px;
    overflow: hidden;
    position: relative;
}
.uucontent:after{
        content: "";
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 90px;
background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff);
background: -moz-linear-gradient(top,hsla(0,0%,100%,0),#fff);
background: -o-linear-gradient(top,hsla(0,0%,100%,0),#fff);
background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
}
 .uucontent.on{
     height: auto;
 }
 .uucontent.on:after{
     display: none;
 }
 .J_ajax_submit_btnsub {
height: 40px;
line-height: 40px;
font-size: 16px!important;
border-radius: 6px;
text-decoration: none;
display: block;
background-color: #ef4c4d!important;
color: #fff;
width: 100%;
border: 0;
margin-top: 10px;
padding: 0!important;
float: none!important;
cursor: pointer!important;
}