*{margin: 0;padding: 0}
ul,li{list-style: none}
a{text-decoration: none;color: #333333}
.container{width: 1200px;max-width: 1920px;margin: 0 auto;}
.fl_r{float: right}
.fl_l{float: left}
.mobile{display: none}
.pc{display: inline-block !important;vertical-align: middle;}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
}
.jyj_dqwz {
    text-align: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    color: #565656;
    margin: 20px 0;
}
.jyj_dqwz a {
    margin: 0 5px;
    color: #565656;
    text-decoration: none;
}
.category{
    width: 286px;
    border: 1px solid #cdcdcd;
}
.category ul li {
    height: 45px;
    font-size: 18px;
    list-style: none;
    line-height: 45px;
    text-decoration: none;
    display: block;
    margin: 10px auto 0 auto;
    width: 250px;
    text-align: center;
    border: 1px solid #dfdfdf
}
.category ul li a {
    color: #233c75;
    font-size: 18px;
    height: 45px;
    font-family: "Microsoft YaHei";
    line-height: 45px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    font-weight: bold;
}
.category ul li.current{
    background-color: #233c75;
}
.category ul li.current A {
    color: #fff;
}
.lists_box{
    width: 890px;
    border: 1px solid #cdcdcd;
    margin: 0px 0px 0px 20px;
    padding: 20px;
    box-sizing: border-box;
}
.lists_box h2{
    display: inline-block;
    font-size: 18px;
    color: #233c75;
    padding-bottom: 20px;
    background: url("../img/2015109152019_zk7d0vfcix.png") no-repeat bottom;
}
.jj_content{margin-top: 30px}
.lists_box ul li{border-bottom: 1px dotted #ccc;line-height: 30px;padding: 15px 0;}
.lists_box ul li a{
    font-size: 16px;
    color: #121212;
}
.lists_box ul li span{
    float: right;
    font-size: 16px;
    color: #888;
}

.iframexx{
    width: 98%;
    height: 600px;
}

/*移动端适配*/
@media (max-width: 750px) and (min-width: 320px){
    .mobile {display: block !important;}
    .pc {display: none !important;}
    .fl_r, .fl_l {
        width: 100% !important;
        float: none !important;
    }
    .container{width: 100%;}
    .category{width: 100%;border: none;}
    .category ul li{
        display: inline-block;
        width: unset;
        border: none;
        margin: 0;
        padding: 0 10px;
    }
    .category ul{
        overflow-y: hidden;
        white-space: nowrap;
    }
    .category ul li.current{background-color: unset}
    .category ul li.current a{color: #015293}
    .category ul li a{color: #333333;font-size: 16px;}

    .lists_box{margin:0;border: none;}
    .lists_box ul li{min-height: 60px;}
    .lists_box.xxiframe{padding: 0}
    .iframexx{
        width: 100%;
        height: 900px;
    }
}
