﻿.contentsTitlesBox{
    position: relative;
    margin-top: 40px;
}
.contentsTitles{
    display: flex;
    justify-content: space-between;
}
.contentsTitlesBox .bar{
    width: 100%;
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contentsTitles>div:nth-of-type(1){
    border-bottom: 2px solid #1a4884;
    z-index: 1;
    color: #1a4884;
    font-size: 18px;
}
.contentsTitles>div:nth-of-type(2){
    font-size: 14px;
}
.newsMainContents{
    padding: 10px 0;
}
.newsMainTitles{
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #1a4884;
}
.newsMainContent img{
    width: 800px;
    display: block;
    margin: 0 auto;
}
.changePagesBox{
    border-top: 2px dashed #d2d2d2;
    padding: 22px 0;
    margin-top: 50px;
}
.changePagesBox>a{
    display: block;
    color: #666;
    line-height: 26px;
}
.changePagesBox a:hover span:nth-last-child(1){
    text-decoration: underline;
    color: #1a4884;
}