/* CSS Document */
/* h5 页面的新闻资讯样式 */
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-tap-highlight-color: transparent}
body,ul,dl,dd,dt,ol,li,p,h1,h2,h3,h4,h5,h6,textarea,form,select,fieldset,table,td,div,input {margin: 0;padding: 0;-webkit-text-size-adjust: none;}
body {color: rgb(51, 51, 51);font: 12px "微软雅黑";background: #EEEEEE;margin: 0;padding: 0}
ul,ol,li {list-style-type: none;vertical-align: 0}
input {outline: none;border: none}
a {text-decoration: none;color: inherit}
a img {border: 0}
html,body{
    height: 100%;
}
.content{

    background-color: #fff;
}
.tit {width: 100%;height: 1rem;background: rgb(31, 204, 158);position: fixed;top: 0;left: 0;right: 0;z-index: 999;}
.tit div {float: left;}
.tit .back {width: 20%;height: 1rem;font-size: 0.3rem;color: rgb(255, 255, 255);line-height: 1rem}
.tit .back img {width: 0.36rem;position: relative;top: 0.07rem;margin-left: 0.2rem;}
.tit .title {width: 60%;height: 1rem;line-height: 1rem;text-align: center;color: rgb(255, 255, 255);font-size: 0.36rem;}
.tit .null {width: 20%;height: 1rem;text-align: center;line-height: 1rem;color: white;font-size: 0.28rem;}
.clearfixed {width: 100%;height: 1rem;clear: both;}


.footer{width: 100%;height:2rem;background: #EEEEEE;position: fixed;left: 0;bottom: 0;padding: 0.05rem 0;box-sizing: border-box;}
.footer ul{overflow: hidden;padding:0 0.2rem;padding-bottom: 0.1rem;}
.footer ul li{line-height:0.24rem;font-size: 0.24rem;color: #666;padding:0.07rem 0;}
.footer ul .beian{padding-top: 0.13rem;}
.footer ul .beian img{width: 0.25rem;vertical-align: middle;margin-top: -0.04rem;}
.linkbox{
    display: inline-block;
    width: 100%;
}


.newsdetail{width: 100%;overflow: hidden;background: #FFFFFF;padding:0.2rem 0.2rem 0;box-sizing: border-box;}
.newsdetail_head{width:100%;overflow: hidden;border-bottom: solid 1px #ccc;}
.newsdetail_head h2{font-size: 0.32rem;color: #333;padding-top: 0.12rem;line-height: 0.4rem;}
.newsdetail_head .publishdate{line-height:0.28rem;font-size: 0.28rem;color: #333;padding:0.25rem 0 0.2rem;}
.newsdetail_head .publishdate a{color: #1fcc9e;text-decoration: underline;margin-left: 0.36rem;}
.newsdetail_head .publisher{line-height:0.28rem;font-size: 0.28rem;color: #333;padding-bottom: 0.3rem;}
.newsdetail_body{overflow: hidden;padding:0.2rem 0.2rem;}
.newsdetail_body p{font-size: 0.28rem;color: #666;text-indent: 0.6rem;line-height: 0.4rem;padding-bottom: 0.3rem;}
.sourcefrom{text-align: right;font-size: 0.28rem;color: #666;}
.detail_footer{width: 100%;height:auto;background: #EEEEEE;}
.detail_footer ul{overflow: hidden;padding:0 0.2rem;padding-bottom: 0.1rem;}
.detail_footer ul li{line-height:0.24rem;font-size: 0.24rem;color: #666;padding:0.07rem 0;}
.detail_footer ul .beian{padding-top: 0.13rem;}
.detail_footer ul .beian img{width: 0.25rem;vertical-align: middle;margin-top: -0.04rem;}