.section{
    background: #5B0402;
    padding: 5px ;
}

.section span{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1em;
    padding: 6px 0;
}
.swtbtn{
    display: inline-block;
    width: 60%;
    height: 2.5em;
    line-height:2.5em;
    background: #FF9600;
    border-radius: 20px;
    color: #6D2D00;
    font-size: 1.3em;
    margin: 10px 0;
}
.swtbtn:hover{
    color: #6D2D00;
}
p.con{
    padding: 1em;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.8em;
    text-indent: 1em;
}
.ftit{
    color: #fff;
    font-size: 1.8em;
    padding: 1em 0;
    font-weight: bold;
}

div.ft{
    width: 100%;
    min-height: 4em;
    text-align: center;
    padding-bottom: 2em;
}
div.ft a{
    display: inline-block;
    width: 96%;
    margin: auto;
    background: #EB6100;
    color: #fff;
    font-size: 1.2em;
    padding: 6px 0;
    border-radius: 3px;
}

.data_xh_h3{
    position: relative;
    padding: 2em 0 0 0;
}
.data_xh_h3 div{
    width: 94%;
    margin: auto;
    border: 1px solid #8D8D8D;
    padding-bottom: 1em;
}
.data_xh_h3 h3{
    font-size: 2em;
    color: #271887;
    font-weight: bold;
    width: 86%;
    margin-left: 7%;
    background: #fff;
    padding:  0;
    position: relative;
    top: -0.3em;
}
.data_xh_h3 div span{
    display: inline-block;
    padding: 0;
}

.data_xh_circle .col-xs-4>span{
    display: inline-block;
    font-size: 1.4em;
    color: #fff;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    line-height: 1.5em;
    text-align: center;
    padding-top: 0.5em;
}
.data_xh_circle{
    padding: 1em 0;
}
.data_xh_circle .col-xs-4:nth-child(1) span{
    background: #485BE1;
}
.data_xh_circle .col-xs-4:nth-child(2) span{
    background: #F39001
}
.data_xh_circle .col-xs-4:nth-child(3) span{
    background: #6CA820
}
.data_xh_circle p{
    padding-top: 0.6em;
    font-size: 1.2em;
}
.data_xh_circle p span{
    color: #DA232B;
}
.col-xs-6{
    padding: 5px;
}
.data_xh_swt:hover{
    color: #fff;
}
.data_xh_swt{
    display: inline-block;
    width: 90%;
    padding: 0.5em 0;
    color: #fff;
    font-size: 1.2em;
    background: #E91F0F;
    border-radius: 3px;
}

