.main .inner-container {
    display: flex;
    flex-direction: row;
    min-height: 854px;
}

.main .sec {
    width: 210px;
    margin-top: 50px;
}

.sec .sec-title {
    height: 61px;
    line-height: 60px;
    font-size: 24px;
    color: #ffffff;
    background: #4286C9;
    padding-left: 30px;
    box-sizing: border-box;
}

.sec-nav li {
    min-height: 56px;
    line-height: 56px;
    position: relative;
}

.sec-nav li.active {
    background: rgba(242, 248, 255, 0.39);
}

.sec-nav li.active>.tip {
    display: block;
}

.sec-nav>ul>li>ul {
    margin-left: 10px;
}

.sec-nav li>.tip {
    position: absolute;
    left: 0;
    top: 0;
    height: 56px;
    width: 6px;
    background: #022E52;
    display: none;
}

.sec-nav li:hover {
    background: rgba(242, 248, 255, 0.39);
}

.sec-nav li:hover>.tip {
    display: block;
}

.sec-nav li:hover a {
    color: #022E52;
}

.sec-nav li a {
    display: block;
    padding-left: 30px;
    box-sizing: border-box;
    color: #262626;
    font-size: 18px;
}

.list {
    margin-top: 50px;
    margin-left: 30px;
    flex: 1;
}

.list-bar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
}

.list-title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 5px;
    color: #022E52;
    border-bottom: 3px solid #022E52;
}

.local {
    margin-top: 19px;
    font-size: 16px;
    color: #022E52;
}

.local .right {
    display: inline-block;
    margin: 0 15px;
    margin-bottom: -4px;
    width: 9px;
    height: 17px;
    background-image: url(../img/right.svg);
    background-size: 9px 17px;
    background-repeat: no-repeat;
}

.list-table {
    margin-top: 32px;
}

.list-table ul li {
    height: 76px;
    line-height: 76px;
}

.list-table>ul>li:nth-child(odd) {
    background: rgba(242, 248, 255, 0.39);
}

.list-table ul li .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(66, 134, 201, 0.39);
    border-radius: 50%;
    margin: auto 25px;
}

.list-table ul li a {
    color: #262626;
    font-size: 16px;
}

.list-table ul li:hover a {
    color: #4286C9FF;
    border-bottom: 1px solid #4286C9FF;
}

.article-container {
    margin-top: 50px;
    margin-left: 31px;
    flex: 1;
}

.article-container .article-bar {
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
}

.article .title {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #022E52;
    text-align: center;
}

.article .info {
    text-align: center;
    margin-top: 15px;
}

.info .time {
    line-height: 20px;
    padding-left: 26px;
    background-image: url(../img/time.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    margin-right: 34px;
}

.info .click {
    margin-left: 34px;
    padding-left: 26px;
    background-image: url(../img/click.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    margin-right: 34px;
}

.cont{
    margin-top:34px;
}
.cont p,
.detail p{
    text-indent:2em;
    line-height: 1.75em;
    font-size: 16px;
    margin-top: 10px;
}

.detail {
    margin-top: 20px;
}