ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

.newsImg {
    background-color: #00266a;
}

.img-div {
    width: 100%;
    display: block;
}

.main-list {
    width: 100%;
    margin-bottom: 75px;
    background-color: white;
}

.main-list-in {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-left {
    width: 393px;
    margin-top: 59px;
}

.list-left h1 {
    margin: 0;
    font-size: 36px;
    /* font-size: 44px;
    color: #083388; */
    width: 391px;
    line-height: 82px;
    border-bottom: 1px solid #dddddd;
}

.list-left ul {
    height: 304px;
    width: 391px;
    margin-top: 20px;
}

.left-li-unclick {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #333;
    height: 60px;
    width: 391px;
    border-bottom: 1px solid #dddddd;
}

.left-li-unclick:hover{
    color:#0d3686;
}

.left-li-click {
    display: block;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    width: 391px;
    color: white;
    background-color: #083388;
    border-bottom: 1px solid #dddddd;
}

.left-li-unclick div {
    margin-bottom: 3px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    background-color: #333333;
    width: 6px;
    height: 6px;
    margin-right: 31px;
}

.left-li-click div {
    margin-bottom: 3px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    background-color: white;
    width: 6px;
    height: 6px;
    margin-right: 31px;
}

.list-right {
    width: 760px;
    margin-top: 59px;
}

.list-right h1 {
    margin: 0;
    font-size: 36px;
    /* font-size: 44px;
    color: #083388; */
    width: 760px;
    line-height: 82px;
    border-bottom: 1px solid #dddddd;
}

.newsTitle-all {
    padding-bottom: 30px;
    width: 760px;
    border-bottom: 1px solid #dddddd;
}

.newsTitle {
    margin-top: 31px;
    margin-bottom: 10px;
    width: 755px;
    ;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
}

.newsDetail {
    width: 755px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}

.browse {
    margin-top: 40px;
    width: 100%;
    height: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 12px;
}

.browseLeft,
.browseRight {
    display: flex;
    align-items: center;
}

.browseIcon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.browseIcon img {
    display: inline-block;
    vertical-align: middle;
}

.browsetime {
    margin-top: 2px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.number {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-left: 8px !important;
    height: 35.5px !important;
    line-height: 35.5px !important;
}

.active {
    color: white !important;
    /* // border: none !important; */
    background-color: #083388 !important;
    border: 1px solid #083388 !important;
}

.el-icon-more {
    margin-left: 8px !important;
    height: 35.5px !important;
    line-height: 35.5px !important;
}

.el-pager li.active+li {
    border-left: 1px solid #e0e0e0 !important;
}

.el-pagination__total {
    line-height: 35.5px !important;
    height: 35.5px !important;
}

.el-icon-arrow-left {
    line-height: 30.5px !important;
    height: 30.5px !important;
}

.el-icon-arrow-right {
    line-height: 30.5px !important;
    height: 30.5px !important;
}

.el-pagination__sizes {
    line-height: 35.5px !important;
    height: 35.5px !important;
}

.is-flex {
    box-sizing: border-box;
    position: fixed;
    z-index: 2;
}