﻿.banner_bg {
    width: 100%;
    height: 400px;
    background: url(banner.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.jzxx {
    width: 1200px;
    margin: 0 auto;
}

/* --------以下两行样式代码为固定写法--------  */
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}

.banner_bg .bz_con {
    width: 100%;
    height: 76px;
    text-align: center;
    position: absolute;
    top: 43%;
}

.banner_bg .bz_ss {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 20%;
}

.banner_bg .bz_ss .bz_ss_sea {
    width: 50%;
    height: 60px;
    background: #115DB2;
    margin: 0 auto;
    display: none;
}

.banner_bg .bz_ss .showCon {
    display: block;
}

.banner_bg .bz_con a {
    display: inline-block;
    width: 200px;
    height: 76px;
}

.banner_bg .bz_con a:nth-of-type(1) {
    background: url("bzzy.png");
    background-size: 100% 100%;
}

.banner_bg .bz_con a:nth-of-type(2) {
    background: url("bzml.png");
    background-size: 100% 100%;
    margin-left: 30px;
}

.ly_con {
    margin: 20px auto;
    font-size: 16px;
}

.ly_con .ly_con_l {
    float: left;
    width: 280px;
    height: 760px;
    border: 1px solid #080102;
    overflow: auto;
}

.ly_con .ly_con_r {
    float: left;
    width: 900px;
    height: 760px;
    margin-left: 20px;
    border: 1px solid #115DB2;

}

.ly_con_l > p {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #115db2;
    text-align: center;
}

.ly_con_l ul {
    display: block;
    width: 95%;
    height: 668px;
    margin: 0 auto;
}

.ly_con_l ul p {
    font-size: 20px;
    color: #115DB2;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #115DB2;
    cursor: pointer;
}

.ly_con_l ul li {
    width: 100%;
    height: 45px;
}

.ly_con_l ul li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px dashed #080102;
    cursor: pointer;

}

.ly_con_l ul li:hover a {
    transition: .5s;
    background: #115DB2;
    color: #FFFFFF;
}

.ly_con_l ul li .lm_gl {
    background: #115DB2;
    color: #FFFFFF;
}

.ly_con_r .ly_con_r_tite {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}


.ly_con_r_tite p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #115DB2;
    width: 100%;
    text-align: center;
}

.title_line {
    background: url("biaotixian.png") no-repeat;
    background-size: 100% 100%;
    width: 800px;
    height: 8px;
    margin: 0 auto;
}

.ly_con_r ul li {
    width: 90%;
    height: 55px;
    margin: 0 auto;
    border-bottom: #080102 1px dashed;
}

.ly_con_l ul li:nth-of-type(3),
.ly_con_l ul li:nth-of-type(4),
.ly_con_l ul li:nth-of-type(5),
.ly_con_l ul li:nth-of-type(6),
.ly_con_l ul li:nth-of-type(7),
.ly_con_l ul li:nth-of-type(8),
.ly_con_l ul li:nth-of-type(9),
.ly_con_l ul li:nth-of-type(10),
.ly_con_l ul li:nth-of-type(11) {
    display: none;
}

.ly_con_r ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 55px;
    padding-left: 10px;
    position: relative;
}

.ly_con_r ul li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #115db2;
    left: 0;
    top: 25px;
}

.list_title {
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_time {
    float: right;
}

.ly_con_r .r_ist {
    display: none;
}

.ly_con_r .showList {
    display: block;
}

.ly_con .ylzlm {
    display: none;
}

@media only screen and (max-width: 500px) {
    .jzxx {
        width: 90% !important;
        margin: 0 auto;
    }

    .banner_bg {
        height: 100px;
    }

    .ly_con .ly_con_l, .ly_con .ly_con_r {
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    .ly_con .ly_con_l {
        margin-top: 80px;
    }

    .banner_bg .bz_con a {
        display: inline-block;
        width: 40%;
        height: 63px;
    }

    .banner_bg .bz_ss {
        bottom: -65px;
    }

    .banner_bg .bz_ss .bz_ss_sea {
        width: 90%;
    }

    .title_line {
        display: none;
    }

    .ly_con_l ul {
        height: auto;
    }
}



.newStyle .ly_con_l > p{
    font-size: 40px;
}
.newStyle .ly_con_l ul p{
    font-size: 33px;
}
.newStyle .ly_con_l ul li .lm_gl{
    font-size: 33px;
}
.newStyle .ly_con_l ul li a{
    font-size: 34px;
}
.newStyle .ly_con_r_tite p{
    font-size: 38px;
}
.newStyle .list_title{
    font-size: 32px;
}
.newStyle .list_time{
    font-size: 32px;
}