@charset "utf-8";
/* CSS Document */
body{
    position: relative;
    width:100%;
    padding:0;
    outline:0;
    font-family: "微软雅黑";
    min-width: 320px;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
  
}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,p,table,input{margin:0;padding:0;font-weight: normal;}
li{ list-style:none; vertical-align: bottom;}
a { text-decoration:none; outline:none;}  
a:hover { text-decoration:none;}
i,em {font-style:normal;}
img { border: none;}
.clearfix:after{display:block;content:"";visibility:hidden;clear:both;height:0;}
.clearfix{zoom:1;}

.fl {float: left;}
.fr {float: right;}

/* main */
.content .m1 { margin-bottom: 20px;}
.content .content-box .m2 { margin-top: 40px;}
.content {
    margin: 0 auto;
    padding: 0 15px 20px;
    max-width: 810px;
}/*width: 810px;*/
.heard {
    position: relative;
    overflow: hidden;
}
.heard .logo {
    display: block;
    float: left;
    width: 810px;
    height: 104px;
    background: url("../img/logo.png") no-repeat;
}
.content>h1 {
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    color: #151515;
}
.content .content-box {
    display: block;

}
.content .content-box p {
    padding: 0;
    text-align: justify;
    line-height: 35px;
    text-indent: 2rem;
    font-size: 16px;
    color: #0d1f29;

}
.content .content-box .p1{
    margin-bottom: 15px;
    font-size: 16px;
}
.content .content-box .p2 {
    margin-bottom: 0;
}
.content .content-box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}


.text1 {
    line-height: 40px;
    font-size: 16px;
    margin-right: 30px;
    color: #828282;
}
.text1 i {
    color: #e60012;
    margin:0 6px 0 20px;
}
.table-box {
    border-radius: 20px;
    overflow: hidden;
    background: #f4f4e9;
}
.table-box h4{
    font-size: 40px;
    text-align: center;
    font-family: "黑体";
    font-weight: bold;
    color: #ffffff;
    background: #c93843;
    height: 75px;
    line-height: 75px;;
}
.table-box {
    font-size: 24px;
    padding-bottom: 20px;
}
.table-box p.text2 {
    color: #d2d2c9;
    font-size: 14px;
    margin-right: 40px;
    
}
.table-box table{
    /* width: 80%; */
    width:715px; 
    margin: 0 auto;
    /* table-layout: automatic; */
}
.table-box table tr{
    display: block;
    border-bottom: 1px #b0b0b0 dotted

}
.table-box table th{
    color: #ce2c27;
    width: 230px;
    height: 40px;
    padding-top: 20px;
}
.table-box table td{
    color: #414141;
    width: 230px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}
.table-box table td.red {
    color: #ce2c27;
}
.list {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    overflow: hidden;
    margin-top: 29px;
}/*width: 829px;*/
.ewm_box {
    position: relative;
}
.ewm-img {
    position: absolute;
    width: 177px;
    height: 177px;
    top: 170px;
    right: 60px;
}
.list>p {
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.list .list-center {
    margin-right: 13px;
    overflow: hidden;
}
.list .list-center .right {
    display: block;
}
.list .list-center .right h3 {
    margin: 15px 0;
    font-size: 16px;
    color: #014d9a;
}
.list .list-center .right h3>i {
    margin-left: 5px;
    color: #999;
}
.list .list-center .right p {
    line-height: 25px;
    font-size: 16px;
    color: #010000;
}
.list .list-center .right img {
    margin-top: 10px;
}

.list .list-center .right .list-center-bottom {
    position: relative;
    margin-top: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #ddd;
}
.list .list-center .right .wechat-event {
    font-size: 16px;
}
.list .list-center .right .bottom {
    padding:3px 5px 5px 5px
}
.list .list-center .right .bottom .time {
    color:#333;float:left;font-size:12px
}
.list .list-center .right .bottom .tuijian {
    font-weight:bold;color:#333;font-size:12px;float:right;cursor: pointer;
}
.footer {
    position: relative;
    padding: 15px 0;
    background: #f6f6f6;
    text-align: center;
    font-size: 12px;
    color: #373737;
}
.floating {
    display: block;
    position: fixed;
    right: 10px;
    top:200px;
    width: 202px;
    height: 257px;
    padding-top: 90px;
    text-align: center;
    background: url("../images/floating.png") no-repeat;
    color: #fff;
}
.floating img {
    display: block;
    width: 134px;
    height: 134px;
    margin: 0 auto;
}
.floating p {
    display: block;
    margin-top: 22px;
    font-size: 18px;
    color: #fff;
}
.floating span {
    font-size: 22px;
}
.wechat-event {
    font-size: 22px;
    padding: 2px 5px;
    border-radius: 5px;
    background: #ff0000;
    color: #fff;
}
b {
    font-weight: normal;
    color: #ff0000;
}

.floating .wechat-event {
    background: none;
}


.fixed-box {
    position: fixed;
    top: 30%;
    right: 0;
}
.fixed-box .ewm-box {
    width: 256px;
    height: 243px;
    overflow: hidden;
    background: url(../img/fixed-boxBg.jpg) no-repeat center;
}
.fixed-box .ewm-box img {
    width: 185px;
    height: 185px;
    margin: 30px auto 0;
    display: block;
}
.weixinhao-box {
    border: 1px #ff0000 solid;
    background: #fff;
    font-size: 20px;
    color: #373737;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    box-sizing: border-box;
}
.weixinhao-box p.wx-num {
    color: #e60012;
}
.wechat-event {
    border-radius: 20px;
    margin:  0 20px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 16px;
}