.data_box{
    width: 66%;
    background: #E91F0F;
    padding: 1px;
    border-radius: 5px;
    display: table;
    margin: 1em auto;
}
.data_box .col-xs-6:nth-child(1) a{
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    color: #373737;
    font-size: 1.4em;
    padding: 3px 0;
    font-weight: bold;
}
.data_box .col-xs-6:nth-child(2) a{
    display: inline-block;
    width: 100%;
    background: #E91F0F;
    border-radius: 4px;
    color: #fff;
    font-size: 1.4em;
    padding: 3px 0;
    font-weight: bold;
}
.b_l{
    background: linear-gradient(to right,#77D1F6,#086FF0);
    padding: 0.8em 5px;
    width: 49.5%;
    margin-right: 0.5%;
    margin-top: 0.5%;
}
.b_r{
    background: linear-gradient(to right,#6CC7F6,#0C72F0);
    padding: 0.8em 5px;
    width: 49.5%;
    margin-right:0.5%;
    margin-top: 0.5%;
}
.b_l h1{
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    margin-top: 0;
    font-weight: bold;
}
.b_l span{
    color: #fff;
    font-size: 1em;
}

.b_r h1{
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    margin-top: 0;
    font-weight: bold;
}
.b_r span{
    color: #fff;
    font-size: 1em;
}
.data_btn{
    display: inline-block;
    width: 60%;
    margin: auto;
    padding:8px 0;
    color: #fff;
    background: linear-gradient(to right,#F38E01,#E70A12);
    text-align: center;
    border-radius: 6px;
    font-size: 1.3em;
}
.col-xs-12{

}
.data_btn:hover{
    color: #fff;
}

.data_zx a{
    display: inline-block;
    width: 98%;
    border: 1px solid #898989;
    text-align: center;
    padding: 4px 0;
    font-size: 1.1em;
    color: #333;
    transition: all 0.3s ease;
}
.data_zx a:hover{
    color: #fff !important;
    border: 1px solid transparent;
    background: linear-gradient(to right,#F38E01,#E70A12);

}
.data_zx .col-xs-6:nth-child(1) a,.data_zx .col-xs-6:nth-child(2) a,.data_zx .col-xs-6:nth-child(6) a{
    color: #EF2525;
}

.data_kc .col-xs-2,.data_kc .col-xs-10{
    padding: 3px;
}
.data_kc .col-xs-2 h2{
    font-size: 2em;
    color: #50399F;
    font-weight: bold;
}
.data_kc .col-xs-2 span{
    color: #000;
    font-size: 1.1em;
}
.data_xh_bs{
    display: inline-block;
    width: 48%;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 1.2em;
    color: #1C0B83;
    text-align: center;
    border: 1px solid #1C0B83;
    margin: 0.3em 0;
}
.questions .row {
    padding: 0;
}
.questions .col-xs-6 {
    padding: 5px 0;
}
.questions .row {
    padding: 0;
}

.questions .col-xs-1 {
    padding: 0;
}
.questions .col-xs-11 {
    padding: 0 0 0 5px;
}
.questions .col-xs-1 span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #1C0B83;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.questions .col-xs-6 a {
    color: #333;
}
.btn-group{
    background: #0074D7;
}

.data_ico_zmt{
    font-size: 2em;
    color: #EE5C68
}
.col-xs-2{
    padding: 5px;
    text-align: center;
}
.data_ico_zmt + span{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #EE5C68;
}

.tbg{
    width: 100%;
    background: url("../images/tbg.jpg")no-repeat center;
    background-size: cover;
}
.tbg h3{
    font-size: 2em;
    color: #324EEF;
    font-weight: bold;
    padding: 1em 0;
}
.jybz h4{
    font-size: 1.4em;
    color: #324EEF;
    font-weight: bold;
    padding: 0.5em 0;
}
.jybz h4 +span{
    display: inline-block;;
    padding: 0.5em 0;
}

.jybz a.zy{
    display: inline-block;
    width:100%;
    color: #E60012;
    border: 1px solid #E60012;
    border-radius: 15px;
    text-align: center;
    padding: 4px 0;
}
.jybz a.xf{
    display: inline-block;
    width:100%;
    color: #fff;
    border: 1px solid #E60012;
    border-radius: 15px;
    text-align: center;
    background: #E60012;
    padding:4px 0;

}
.btns{
    padding:1em 0;
}
.btns a{
    display: inline-block;
    width: 70%;
    margin: auto;
    font-size: 1.4em;
    background: linear-gradient(to right,#C6118D,#F6302B);
    border-radius: 10px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    position: relative;
    box-shadow: 0 5px 5px 0px #FF66CD;
    animation: changes .5s infinite;
}

@keyframes changes {
    0%{
        background: linear-gradient(to right,#C6118D,#E82747);
    }
    50%{
        background: linear-gradient(to right,#E82747,#C6118D);
    }
    100%{
        background: linear-gradient(to right,#C6118D,#E82747);
    }
}
.xb span{
    display: inline-block;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    float: left;
}
.xb span:nth-child(2){
    width:30%;
}
.xb span:nth-child(3){
    width: 30%;
}
.xb span:first-child{
    width: 20%;
}
.xb span:last-child{
    width: 20%;
}

.moneylist {
    list-style: none;
}

.moneylist  li{
    width: 100%;
    display: table;

}

.moneylist li span{
    display: inline-block;
    color: #373737;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 1.1em;
}

.moneylist  li span:nth-child(1){
    width: 20%;
    background: #F4D0D2;
}
.moneylist  li span:nth-child(2){
    width: 30%;
}
.moneylist li span:nth-child(3){
    width: 30%;
}
.moneylist li span:nth-child(4){
    width: 20%;
}
#jcxz .bd {
    overflow: hidden;
    padding: 0;
}
#jcxz ul {
    position: relative;
}

#jcxz li {
    float: left;
}
#jcxz .col-xs-4 {
    padding: 2px;
}
#jcxz .col-xs-4 a {
    position: relative;
    width: 100%;
    display: table;
}

.data_items_q .col-xs-6{
    padding: 5px 0;
    background: #fff;
}
.data_items_q .col-xs-6 a{
    display: inline-block;
    width:96%;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 5px 0;
    text-align: center;
    margin: auto;
    color: #41403D;
}
.data_items_q .col-xs-6:nth-child(2) a,.data_items_q .col-xs-6:nth-child(3) a,.data_items_q .col-xs-6:nth-child(6) a{
    color: #F10017;
}
.jycs li{
    width: 100%;
    margin: 1.5em 0;

}
.jycs li div{
    width: 90%;
    margin:1.5em auto;
    font-size: 1em;
    line-height: 1.7em;
   border: 1px solid #DA4B53;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 6px;

    display: none;
}
.jycs li p{
    width: 90%;
    background: #DA4B53;
    color: #fff;
    font-size: 1.4em;
    padding: 5px 9px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    position: relative;
    cursor: pointer;
}
.container .jycs_img{
    position: absolute;
    width: 3em;
    right: -2%;
    top:-20%;
}
.container .jycs_img_l{
    position: absolute;
    width: 3em;
   left: -2%;
    top:-20%;
}
.con_title {
    height: 4em;
    line-height: 4em;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.hd li {
    height: 38px;
    line-height: 38px;
    float: left;
}

.con_title span {
    float: left;
    font-size: 1.6em;
    color: #333;
    display: block;
}

.hd li {
    height: 38px;
    line-height: 38px;
    float: left;
}
.hd li {
    height: 38px;
    line-height: 38px;
    float: left;
}

.hd li {
    height: 38px;
    line-height: 38px;
    float: left;
}
.on {
    background: #0074D7;
}
.on span {
    color: #fff !important;
}
.on span {
    color: #fff !important;
}
.con_title span {
    float: left;
    font-size: 1.6em;
    color: #333;
    display: block;
}
.new_tit {
    color: #666666;
    font-size: 1.8em;
}
.myline {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    margin: 8px auto;
}
#new_box img{
    width: 128px !important;
    height: 81px !important;
}