.main {
    width: 100%;
    min-height: 300px;}

.main_section {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;}

.main_header {
    padding: 25px 0 22px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;}

.main_header>a {
    font-size: 14px;
    color: #999999;
    height: 17px;
    line-height: 17px;}

.main_header>a .gohome>img {
    margin-right: 8px;}

.main_header>a img {
    vertical-align: bottom;}

.main_center {
    display: flex;
    justify-content: space-between;}

.main_center_left {
    max-width: 227px;
    width: 18.9%;}

.main_center_left_H {
    display: flex;
    height: 50px;
    line-height: 50px;}

.main_center_left_H span {
    height: 100%;}

.main_center_left_H span:first-child {
    width: 7px;
    background-color: #0052a6;
    margin-right: 10px;}

.main_center_left_H span:last-child {
    max-width: 210px;
    width: 92.5%;
    background-color: #0052a6;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;}

.main_center_left_C {
    background: url(../images/list_bg_03.jpg) no-repeat 100% 100%;
    height: auto;
    padding-top: 10px;
    margin-top: 14px;
    box-sizing: border-box;
    padding-bottom: 20px;}

.main_center_left_Citem {
    font-size: 16px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    cursor: pointer;}

.main_center_left_Citem>a {
    z-index: 2;
    position: relative;
    color: #333333;
    display: block;
    width: 100%;
    padding-left: 64px;
    box-sizing: border-box;}

.main_center_left_Citem>a:after {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #0052a6;
    width: 0;
    height: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;}

.main_center_left_Citem>a:hover {
    color: #ffffff;}

.main_center_left_Citem>a:hover:after {
    width: 100%;}

.main_center_left_Citem>a:hover::before {
    border-color: transparent transparent transparent #ffffff;}

.main_center_left_C .main_center_left_Citem .active {
    background-color: #0052a6;
    color: #ffffff;}

.main_center_left_C .main_center_left_Citem .active::before {
    border-color: transparent transparent transparent #ffffff;}

.main_center_left_Citem a::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 26px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #0052a6;}

.main_center_right {
    max-width: 943px;
    width: 78.58%;}

.main_center_right_H {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    color: #0052a6;
    box-sizing: border-box;}

.main_center_right_H:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 87px;
    height: 2px;
    background-color: #0052a6;}

.main_center_right_C .main_center_right_Citem {
    height: 60px;
    border-bottom: solid 1px #e5e5e5;}

.main_center_right_C .main_center_right_Citem>a {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: center;
    color: #666666;}

.main_center_right_C .main_center_right_Citem>a div:first-child {
    width: 80%;}

.main_center_right_Citem>a:hover {
    color: #0052a6;}

.main_center_right_Citem>a:hover .cicle {
    background-color: #0052a6;}

.main_center_right_C .cicle {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #666666;}

.main_center_right_C .text {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.main_center_right_C .time {
    min-width: 73px;
    width: auto;}

.main_center_right_F {
    margin: 38px auto;
    width: 100%;
    text-align: center;}

.main_center_right_F a {
    font-size: 14px;
    color: #666666;
    padding: 0 16px;}

.main_center_right_F .page_target {
    text-decoration: underline;
    font-size: 14px;
    line-height: 19px;
    color: #0052a6;}


@media only screen and (max-width:1200px) {
    .main {
        padding-top: 80px;}
}

@media only screen and (max-width: 992px) {
    .main_center {
        flex-direction: column;}

    .main_center_left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;}

    .main_center_left_H span:last-child {
        max-width: 100%;
        width: 100%;}

    .main_center_left_C {
        background-size: 100% 100%;
        height: auto;
        padding-bottom: 10px;}

    .main_center_right {
        max-width: 100%;
        width: 100%;}

}

@media only screen and (max-width: 480px) {
    .main_center_right_C .main_center_right_Citem>a {
        font-size: 14px;}

    .main_center_right_F a {
        font-size: 12px;
        padding: 0 10px;}

    .main_center_right_C .cicle {
        width: 6px;
        height: 6px;
        margin-bottom: 7px;}

    .main_center_right_C .main_center_right_Citem>a div:first-child {
        width: 75%;}

    .main_center_right_C .text {
        width: 80%;}
}