@charset "UTF-8";
/* CSS Document */
html{font-size: 125%;line-height:1.6;font-family: Microsoft YaHei; box-sizing: border-box;max-width: 750px;margin: 0 auto;background:#f4f4f4;color:#333;}
*{box-sizing: border-box;padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul, li{list-style-type:none;}
label{ cursor:pointer}
img{vertical-align:top;border:0;transition: all 0.5s}
em,i,b{font-style:normal;}
ul,li{list-style:none}
u{text-decoration: none}
a{text-decoration:none;color:#333;}
button,input,select,textarea{ outline: none;border: none}
select{outline: none;-webkit-appearance: none;}
.mt10 {margin-top: .5rem;}
.red, a.red {color: #ff0000 !important;}
.header {width: 100%;height: 2.2rem;line-height: 2.2rem;color: #fff;position: relative;text-align: center;z-index: 101;overflow: hidden;}
.BgBlu {background-color: #4882ff;}
.fl {float: left;}
.bgwhite{background-color: #fff;}
.w100{width:100%;float:left;}
.bold{font-weight: bold;}

.header h1 {height: 2.2rem;}
.header h1 a {display: block;padding: .375rem 0 0 .75rem;height: 2.2rem;line-height: 2.2rem;float: left;}
.header h1 img {height: 1.6rem;margin-right: .5rem;}
.header h1 .downLoad {padding: 0 .3rem;margin-top: .5rem;font-size: .7rem;color: #fff;border-radius: 1.15rem;height: 1.15rem;line-height: 1.15rem;border: 1px solid #fff;}

.header .rightBox{float: right;}
.header .rightBox a {display: block;float: left;}
.header .login {font-size: .7rem;color: #fff;margin-right: .75rem;display: inline-block;height: 2.2rem;line-height: 2.2rem;}


.footer {width: 100%;padding: 0.15rem .75rem;background: #fff;float: left;}
.footer .sg-wx,.footer .textBox {width: 100%;text-align: center;font-size: .65rem;color: #999999;}
.footer .sg-wx img{width:170px;height:170px;}
.footer .textBox{margin-top:1rem;}
.footer .textBox p {margin-top: .2rem;}


/*artice_m*/
.c_pos {width: 100%;padding: .5rem;display: flex;font-size: .75rem;color: #333;}
.c_pos i {display: inline-block;width: 1.125rem;height: .85rem;margin-top: .28rem;background: url(../i/Model_Bg.png)  -0.25rem -0.25rem no-repeat;background-size: 7.5rem auto;}
.content{border-radius: 5px;padding-bottom: 10px;}
.c_body{width: 96%;margin: 10px auto;}
.c_h1 {font-size: 20px;color: #333333;line-height: 28px;padding: 14px 0;font-weight: bold;}
.c_body .t_2 p {width: 100%;float: left;font-size: 12px;line-height: 16px;box-sizing: border-box;color: #999999;}
.c_body .t_2 p span {margin-left: 5px;color: #4882ff;}
.c_desc {padding: 10px 0;color: #666666;font-size: 13px;line-height: 21px;background-color: #F5F5F5;margin: 10px 0;border-radius: 5px;}
.cont_show{font-size: .80em;overflow: hidden;line-height: 1.5rem;overflow-x: hidden;}
.cont_show a{text-decoration: underline;}
.cont_show img,.cont_show table{max-width: 100%;word-wrap: break-word;}
.cont_show table{word-break: break-all;table-layout:fixed;}
.next{font-size: .8rem;}
.next li{width: 100%;float: left;line-height: 1.25rem;}
.next li a{color:rgb(51, 102, 204);}
.tipBox{width: 100%;border: 1px solid #ecf2ff;box-shadow: 0 0 0.5rem rgba(236,242,255,1);font-size: .6rem;color: #999999;padding: .5rem .75rem;border-radius: .2rem;}
.pubTit h2 {display: flex;align-items: center;width: 100%;height: 2.65rem;justify-content: space-between;padding-right: .5rem;}
.pubTit h2 span {font-size: .95rem;font-weight: bold;display: flex;align-items: center;}
.pubTit h2 i {display: inline-block;width: .2rem;height: 1.1rem;background: #4882ff;margin-right: .55rem;vertical-align: -0.2rem;}
.articleBox ul {padding: 0 .5rem;}
.articleBox ul li {padding: .55rem 0;}
.articleBox ul li:last-child{border-bottom: 0;}
.articleBox ul li h3 {font-size: .8rem;color: #333333;}
.articleBox ul li p {font-size: .6rem;color: #999999;padding-top: .5rem;}

.pageslist {
    font-size: 12px;
    height: auto;
    float: left;
    margin-top: 10px;
    background-color: #fff;
    text-indent:10px;
}
.pageslist li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
}
.pageslistli a {
    float: none;
    color: #333;
    display: block;
}
.pageslist li.thisclass, .pageslist li.thisclass a, .pagebox li.thisclass a:hover {
    font-weight: bold;
    color: #c10000;
    border: none;
}