﻿@charset 'UTF-8';
/*css*/
body{min-width:1200px;font-family:微软雅黑;font-size: 17px;color: #333;
background: url(bg.png) ;height: auto;}
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}
.more a{color: #999;}
/*a:hover{color:#1c5bb8;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
.clear{clear:both}
.main{width: 1200px;margin: 0 auto;}
.h5{height: 5px;}
.h10{height: 10px;}
.h20{height: 20px;}
.h30{height: 30px;}
.h40{height: 40px;}
.h50{height: 50px;}
/* 违法违规问题清单开始 */
.wfwg{}
.wfwg h1 {
    font-size: 25px;
    text-align: center;
    margin: 25px;
}

.wfwg-content .diqu {
    width: 175px;
    border: 1px solid #DDDDDD;
}
.wfwg-content .diqu li.active a{color: #0168b7;}
.wfwg-content .diqu li {
    margin: 0px auto;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    width: 75%;
    padding: 7.6px;
    cursor: pointer;

}
.wfwg-content .diqu-right{
    width: 1000px;
    margin-left: 25px;
}
.wfwg table thead{
    background: #0168B7;
    color: #ffffff;
    font-weight: normal;
}
table thead tr th{
    padding: 5px;
    font-weight: normal;
}
table thead tr th:first-child{
    width: 10%
}
table thead tr th:nth-child(2){
    width: 20%
}
table thead tr th:nth-child(3){
    width: 12%
}
table thead tr th:nth-child(4){
    width: 15%
}
table thead tr th:nth-child(5){
    width: 15%
}
table thead tr th:nth-child(6){
    width: 15%
}
table thead tr th:nth-child(7){
    width: 13%
}
.wfwg table tr th,.wfwg table tr td {
    border: 1px solid #DDDDDD;
    text-align: center;
    font-size: 16px;
    padding: 2px
}
.wfwg table tbody tr{height: 40px;}
table tbody tr:first-child,table tbody tr:nth-child(3),table tbody tr:nth-child(5),
table tbody tr:nth-child(7),table tbody tr:nth-child(9),table tbody tr:nth-child(11),
table tbody tr:nth-child(13)
{
    background: #F9F9F9;
}

/* 通用底部开始 */
.bt-box-1200{width:1200px;margin:0 auto;}
.bt-left{float:left;}
.bt-right{float:right;}
.bt-clear{clear:both}
.footer{
    width: 100%;
    height: 109px;
    background-color: #245399;
}
.footer1{
    /*width: 300px;*/
    height: 80px;
    border-right: 1px solid #456da8;
    margin-top: 25px;
}
.footer1 img{
    margin-top: 5px;
    margin-right: 50px;
}
.footer2{
    width:670px;
    height: 80px;
    /*border-right: 1px solid #456da8;*/
    margin-top: 25px;
}
.footer2 p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 9px;
    margin-left: 70px;
}
.footer3{
    /*width: 410px;*/
    height: 80px;
    /*border-left: 1px solid #456da8;*/
    margin-top: 25px;
    color: #fff;
}
.footer3 span{
    display: block;
    margin-top: 30px;
    margin-left: 8px;
}
.footer3 a{
    color: #fff;
    font-size: 13px;
}