﻿.banner_bg {
    background: url("banner.jpg") no-repeat;
    width: 100%;
    height: 300px;
    background-size: 100% 100%;
}

.jzxx {
    width: 1200px;
    margin: 10px auto;
}

/* --------以下两行样式代码为固定写法--------  */
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

.tab_l {
    width: 240px;
    height: 800px;
    border: solid 1px #333333;
    float: left;
}

.tab_r {
    width: 930px;
    height: 800px;
    border: solid 1px #333333;
    float: left;
    margin-left: 30px;
}

.tab_l .tab_title {
    width: 240px;
    height: 60px;
    background: url("ml.png") no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 50px;
    padding-left: 30px;
    margin-top: 20px;
    margin-left: -10px;
}

.scjyjd {
    width: 220px;
    margin: 0 auto;
    border: solid 1px #333333;

}

.scjyjd p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.scjyjd p:hover {
    background: #0162ea;
    color: #FFFFFF;
    font-weight: bold;
}

.scjyjd p::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 15px;
    background-color: #0162ea;
    left: 0;
    top: 20px;
}


.scjyjd ul li {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: solid 1px #333333;
}

.scjyjd ul li:hover {
    background: #0162ea;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}

.xzys {
    background: #0162ea;
    color: #FFFFFF;
    font-weight: bold;
}

.spypcj li {
    width: 220px;
    height: 60px;
    margin: 5px auto;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: solid 1px #333333;
}

.spypcj li:hover {
    background: #0162ea;
    color: #FFFFFF;
    font-weight: bold;
}


.spypcj li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 15px;
    background-color: #0162ea;
    left: 0;
    top: 20px;
}

.scjy_list ul ,.spaq_list ul  {
    display: none;
}

.scjy_list ul p,
.spaq_list ul p {
    width: 240px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    background: url("jg.png") no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: -10px;
    margin-top: 20px;
}

.scjy_list ul li,
.spaq_list ul li {
    width: 100%;
    height: 50px;
    margin: 5px 0;
    border-bottom: 1px dashed;
}

.scjy_list ul li:hover .list_title,
.spaq_list ul li:hover .list_title {
    color: #115DB2;
}

.scjy_list ul li a,
.spaq_list ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    line-height: 50px;
    position: relative;
}

.scjy_list ul li a::before,
.spaq_list ul li a::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #115db2;
    left: -15px;
    transform: rotate(45deg);
    top: 22px;
}

.list_title {
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_time {
    float: right;
}

.spaq_list ul {
    display: none;
}

.scjy_list .showList,
.spaq_list .showList {
    display: block;
}

.newStyle .jzxx {
    width: 1450px;
}

.newStyle .tab_l {
    width: 450px;
}

.newStyle .tab_l .tab_title {
    width: 450px;
    height: 60px;
    background: url(ml.png) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 50px;
    padding-left: 30px;
    margin-top: 20px;
    margin-left: -10px;
    font-size: 34px;
}

.newStyle .scjyjd {
    width: 350px;
}

.newStyle .scjyjd p {
    font-size: 34px;
}

.newStyle .scjyjd ul li {
    font-size: 34px;
}

.newStyle .spypcj li {
    width: 350px;
    height: 60px;
    font-size: 34px;
}

.newStyle .scjy_list ul p,
.newStyle .spaq_list ul p {
    font-size: 34px;
}

.newStyle .list_title {
    font-size: 34px;
}

.newStyle .list_time {
    font-size: 34px;
}

@media only screen and (max-width: 500px) {
    .banner_bg {
        height: 100px;
    }

    .jzxx {
        width: 90%;
    }

    .tab_r {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .tab_l {
        width: 100%;
    }

    .list_time {
        display: none;
    }

    .list_title {
        width: 100%;
    }
}