:after, :before {
    box-sizing: border-box;
}
body{
    background: #f9f9f9;
}
a{
    font-size: 14px;

}
.border-1{
    border: 1px solid #f3f3f3;
}
.MaxWid{
    background: #fff;
}
.borStyle{
    border: 1px solid #dedddd;
}
.ztdx{
    font-size: 13px;
}
.pubColor{
    color: #999;
}
.pubSize{
    font-size: 16px;
}
.title{
    padding: 40px 0px 20px 0px;
    width: 1200px;
    margin: 0 auto;
}
.title h1{
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 20px;
}

.postion{
    height: 46px;
    line-height: 46px;
    background: #252525;
}
.postion .ms{
    width: 1200px;
    margin: 0 auto;
}
.postion .icon:before{
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border: 2px solid #ede7e7;
    margin: 0 8px 0 6px;
    content: "";
    display: inline-block;
    border-width: 1px 1px 0px 0px;
    vertical-align: 2px;
}

.mailRight .dataList li{
    line-height: 36px;
    height: 36px;
    border-bottom: 1px dashed #f2f2f2;
    padding-left: 16px;
}
.mailRight .dataList li h2{
    float: left;
    font-weight: normal;
    width: 78%;
}
.mailRight .dataList li a{
	color: #222;
}
.mailRight .dataList li:nth-child(1) a{
    font-size: 15px;
    padding: 4px 0px;
    font-weight: bold;
}
.mailRight .dataList li span{
    width: 10%;
    text-align: right;
    display: inline-block;
    color: #969696;
    font-size: 12px;
	text-align: left;
}

.mail .mailRight{
    background: #fff;
    position: relative;
}
.mail .mailRight .total{
    position: absolute;
    top:22px;
    left: 730px;
    color: #c3c3c3;
    font-size: 12px;
 }

.pages{
    height: 50px;
    line-height: 50px;
    padding-top: 30px;
    text-align: center;
}
.pages a{
    display: inline-block;
    margin: 0 5px;
    padding: 0 4px;
    min-width: 20px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
}
.pages .page, .prohibit{
    color: #787d82;
}
.active{
    background: #ec1500;
    color: #fff;
}

.background{
  background: white;
}
.background h3, .mailRight .acticl{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding-left:28px;
    border-bottom: 1px solid #f7f7f7;
    color: #000;
    margin-bottom: 10px;
    background: url("/static/images/news_img/leftImg.png") no-repeat;
    font-weight: normal;
}
.mailRight .acticl{
    font-weight: bold;
    background-position: 0px -114px;
}
.background .left1{
    background-position: 0px 0px;
}
.background .left2{
    background-position: 0px -39px;
}
.background .left3{
    background-position: 0px -76px;
}
.Fnav .ump .cpv{
    position: relative;
    padding-left: 22px;
}
.Fnav .ump .cpv:before{
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999999;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -2px;
}
.box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 14px;
}
.padding-10{
    padding: 10px;
}
.box .sub{
    width: 250px;
    float: left;
}
.Fnav{
    margin-top: 10px;
}
.Fnav ul .cpv span{
    display: block;
    overflow: hidden;
    line-height: 36px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px dashed #f7f7f7;
}
.Fnav ul .cpv span::before{
    content: '';
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 6px solid #c1c1c1;
    border-left: 6px solid transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 15px;
}
.Fnav ul .cpv .spanclor::before{
    content: '';
    width:0px;
    height:0px;
    border-width: 6px;
    border-color: transparent transparent #e01f1f transparent;
    border-style: dotted dotted dotted solid;
    position: absolute;
    right: 20px;
    top: 9px;
}
.Fnav ul .cpv .ulls li{
    overflow: hidden;
    line-height: 30px;
    max-height: 30px;
    transition: all .3s;
    position: relative;
}
.Fnav ul .cpv .ulls li:before{
    content: " ";
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: -5px;
    background-color: #eee;
    left: 2px;
}
.Fnav ul .cpv .ulls li:after{
    content: " ";
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
    border: 1px solid #c9dbff;
    border-radius: 50%;
    left: 0px;
    top: 13px;
    background-color: #fff;
}

.Fnav ul .cpv .ulls li a{
    display: block;
    color: #333;
    font-size: 13px;
    position: relative;
    padding-left: 12px;
}

.Fnav ul .cpv .ulls{
    display: none;

    padding: 10px 0px;
}
.box .sub .bottom{
    margin-top: 10px;
    padding-bottom: 4px;
}

.sub .bottom p{
    line-height: 30px;
    color: #666;
    text-align: center;
}
.sub .bottom .des{
    font-size: 13px;
    margin: 10px 16px;
    border-bottom: 1px dashed #ccc;
    text-align: left;
    padding-bottom: 6px;
}

