* {
    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;
    border-top: 10px solid #F57A00;
}

.header .logo-info {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .left {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.header .right {
    font-size: 16px;
    color: #FF0000;

}

.header .nav {
    width: 100%;
    height: 46px;
    background-color: #0049A3;
}

.header .nav .nav-content {
    display: flex;
    overflow: initial;
}

.header .nav .nav-item {
    position: relative;
}

.header .nav .nav-item>a {
    display: inline-block;
    width: 170px;
    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:hover>.sub-nav:before {
    position: absolute;
    content: "▲";
    line-height: 1;
    transform: rotate(180deg);
    color: #0049A3;
    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: 45px;
    background-color: #0049A3;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.header .nav .sub-nav li:hover>a {
    background-color: #ffffff;
    color: #0049A3;
}

.title {
    margin: 30px 20px;
    position: relative;
    height: 78px;
    background-image: url("../img/title_icon.fw.png");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 28px;
    color: #0048A3;
    font-weight: 600;
    line-height: 72px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}

.title span {
    font-size: 20px;
}

.title a {
    font-size: 12px;
    color: #0047A3;
    padding-top: 10px;
}

.title::after {
    position: absolute;
    content: "";
    left: 75px;
    right: 0;
    bottom: 15px;
    height: 2px;
    border: none;
    background-color: #E0620D;
}


.links {
    position: absolute;
    left: 40px;
    bottom: 35px;
    display: flex;
    align-items: center;
}

.links a {
    font-size: 16px;
    color: #ffffff;
    margin-right: 20px;
}

.footer {
    background-color: #0049A3;
}

.footer .footer-content {
    position: relative;
    padding: 40px 35px;
    display: flex;
    justify-content: space-between;
}

.footer p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 16px;
}

.footer .center {
    padding-top: 10px;
    text-align: center;
}

.footer .center img {
    margin-bottom: 20px;
}


.footer .right {
    text-align: center;
}

.footer .msg-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.footer .label-input {
    display: flex;
    align-items: center;
    margin: 5px 0;
    margin-right: 44px;
}

.footer .label-input input {
    border: none;
    width: 255px;
    height: 27px;
    padding: 0 5px;
}


.footer .msg-btn {
    margin: auto;
    background-color: #ffffff;
    font-size: 14px;
    padding: 3px 0;
    margin-top: 14px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    color: #0049A3;
    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: #0049A3;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }

        .aside .link-list a:hover {
            color: #fff;
            background-color: #FF9933;
        }

.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;
}