/* ??â€”Ã¨?Â¨Ã©?Î¼ */
.ldbz a,
.ldbz img,
.jgsz a,
.jgsz img,
.ryjl a,
.ryjl img,
.djgz a,
.djgz img {
    display: block;
}

.ldbz .item {
    width: 48%;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px #f8f8f8;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px;
    transition: all 0.4s;
}

.ldbz .item:nth-child(odd) {
    float: left;
}

.ldbz .item:nth-child(even) {
    float: right;
}

.ldbz .item .img {
    width: 30%;
    float: left;
    overflow: hidden;
}

.ldbz .item .img1 {
    position: relative;
    padding-top: 150%;
    transition: all 0.4s;
}

.ldbz .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.ldbz .item .txt {
    width: 65%;
    float: right;
    padding-top: 10px;
}

.ldbz .item .txt .t1 {
    margin-bottom: 15px;
    transition: all 0.4s;
}

.ldbz .item .txt .t1 .mz {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
    float: left;
    padding-bottom: 5px;
    position: relative;
    line-height: 26px;
}

.ldbz .item .txt .t1 .mz::after {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 1px;
    background: #0d4e96;
    bottom: 0;
    left: 0;
}

.ldbz .item .txt .t1 .zc {
    line-height: 26px;
    font-size: 18px;
    color: #666666;
    float: left;
    letter-spacing: 5px;
}

.ldbz .item .txt .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.ldbz .item:hover {
    box-shadow: 0 0 10px #999;
}

.ldbz .item:hover .t1 .mz {
    color: #0d4e96 !important;
}

.ldbz .item:hover .img .img1 {
    transform: scale(1.1);
}
.listbox {
    padding: 40px 0;
}

.menu {
    width: 18.6%;
    text-align: center;
}

.menu-title span {
    display: block;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 20px 0;
    background-color: #2b5c9d;
}

.menu li a {
    display: block;
    /* margin-bottom: 5px; */
    padding: 18px 0;
    background-color: #f5f9fe;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-align: left;
    padding-left: 20px;
}

.menu ul li{position: relative;}
.menu ul li i{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/arrow3.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 24px;
    transform: rotate(90deg);
    }
.menu ul li.active i{
    background: url(../images/arrow1.png) no-repeat;
}
.menu ul li ol{
    display: none;
}
.menu ul li ol a{
    padding-left: 40px;
    /* text-align: center; */
}
.menu ul li ol a.active{
    background-color: #2e65ae;
    color: #fff;
}
.menu ul li.active ol{
    display: block;
}
.menu ul li.active>a {
    background-color: #2e65ae;
    color: #fff;
    font-weight: bold;
}

.lists {
    width: 78.6%;
}

.mianbaoxie {
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    background: url(../images/mbxbg.png) 1.5% center no-repeat #f5f9fe;
}

.mianbaoxie a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
.mianbaoxie span{
    line-height: 1.6;
}
.list-items li {
    padding: 20px 0;
    border-bottom: 1px solid #d8dbef;
}

.list-items li a {
    width: 78%;
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-items li span {
    float: right;
    padding: 0px 15px;
    display: block;
    border-radius: 13px;
    background-color: #f5f9fe;
    font-size: 16px;
    font-family: "Georgia";
    color: #999;
    line-height: 1.6;
}

.list-items li:hover a {
    color: #2e65ae;
    font-weight: bold;
}

.list-items li:hover span {
    background-color: #2e65ae;
    color: #fff;
}

/* ??â€¦??1Ã©?Î¼ */

.contentbox {
    padding: 40px 0;
}

.content {
    margin-top: 40px;
}

.content h1 {
    padding: 20px;
    border-bottom: 1px dashed #d0d0d0;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.danpian h1{
    border-bottom: none;
}
.content .txtinfo {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: center;
}

.content p {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.875;
    text-align: left;
    text-indent: 2em;
}
.content .xt{
    text-indent: 0;
}
.content .author,
.content .date,
.content .contacts{
    margin-bottom: 10px;
    text-align: right;
}
.content img{
    display: block;
    max-width: 80%;
    margin: 0 auto;
    height: auto !important;!i;!;
}
.content a img,.content span img{
    /* display: inline; */
}
.twlist .item:nth-child(1) {
    padding-top: 10px;
}

.twlist .item {
    display: block;
    padding: 30px 0px;
    border-bottom: 1px solid #e4e4e4;
}

.twlist .item.delimg .img {
    display: none;
}

.twlist .item.delimg .text {
    padding-top: 0px;
}

.twlist .img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    display: block;
}

.twlist .img img {
    width: 270px;
    object-fit: cover;
    height: 175px;
}

.twlist .text {
    padding-top: 10px;
}

.twlist .text .title {
    font-size: 20px;
}

.twlist .text .summary {
    font-size: 16px;
    line-height: 30px;
    color: #7c7a7a;
    margin-top: 20px;
    margin-bottom: 15px;
}

.twlist .text .date {
    color: #7c7a7a;
    font-size: 15px;
}


.twlist .item:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.twlist .item:hover .title {
    transition: all 0.4s;
    color: #006cb7;
}

.twlist .item:hover .summary,
.twlist .item:hover .date {
    color: #333333;
    transition: all 0.4s;
}
@media only screen and (max-width: 1300px) {
    .ldbz .item .txt {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 1200px){
.ldbz .item {
        float: none;
        width: 100%;
    }

    .ldbz .item .img {
        width: 120px;
    }

    .ldbz .item .txt {
        width: calc(100% - 140px);
    }
}
@media (max-width: 999px) {
    /* ??â€”Ã¨?Â¨Ã©?Î¼ */
.twlist .item:nth-child(1) {
        padding-top: 0px;
    }

    .twlist .img {
        margin-right: 15px;
    }

    .twlist .item {
        padding: 20px 0px;
    }


    .twlist .text {
        padding-top: 0px;
    }

    .twlist .text .date {
        font-size: 12px;
    }

    .twlist .text .summary {
        font-size: 13px;
        line-height: 22px;
        color: #616263;
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .twlist .text .title {
        font-size: 16px;
    }

    .twlist .img img {
        width: 120px;
        height: 94px;
    }
    .menu,
    .lists {
        width: 100%;
        float: none;
    }

    .listbox {
        padding: 20px 0;
    }

    .menu {
        margin-bottom: 20px;
    }

    .menu-title span {
        font-size: 18px;
    }

    .menu li a {
        font-size: 14px;
    }

    .list-items li span {
        font-size: 14px;
    }
}

@media (max-width: 600px) {

    /* ??â€”Ã¨?Â¨Ã©?Î¼ */
    .list-items li a {
        width: 60%;
    }

}
@media (max-width: 450px) {
.ldbz .item .img {
        width: 90px;
    }

    .ldbz .item .txt .t1 .mz,
    .ldbz .item .txt .t1 .zc {
        font-size: 16px;
    }

    .ldbz .item .txt .t1 {
        margin-bottom: 8px;
    }

    .ldbz .item {
        padding: 13px;
        margin-bottom: 20px;
    }

    .ldbz .item .txt .t2 {
        font-size: 12px;
        line-height: 20px;
    }

    .ldbz .item .txt {
        width: calc(100% - 105px);
    }
}