.fr {
    float: right;
}


a {
    text-decoration: none;
    color: #000;
}

.content {
    margin-top: 30px;
    min-width: 1300px
}

.local {
    height: 50px;
    background: #015fb9;
    padding-left: 15px;
    line-height: 50px;
    margin-bottom: 20px;
}
.container2 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}
.content .left {
    width: 220px;
    margin-right: -245px;
    /* border-top: #175AA6 2px solid; */
    /* box-shadow: 0 10px 10px #b5b5b5; */
}

.content .left .colum {
    height: 122px;
    background: #015fb9;
    background-image: url(../images/logo_center.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    /* box-shadow: 0 0 15px #b5b5b5; */
}

.content .left .dj_colum {
    height: 122px;
    background: #8e0002;
    background-image: url(../images/logo_center.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center
}

.content .left .colum h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    line-height: 122px
}

.content .left-nav {
    background: #e5e8ed;
    width: 220px;
}

.content .dj-left-nav {
    background: #e5e8ed;
    width: 220px;
    border-bottom: #8e0002 6px solid
}

.content .left-nav ul li {
    height: 50px;
    transition: all .3s ease-in-out;
    border-bottom: #d9d9d9 1px solid;
    text-align: center
}

.content .left-nav ul li a {
    font-size: 15px;
    padding: 10px 10px;
    line-height: 50px;
    /*color: #333*/
}


.list-ul li {
    position: relative;
    padding-left: 30px; /* 为图标留出空间 */
}
.list-ul li::before {
    content: '';
    background: url('../images/list-bf.png') no-repeat center center;
    background-size: 20px 20px; /* 根据需要调整图标大小 */
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
    width: 10px; /* 图标宽度 */
    height: 10px; /* 图标高度 */
}

.content .left-nav ul li.active {
    /*background: #b2dfff;*/
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 12px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.content .left-nav ul li.active a {
    color: #015fb9;
    font-size: 17px;
}

.content .left-nav ul .active::before {
    content: "";
    display: inline-block;
    background: url(../images/cebianxianshi.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 19px
}

.content .right {
    margin-left: 280px;
    /* width: 970px; */
    margin-bottom: 30px;
    position: relative;
    min-height: 550px;

    box-shadow: 0 0 5px #b5b5b5;
    padding: 30px;
}

.content .right h3 {
    height: 50px;
    font-size: 26px;
    font-weight: 500;
    border-bottom: #015fb9 4px solid;
    line-height: 50px;
    color: #015fb9;
}



.content .right .text {
    padding-top: 10px;
    line-height: 36px;
    text-align: justify;
    text-indent: 2em
}

.content .dj-tit {
    color: #8e0002
}

.content .right .news-text {
    margin-top: 20px
}

.content .right .news-text ul li {
    height: 180px;
    margin-top: 30px;
    border-bottom: #c6c6c6 1px solid
}

.content .right .news-text img {
    width: 202px;
    height: 147px;
    /*padding-right: 30px*/
}

.content .right .news-text .list-ul li {
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    border-bottom: #dedede 1px dashed;
}

.content .right .news-text .news-title {
    font-size: 18px;
    color: #02298a
}

.content .right .news-text .news-abs {
    font-size: 14px;
    line-height: 28px;
    color: #636363
}

.content .right .news-text .time {
    font-size: 14px;
    font-style: italic;
    color: #02298a;
    line-height: 36px
}

.content .right .bjrc {
    margin-top: 30px
}

.content .right .rc1 {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border: #c1d9ec 1px solid
}

.content .right .rc1 .tit {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: 100%;
    background-color: #f5f5f5;
    color: #204f9f;
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold
}

.content .right .rc1 .name {
    margin-top: 10px
}

.content .right .rc1 .name ul li {
    line-height: 60px;
    float: left;
    width: 22%;
    padding-left: 20px;
    border-bottom: #dedede 1px solid
}

*/.content .right .rc1 .name ul li a {
    padding-left: 20px;
    color: #222
}

.content .right .rc1 .name ul li a:hover {
    color: #015fb9;
}

.content .right .rc1 .kydw ul li {
    line-height: 60px;
    float: left;
    width: 47%
}

.content .right .rc1 .kypt ul li {
    width: 100%
}

.content .right .jys {
    margin-left: 30px;
    margin-top: 20px
}

.content .right .jys ul li {
    height: 50px;
    width: 280px;
    float: left;
    margin-bottom: 30px;
    background-color: #e5ebef;
    border-left: #8899c2 1px solid
}

.content .right .jys ul li a {
    line-height: 50px;
    padding-left: 30px
}

.content .right .jys ul li a:before {
    content: "";
    display: inline-block;
    background: url(../images/yjs.png) no-repeat;
    background-size: 20px;
    width: 30px;
    height: 30px;
    position: relative;
    top: 15px;
    left: -10px
}

.content .jsjl {
    margin-top: 20px
}

.content .jsjl .part-one {
    height: 240px;
    background: #f2f2f2;
    box-shadow: -2px 2px 2px #dedede
}

.content .jsjl .part-one img {
    width: 172px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 30px;
    float: left
}

.content .jsjl .part-one .jdms {
    padding-top: 20px
}

.content .jsjl .part-one .jdms h4 {
    color: #0b66ad;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 10px
}

.content .jsjl .part-one .jdms ul {
    overflow: hidden
}

.content .jsjl .part-one .jdms ul li {
    float: left;
    margin-bottom: 10px;
    width: 500px
}

.content .jsjl .part-one .jdms ul li.odd {
    width: 110px
}

.content .jsjl .yjxm .tt1-title {
    height: 40px;
    background: #f2f2f2;
    margin-top: 30px;
    border-bottom: #c6c6c6 1px solid;
    padding-left: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #0b66ad
}

.content .jsjl .yjxm .tt1-content {
    margin-top: 10px
}

.content .jsjl .yjxm .tt1-content p {
    line-height: 36px;
    text-indent: 2em
}

.content #main-content .v_news_content p {
    font-size: 16px;
    line-height: 200%;
    text-indent: 2em
}

.content #main-content .vsbcontent_img {
    text-align: center
}
.fl {
    float: left;
}