@import url("common_m.css");
.footer_menu { display: none;}
body { margin-bottom: 0;}
/*文章页*/
.gg_m { margin-top: 0.3125rem;}
.gg_m a { display: block; }
.gg_m a img { width: 100%; display: block; }
/*位置*/
/*文章内容*/
.article_con .container {width: 100%; padding-top: 1.25rem;}
.article_con .container .head h1 { font-size: 1.25rem; text-align: center; line-height: 1.8em; }
.article_con .container .head_b { padding:0.625rem 0; text-align: center; color: #999; font-size: 0.75rem; }
.article_con .container .head_b time { margin: 0 2%; }
.article_con .container .head_b span { margin: 0 2%;}
.article_con .article_con {margin-top:5%; color: #666; line-height:1.8em; padding: 0 3%; font-size: 1rem; margin-bottom: 3%;}
.article_con{ padding: 0 0.7rem; font-size: 1rem; line-height: 1.8rem; background: #fff; margin-top: 0.3125rem ;}
.article_con p{ margin: 0.5rem 0;}
.article_con h2,.article_con h3{ font-weight: 600;}
.article_con h3{ color: #ff7032;}
.article_con iframe{ width: 100%!important; height: 260px!important;}
.article_con img{width: 100%!important; height: auto !important; border-radius: 6px; margin:0.6rem 0; display: block;}
.article_con .readall_box {position: relative;z-index: 9999;padding: 0 0 0.625rem; margin-top: -200px;text-align: center;}
.article_con .readall_box .read_more_mask { height: 200px;background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))}
.article_con .read_more_btn{cursor:pointer; font-size: 1rem; color: #077ff9;background: #fff; line-height: 30px; padding:5px 10px; border: 1px solid #077ff9; border-radius: 10px;}
.article_con p a {color: #3366cc;}
/*上下篇*/
.con_prev { padding:  1.25rem 0; }
.con_prev p {  color: #ccc;  font-size: 1rem;  }
.con_prev1 { background: #fff; padding: 1rem; line-height: 2.5rem; font-size: 1rem;}
/* 栏目分类 */
.type_list .tabList ul { padding-bottom: 5%; }
.type_list .tabList .li_l { width: 70%;  }
.type_list .tabList .li_l p {  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.type_list .tabList .li_r { width: 27%; }
.type_list .tabList .li_r img { width: 100%; }
/*栏目名称*/
.type_list .head { padding:0 3%; line-height: 3.75rem; border-bottom: 1px solid #f1f1f1; }
.type_list .head h3 { font-size: 1.125rem ; position: relative; padding-left: 0.9375rem; font-weight: normal;}
.type_list .head h3::before {  content: ""; display: block; float: left; position: absolute; top: 50%; margin-top: -.625rem; width: .3125rem; border-radius: 1rem; height: 1.25rem; background:#077ff9; left: 0;  }
/*内容页分页*/
.pages{text-align: center; width:100%; margin:10px 0;}
.pages li:nth-of-type(1){ display: none;}
.pages li{ display:inline-block;line-height: 1.6rem; margin:0 2px;}
.pages a{ border-radius:3px; background-color: #fff; border: 1px solid #eaeaea; color: #444; display:inline-block; line-height: 1.6rem; margin-left: 5px; padding: 0 8px;}
.pages li.thisclass a, .pages li a:hover{background: #2184c4; border: 1px solid #2184c4; color: #fff !important;}
.article_content p{
    text-indent:2em;
}
.small-title{
    color: red;
}