* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    background-color: #ffffff;
}

img {
    display: inline-block;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.main {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.flex {
    display: flex;
}

.header {
    width: 100%;
    background-color: #ffffff;
}

.header .logo-info {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .left {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.logo-info .line-v {
    height: 53px;
    width: 3px;
    background-color: #0a89d1;
    margin: 0 15px;
}

.header .left p {
    color: #0084CE;
    font-size: 24px;
    line-height: 1.2;
    padding-left: 5px;
}

.header .right {
    font-size: 16px;
    color: #0084CE;
}

.header .nav {
    width: 100%;
    height: 46px;
    background-color: #0084CF;
}

.header .nav .nav-content {
    display: flex;
    overflow: initial;
}

.header .nav .nav-item {
    position: relative;
}

.header .nav .nav-item>a {
    display: inline-block;
    width: 145px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
}

.header .nav .nav-item:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    border: none;
    background-color: #ffffff;
    right: 0;
    top: 50%;
    margin-top: -8.5px;
}

.header .nav .nav-item:last-child::after {
    display: none;
}

.header .nav .nav-item.active,
.header .nav .nav-item:hover {
    background-color: #0066CC;
}

.header .nav .nav-item:hover>.sub-nav:before {
    position: absolute;
    content: "▲";
    line-height: 1;
    transform: rotate(180deg);
    color: #0066CC;
    top: -5px;
    left: 50%;
    margin-left: -8px;
}

.header .nav .nav-item:hover>.sub-nav {
    display: block;
}

.header .nav .sub-nav {
    z-index: 100;
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    padding-top: 10px;
}

.header .nav .sub-nav li {
    position: relative;
}

.header .nav .sub-nav li:after {
    position: absolute;
    content: "";
    left: 15px;
    right: 15px;
    bottom: 0px;
    height: 1px;
    border: none;
    background-color: #ffffff;
}

.header .nav .sub-nav li:last-child:after {
    display: none;
}

.header .nav .sub-nav a {
    display: block;
    text-align: center;
    line-height: 58px;
    background-color: #0066cc;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.header .nav .sub-nav li:hover>a {
    background-color: #ffffff;
    color: #0C388C;
}

.header .nav .sub-nav li:hover>.sub-content {
    display: block;
}

.header .nav .sub-content {
    display: none;
    position: absolute;
    background-color: #c2def1;
    color: #333333;
    line-height: 1.6;
    width: 458px;
    padding: 15px 20px;
    top: 0;
    left: 145px;
    font-size: 14px;
}
.sub-content p{
    width:50%;
    float:left;
    border-bottom:solid 1px #ccc;
}
.sub-nav-a{
   background-color:unset;
   width:unset;
   display:inline;
   line-height:30px;
   color:#333;
}

.title {
    position: relative;
    width: 100%;
    height: 61px;
    margin: 30px 0;
}

.title .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0066CC;
    top: 10px;
}

.title .img-text {
    position: absolute;
    width: 276px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -138px;
}

.title .img-text img {
    width: 100%;
    height: 100%;
}

.title p {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    color: #ffffff;
}

.links {
    font-size: 14px;
    color: #333333;
    margin: 10px 0;
    padding-left: 15px;
}

.links a {
    font-size: 14px;
    color: #333333;
    margin-right: 20px;
}

.footer {
    background-color: #0084cf;
}

.footer .footer-content {
    padding: 40px 55px;
    display: flex;
    justify-content: space-between;
}

.footer .logo-info {
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-bottom: 25px;
}

.footer .logo-info p {
    font-size: 20px !important;
    line-height: 1.2;
    padding-left: 5px;
}

.footer .logo-info .line-v {
    background-color: #ffffff;
}

.footer p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
}

.footer .right {
    width: 527px;
    margin-top: 15px;
}

.footer .msg-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.footer .label-input {
    display: flex;
    align-items: center;
    margin: 4px 0;
    margin-right: 44px;
}

.footer .label-input input {
    border: none;
    width: 137px;
    height: 27px;
    padding: 0 5px;
}

.footer .row-input input {
    width: 398px;
}

.footer .msg-btn {
    margin: auto;
    background-color: #ffffff;
    color: #0084CF;
    font-size: 16px;
    padding: 6px 0;
    margin-top: 14px;
    width: 102px;
    text-align: center;
    cursor: pointer;
    border:0px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    color: #0C6DB8;
    padding: 20px 0;
}

.breadcrumb p {
    padding-left: 10px;
}

.info-content {
    display: flex;
}

.aside {
    align-self: flex-start;
    width: 254px;
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

.aside .info-img {
    display: block;
    width: 100%;
}

.aside .link-list a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: #0084CF;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.aside .link-list a:hover {
    color: #0084CF;
    background-color: #ffffff;
}

.aside p {
    font-size: 16px;
    color: #0084CE;
    padding-bottom: 23px;
}

.info-content {
    margin-bottom: 15px;
}

.info-content-list {
    flex: 1;
    padding: 0 30px;
}

.info-content-list .list-item {
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}

.info-content-list .list-item .date-box {
    width: 92px;
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0084CF;
}

.info-content-list .list-item .date-box h1 {
    font-size: 40px;
}

.info-content-list .list-item .date-box .line {
    height: 1px;
    background-color: #999999;
    width: 63px;
}

.info-content-list .list-item .date-box p {
    font-size: 16px;
}

.info-content-list .list-item .list-item-content {
    flex: 1;
    padding-right: 15px;
}

.info-content-list .list-item .list-item-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
    padding-bottom: 3px;
}

.info-content-list .list-item .list-item-content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.pagination .pagination-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background-color: #CCCCCC;
    color: #333333;
    cursor: pointer;
    margin: 0 8px;
}

.pagination .pagination-item.active {
    color: #ffffff;
    background-color: #0084CF;
}

.pagination .pagination-item:hover {
    color: #0084CF;
}

.pagination .pagination-item.active:hover {
    color: #ffffff;
}

.newscon {
    width: 100%;
    text-align: center;
}

    .newscon h2 {
        color: #333;
    }

    .newscon .sub-title {
        margin-top: 10px;
        color: #333;
        font-size: 12px;
    }

    .newscon .content {
        margin-top: 20px;
        color: #333;
        font-size: 14px;
        text-align: left;
        line-height: 25px;
    }

.pre {
    float: left;
    color: #333;
    font-size: 13px;
    margin-bottom: 30px;
}

    .pre a {
        color: #333;
    }

.next {
    float: right;
    font-size: 13px;
    margin-bottom: 30px;
}

    .next a {
        color: #333;
    }