.newszx-lg {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.newszx-lg .top {
    display: flex;
    justify-content: space-between;
}

.newszx-lg .top .newszx-lg-top-left span:nth-child(1) {
    width: 205px;
    height: 48px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-right: 30px;
}

.newszx-lg .top .newszx-lg-top-left span:nth-last-child(1) {
    width: 126px;
    height: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.newszx-lg-top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newszx-lg-top-right div {
    width: 114px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.select {
    background: #1D2088;
    color: #fff;
}

.newszx-lg .middle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 90px;
}

.newszx-lg .middle div {
    width: 636px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.newszx-lg .middle div h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}

.newszx-lg .middle div p {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.newszx-lg .middle div span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}

a:hover {
    color: #1D2088;
}

.newszx-lg .middle div p:hover {
    color: #1D2088;
}

.newszx-lg .middle div:nth-last-child(1),
.newszx-lg .middle div:nth-last-child(2) {
    border: none;
}

.newszx-lg .bottom {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

.layui-laypage a:hover {
    color: #1D2088;
}

.layui-flow-more cite {
    /* display: none; */
    background: #fff;
}

.news-xs {
    width: 100%;
    height: 60px;
    background: #F2F2F2;
    padding: 20px;
    box-sizing: border-box;
}

.active {
    border-bottom: 3px solid #323793;
    border-width: medium 2px;
}


.news-xs-top span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.top__nav li {
    display: block;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 1em;
    font-weight: bold;
    color: blue;
    margin: 0 20px;
    width: 60px;
    height: 30px;

    margin-left: 5px;
    margin-top: 2px;
}

.news-xs-top span:nth-child(1) {
    margin-left: 32px;
    margin-right: 40px;
}

.xwzxtitle {
    width: 100%;
    font-size: 15px;
    margin-left: 60px;
    text-align: center;
}

.news-select {
    color: #323793;
}

.news-select::after {
    width: 100px;
    height: 6px;
    background: #323793;
}

.news-xs-bottom {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F2F2F2;
}

.flow-default {
    background: #fff;
    border-radius: 8px;
}

.news-xs-bottom ul {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.news-xs-bottom ul li .top {
    display: flex;
    /* justify-content: space-between; */
}

.news-xs-bottom ul li .top img {
    width: 85px;
    height: 70px;
}

.news-xs-bottom ul li .top div {
    height: 70px;
    padding-left: 10px;
    min-width: 192px;
}

.news-xs-bottom ul li .top div p:nth-child(1) {
    font-size: 12px;
    font-weight: 500;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 10px;
}
.flow-default li .top a p {
  color: #ccc;
}
.news-xs-bottom ul li .top div p:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    color: #888888;
}

.news-xs-bottom ul li .bottom {}

.news-xs-bottom ul li .bottom p {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #303030;
    line-height: 28px;
    position: relative;
    margin: 40px 0;
}

.news-xs-bottom ul li .bottom p span {
    position: absolute;
    right: 0;
    bottom: -2px;
    font-size: 10px;
    font-weight: 400;
    color: #888888;
}

.layui-flow-more a cite {
    padding: 0 20px;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    font-style: normal;
    font-size: 10px;
}

.new-img {
    width: 180px;
    height: 120px;
    border-radius: 10px;
    margin-right: 10px;
}

.middle-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-item div {
    margin-top: 20px;
}
.news-content p {
  overflow: hidden;
}
