.w1380 {
    width: 1380px;
    margin: 0 auto;
    padding: 50px;
}
.text_lb {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.text_lb .txt {
    font-size: 26px;
    border-bottom: 2px solid #1460a0;
}
.text_lb .more_xin {}
.text_lb .more_xin a {
    color: #666;
    font-size: 14px;
}
.text_lb .more_xin a:hover {
    color: #1460a0;
}
.xinwen {
    display: flex;
    justify-content: space-between;
}
.xwdtlist {
    width: 48%;
}
.tzgglist {
    width: 48%;
}


.xwdtlist {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 1;
}
.xwdtlist li {
    float: left;
    width: 100%;
}
.xwdtlist li .img-scale {position: relative;padding-top: 60%;}
.xwdtlist li .img-scale img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.xwdtlist li .title {
    width: 100%;
    height: 72px;
    margin: 11px 0 0;
    padding: 6px 8px;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    text-align: left;
    background: #fff;
}
.xwdtlist li .title:hover {
    color: #1460a0;
}
.xwdtlist li .img-scale p.xwbt {
    width: 90%;
    padding: 15px 15px 0;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    background: #fff;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xwdtlist li .img-scale p.date {
    padding-left: 35px;
    padding-right: 15px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 12px;
    z-index: 1;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-image: url(../images/icon_clock.png);
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-color: #1460a0;
}

.tzgglist li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    height: 117px;
}
.tzgglist  li .date {
    width: 60px;
    font-size: 18px;
    line-height: normal;
    color: #1460a0;
    text-align: right;
    margin-top: 11px;
}
.tzgglist  li .date p:first-child {
    font-size: 35px;
}
.tzgglist  li .text {
    width: calc(100% - 86px);
}
.tzgglist  li .text a {
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    text-align: left;
    margin-bottom: 10px;
}
.tzgglist  li .text a:hover {
    color: #1460a0;
}
.tzgglist  li .text p {
    font-size: 14px;
    line-height: 28px;
    color: #777;
    text-align: left;
}

.xwdtqh {}
.xwdtqh .hd {
    position: absolute;
    bottom: 70px;
    width: 90%;
    display: flex;
    justify-content: flex-end;
    z-index: 999;
}
.xwdtqh .hd ul {
    display: flex;
}
.xwdtqh .hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    border: 1px solid #fff;
}
.xwdtqh .hd ul li.on {
    background: #1460a0;
}

.ybzb {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 8px #eee;
}
.ybzb .ybzbbt {
    background: #1460a0;
    color: #fff;
    padding: 20px;
    writing-mode: vertical-lr;
    letter-spacing: 5px;
    font-size: 22px;
    width: 73px;
}
.ybzb ul {
    width: calc(100% - 73px);
    display: flex;
    flex-wrap: wrap;
}
.ybzb ul li {
    width: 48%;
    margin: 0 1%;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}
.ybzb ul li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #444;
    width: calc(100% - 100px);
}
.ybzb ul li:hover a {
    color: #1460a0;
}
.ybzb ul li span {
    font-size: 14px;
    color: #999;
}
.ybzb .ybzbbt a {
    color: #fff;
}

.san {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.szdw {
    width: 48%;
    position: relative;
}
.xsgz {
    width: 48%;
}

.szdw ul {}
.szdw ul li {
    display: flex;
    justify-content: space-between;
}
.szdw ul li .szimg {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
}
.szdw ul li .sztxt {
    width: calc(100% - 250px);
}
.szdw ul li .szimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.szdw ul li .sztxt a {
    font-size: 20px;
    line-height: 30px;
    color: #444;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}
.szdw ul li .sztxt a:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #1460a0;
    position: absolute;
    top: 0;
    left: 0;
}
.szdw ul li .sztxt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #777;
    text-align: left;
}
.szdw ul li .sztxt p.szfbt {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    text-align: left;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.szdwqh{
    position: relative;
    margin-top: 60px;}
.szdwqh .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.szdwqh .hd ul {
    display: flex;
}
.szdwqh .hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    border: 1px solid #1460a0;
}
.szdwqh .hd ul li.on {
    background: #1460a0;
}

.xsgz_fl {
    width: 50%;
}
.xsgz_zl {
    display: flex;
    justify-content: space-between;
}
.xsgz_fr {
    width: 48%;
}
.xsgz_fl ul {}
.xsgz_fl ul li {
    margin-bottom: 17px;
}
.xsgz_fl ul li a {
    display: block;
    position: relative;
}
.xsgz_fl ul li a img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    vertical-align: middle;
}
.xsgz_fl ul li a p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}
.xsgz_fr ul {}
.xsgz_fr ul li {
    background: #f9f9f9;
}
.xsgz_fr ul li .xsgzlist {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}
.xsgz_fr ul li .xsgzlist img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xsgz_fr ul li .xslbtxt {
    padding: 10px;
}
.xsgz_fr ul li .xslbtxt p.xsbt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #444;
    margin-bottom: 11px;
}
.xsgz_fr ul li .xslbtxt p.xszy {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    text-align: left;
}

.xsgzqh {
    position: relative;
}
.xsgzqh .hd {
    position: absolute;
    right: 0;
    bottom: 140px;
    z-index: 9;
}
.xsgzqh .hd ul {
    display: flex;
}
.xsgzqh .hd ul li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    border: 1px solid #1460a0;
}
.xsgzqh .hd ul li.on {
    background: #1460a0;
}
.yqlj {
    margin-top: 50px;}
.yqlj ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.yqlj ul li {
    padding: 5px 30px;
    border: 1px #eee dashed;
    margin: 0 10px;
    margin-bottom: 10px;
}
.yqlj ul li a {
    color: #444;
}
.yqlj ul li:hover {border: 1px solid #1460a0;}
.yqlj ul li:hover a {
    color: #1460a0;
}

.xyxxlj {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.xyxxlj .xcfl {
    width: 48%;
    background: #f9f9f9;
}
.xyxxlj .xcfr {
    width: 48%;
}
.xyxxlj .xcfr .jyjx1 {
    width: 100%;
    position: relative;
    padding-top: 36%;
    margin-bottom: 20px;
}
.xyxxlj .xcfr .jyjx1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.xyxxlj .xcfr .jxxglj {}
.xyxxlj .xcfr .jxxglj ul {
    display: flex;
    margin: 0 -1%;
}
.xyxxlj .xcfr .jxxglj ul li {
    width: 33.3%;
    margin: 0 1%;
    border: 1px #efefef dashed;
}
.xyxxlj .xcfr .jxxglj ul li .jyjximg {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 10px;
}

.xyxxlj .xcfr .jxxglj ul li a img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xyxxlj .xcfl video {
    width: 100%;
    height: auto;
}

.xyxxlj .xcfr .jxxglj ul li a {
    display: block;
    background: #efefef;
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.xyxxlj .xcfr .jxxglj ul li a p {
    color: #444;
    margin-left: 15px;
}
.xyxxlj .xcfr .jxxglj ul li:hover {
    border: 1px #1460a0 dashed;
}
.xyxxlj .xcfr .jxxglj ul li:hover a {
    background: #e0f1ff;
}
.xyxxlj .xcfr .jxxglj ul li:hover a p {
    color: #1460a0;
}