body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{ font-size:14px; font-family: "Microsoft YaHei", "微软雅黑"; background:#fff; color:#333; -webkit-text-size-adjust:100%;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style:normal; font-weight: normal;}
del,ins{text-decoration:none;}
ol,ul,li { list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
q:before, q:after { content:'';}
abbr,acronym { border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#333;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:normal;font-weight:normal; outline:none;}
input,button,textarea,select{*font-size:100%;}
textarea { resize:none;}
i, em, strong { font-style:normal;}
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;}
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;}
.clear{clear:both;font-size:1px;height:0;visibility:hidden;line-height:0;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
a:link,a:visited{text-decoration:none;color:#333;}
a:hover,a:active{text-decoration:none;color:#333;}
a{cursor:pointer}
.container-in{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
    background: #fff;
}

.article-title{
    display: block;
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}
.article-detail{
    padding: 10px;
    /*width: 1000px;*/
    margin: 0 auto;
}
.article-detail p{
    margin-bottom: 10px;
    text-indent:2em;
    line-height: 1.7em;
    font-size: 15px;
}
.article-detail p strong{
    margin-left: -2em;
}
.article-detail video{
    width: 100%;
    height: 580px;
    margin-bottom: 20px;
}
.article-detail img{
    max-width: 100%;
    display: block;
    margin:0 auto 20px auto;
}
.article-info{
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    color:#999;
    width:1040px;
    margin: 40px auto 25px auto;
    padding-bottom:5px;;
}
.article-info span{
    margin-right: 50px;
}
.article-info span font{
    color:#333;
}
.article-detail .text-box{
    padding:10px 20px;
    background: #f2f3f5;
    color:#666;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
}
.article-detail .text-box p{
    text-align: right;
}

table.table-x,
table.table-x th,
table.table-x td{
    border-collapse: collapse;
    border-spacing: 0;
}
.table-x{
    width: 100%;
}
table.table-x th,
table.table-x td{
    border: 1px solid #aba9a9;
    text-align: center;
}
.table-x th{
    height: 36px;
    font-size: 16px;
    color: #4c4948;
}
table.table-x td{
    height: 29px;
}
.table-x .tap-content-box{
    display: none;
}
.table-x .tap-content-box.active{
    display: table-row-group;
}
table.table-x tr.cur td{
    color: #febb54;
}
table.table-x tr.up td:nth-child(6){
    background: url("../images/icon-up.png") no-repeat center;
}
table.table-x tr.down td:nth-child(6){
    background: url("../images/icon-down.png") no-repeat center;
}
.layui-layer {
    -webkit-overflow-scrolling: touch;
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    z-index: 99999;
    position: fixed;
    text-align: center;
    padding-bottom: 20px;
    transform: translate(-50%,-50%);
    background: #fff;
}
.layui-layer-title {
    text-align: left;
    text-indent: 10px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
}
.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial;
}
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 10px;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}
.layui-layer-btn a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    border-top-color: rgb(222, 222, 222);
    border-right-color: rgb(222, 222, 222);
    border-bottom-color: rgb(222, 222, 222);
    border-left-color: rgb(222, 222, 222);
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