.mail_right{
    background: #fff;
    margin-top:20px;
}
.box .sub .ul li a{
    color:#333;
	font-size: 14px;
    display: block;
    line-height: 30px;
    position: relative;
    padding-left:22px;
}
.box .sub .ul li a:before{
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999999;
    position: absolute;
    left:9px;
    top: 50%;
    margin-top: -2px;
}

.box .subMial{
    width: 916px;
    float: left;
    border: 1px solid #f3f3f3;
    margin-left: 10px;
}

/* 测试 */

table{
    width: 100%;
    margin: 10px 0px 20px 0px;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr th, table tr td {
    height: 36px;
    border: 1px dashed #ccc;
    line-height: 36px;
    padding-left: 20px;
    text-align: left;
    color: #333;
}

/*  gai-ban-zhi-hou code */
.mairule{
    width: 100%;
    background-color: #252525;
}
.mairule .mailwidth{
    width: 1180px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}
.mairule .mailwidth h2{
    height: 45px;
    line-height: 45px;
    color: #fff;
}
.mairule .mailwidth h2 a{
    font-size: inherit;
    font-size: 15px;
    color: #fff;
}
.mairule .mailwidth .qitawz{
    float: left;
    width: 30%;
    height: 45px;
    line-height: 45px;
    text-align: right;

}
.mairule .mailwidth .qitawz a{
    background: #dc4444;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
}

.main{
    width: 1200px;
    margin: 0 auto;
    height: 1000px;
}

.main .left{
    width: 76%;
    float: left;
    padding: 10px 10px;
}

.main .left .last {
    clear: both;
    padding-bottom: 16px;
    border-bottom: 1px dashed #eaeaea;
}


.main .left .lists{
    padding: 10px 0px;
    border-bottom:  1px dashed #eaeaea;
}
.main .left .lists .riqi{
    width: 90px;
    background: #efebeb;
    float: left;
    padding: 10px;
    border-bottom: 2px solid red;
}
.main .left .lists .riqi span{
    text-align: center;
    display: block;
    line-height:38px;
}
.main .left .lists .riqi span.day{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed #cecece;
}
.main .left .lists .wenben{
    width: 100%;
    float: left;
    margin-left: 16px;
}
.main .left .lists .wenben p.p, .main .left .lists .wenben p span{
    line-height: 30px;
    font-size: 13px;
    color: #5d5b5b;

}
.main .left .lists .wenben span{
    font-size: inherit;
    padding-right: 6px;
}
.main .left .lists .wenben a{
    font-size: inherit;
}
.main .left .lists .wenben a h3{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-bottom: 4px;
    font-weight: normal;
}
.main .left .lists .wenben a h3:hover{
    color: #FF5454;
}
.main .left .lists .wenben a span{
    line-height: 26px;
    font-size: 12px;
}
.main .left .lists .wenben a p{
    line-height: 24px;
    font-size: 13px;
}
.main .left .last .lastwz{
    width: 500px;
    float: left;
    padding: 4px 10px 4px 10px;
}

.main .left .last .lastwz span{
    line-height: 28px;
    display: block;
    font-weight: bold;
    font-size: 15px;
}
.main .left .last .lastwz span.yuefen{
    color: skyblue;
}
.main .left .last .lastwz span.mingzi{
    padding-bottom: 10px;
}
.main .left .last .lastwz p{
    line-height: 26px;

}
.main .left .last .lastwz .chakan{
    line-height: 45px;
    display: block;
    text-align: center;
    background: #e8e5e575;
    border: 1px solid #e4e4e4;
    margin-top: 6px;
    color: indianred;
    border-radius: 2px;
}
.main .left .last .lastwz .chakan a{
    display: block;
    transition: all .3s;
}
.main .left .last .lastwz .chakan a:hover{
    color: red;
}
.main .left .last .lasttp{
    float: right;
}
.main .right{
    width: 256px;
    float: left;
    padding: 10px 0px ;
    margin-left: 10px;
}

.main .right .sidebar{
    border: 1px solid #e4e4e4;
    padding: 10px 10px;
    margin-bottom: 14px;
}
.main .right .sidebar h3{
    border-bottom: 1px solid #e4e4e4;
    line-height: 32px;
    font-size: 15px;
    padding-left: 16px;
}

.main .right .sidebar ul{
    padding: 10px 0px;
}
.main .right .sidebar ul li a{
    display: block;
    line-height: 35px;
    padding-left: 16px;
    color: #333;
    border-bottom: 1px dashed #e6e6e6;
}
.main .right .sidebar ul li a:hover{
    color: #FF5454;
}
.main .right .sidebar3 .me{
    padding-top: 14px;
}
.main .right .sidebar3 .me p{
    line-height:30px;
    padding-left: 16px;
}
.main .right .sidebar3 .me p span{
    padding-right: 6px;
}
.wenben a{
    float: left;
}
.wenben p.p{
    float: right;
}