*{ padding: 0; margin: 0; border: 0;}
html,body{min-height: 100%;}
body{ max-width: 640px; min-width: 320px;background: #FFF;  font-size: 16px; font-family: Hlvetica; line-height: 1.5;}
a:link,a:visited{ color: #000; text-decoration: none;}
ul li{ list-style-type: none;}
.top_link{ width:100%;}
.top-img{ width:100%;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.navBar{ padding:10px 0 0 1%; }
.navBar span{ float: left; height:32px;display: inline-block; position: relative;  text-align: center; font-size: 14px; font-weight: 700; line-height: 2.5;}
.navBar span:nth-child(1){ z-index: 4;}
.navBar span:nth-child(2){ z-index: 3;}
.navBar span:nth-child(3){ z-index: 2;}
.navBar span:nth-child(4){ z-index: 1;}
.navBar span.cur{ z-index: 5; color: #fff;}
.tabCon{ width: 100%;padding-top:5px;}
.tablist{ float: left; display: inline; width: 19.7%; height: 85px; overflow: hidden; text-align: center; font-size: 15px; margin-left: 4.1%;}
.tablist .icon{ width: 74%; margin: 0px 10%; overflow: hidden;}
.tablist .icon img{ width: 100%;display: block;}
.tablist p{ padding:6px 0; font-size:0.72em;height:42px;}
@media (min-width: 360px){
	.tablist{ font-size: 16px;}
}
.notice{ width:100%;height:30px;margin-top:5px;}
.notice img{margin: 4px 10px; height: 22px; width: 22px;float: left;}
.notice span{ color: red; float: left;line-height: 30px;font-size: 1em; width:85%;}

.headrow{ 
    height: 32px;
    background: url(../images/nav_bg.png) repeat-x 0 bottom;
    clear: both;
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 2em;
}
.copyright_box{
     width:100%;
     position: fixed;
     left: 0;
     bottom: -170px;
     background-color: rgba(84, 83, 83, 0.84);
}
.copyright_box .copyright{
    width: 100%;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: white;
    border-bottom:1px solid #d1d1d1;
}
.copyright_box .copyright_txt{
    width:100%;
    height:160px;
    text-align: center;
}
.copyright_box .copyright_txt h3{
    margin-top:10px;
    font-size: 18px;
    color:white;
}
.copyright_box .copyright_txt p{
    font-size: 12px;
    color:white;
    margin-top:8px;
}
.copyright_box2{
     width:100%;
     position: fixed;
     left: 0;
     bottom: 0px;
     background-color: rgba(84, 83, 83, 0.84);
}
.copyright_box2 .copyright{
    width: 100%;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: white;
}

ul.news_list {
    margin-top: 10px;
}
ul.news_list li {
    width: 94%;
    margin: 0 auto 12px auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0px;
    border: 1px solid #f1f1f1;
}
.news_txt {
    margin: 0 10px;
}
.news_txt .headimg{
    width:100%;
}
ul.news_list b {
    font-weight: normal;
    margin-right: 5px;
}
ul.news_list b img {
    vertical-align: -3px;
}
ul.news_list h4 {
    font-weight: normal;
    line-height: 24px;
}
ul.news_list a:link, ul.news_list a:visited {
    color: #5d5d5d;
    font-size: 14px;
}
ul.news_list .totop{
    display: inline-block;
    margin-right: 2px;
    vertical-align: -1.9px;
}
ul.news_list i {
    background: url(../images/typeicon.png) -6px -3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    vertical-align: -2px;
}
ul.news_list .icon_box{
    color: #969696;
    font-size: 14px;
    margin-top: 10px;
    clear: both;
    text-align: right;
}
ul.news_list span {
    margin-right: 12px;
    display: inline-block;
    line-height:35px;
}
ul.news_list span.right {
    float: left;
    margin-right: 0;
    color: #fd8c25;
}
ul.news_list span.right img.wx_logo{
    float: left;
    width: 23px;
    height: 23px;
    padding:1px;
    border: 1px solid #d1d1d1;
    border-radius: 100%;
    background-color: #f5f5f5;
 }
 ul.news_list span.right a.wx_nickname{
    display: inline-block;
    color:#fd8c25;
    font-size:13px;
    float: left;
    margin-left:4px;
    line-height: 28px;
 }
.news2_txt {
    margin: 0 10px;
    height:86px;
    clear: both;
}
.news2_txt .text_box_l{
    width: calc(100% - 66px);
    float: left;
    height:60px;
}
.news2_txt .img_box_r{
    margin-left: 5px;
    width:60px;
    height:60px;
    float: right;
}
.news2_txt .img_box_r .headimg{
    width:60px;
    height:60px;
} 