.layout {
    /* width: 1200px; */
    max-width: 1200px;
    margin: 0 auto;
}

.banner {
    height: 280px;
}

.toTop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 52px;
    z-index: 10;
}

.toTop .icon {
    display: block;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.toTop .icon img {
    width: 40px;
    margin: 0 auto;
    margin-top: 3px;
    display: block;
}

.toTop .icon p {
    height: auto;
    line-height: 14px;
    margin-top: 2px;
    font-size: 16px;
    color: #2a74d7;
}

.toTop .icon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.position {
    padding: 25px 0;
    margin: 0;
    line-height: 20px;
}

.position p {
    font-size: 14px;
    color: #666;
    font-family: 'RobotoRegular';
    position: relative;
}

.position p .home {
    color: #666;
    margin-left: 10px;
}

.position p a {
    padding-left: 20px;
    color: #333;
}

.position p a:hover {
    text-decoration: underline;
}

.position p a:first-child {
    padding-left: 10px;
}

.position p .possplit {
    top: 0;
    margin-left: 3px;
    margin-right: 0;
}

.menu {
    width: 257px;
}

.menu .menu-list .menu-item {
    /* height: 59px; */
    line-height: 59px;
}

.menu .menu-list .menu-item a {
    display: block;
    padding-left: 14px;
    padding-right: 16px;
    font-size: 18px;
}

.menu .menu-list .menu-item a p {
    font-family: 'Roboto Condensed-Bold';
    color: #014089;
    background: url(/_upload/tpl/03/f0/1008/template1008/images/menu-right.png) no-repeat right center;
}

.menu .menu-list .menu-item:hover {
    background-color: #014089;
}

.menu .menu-list .menu-item:hover a p {
    color: #fff;
    background-image: url(/_upload/tpl/03/f0/1008/template1008/images/menu-right-hover.png);
}

/* .menu .menu-list .selected,
.menu .menu-list .parent {
    background-color: #014089;
} */

.menu .menu-list .selected a p,
.menu .menu-list .parent a p {
    color: #fff;
    background-image: url(/_upload/tpl/03/f0/1008/template1008/images/menu-right-hover.png);
}

.menu .menu-list .menu-item .menu-down {
    display: none;
    background-color: #fff;
}

.menu .menu-list .menu-item .menu-down .down-item {
    border-bottom: 1px solid #e5e5e5;
}

.menu .menu-list .menu-item .menu-down .down-item a {
    display: block;
    padding-left: 25px;
}

.menu .menu-list .menu-item .menu-down .down-item a p {
    font-family: 'RobotoCondensed-Regular';
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    font-size: 16px;
    color: #014089;
    background: url(/_upload/tpl/03/f0/1008/template1008/images/menu-dot.png) no-repeat left center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.menu .menu-list .selected>a,
.menu .menu-list .parent>a {
    background-color: #014089;
}

.menu .menu-list .selected a p,
.menu .menu-list .parent a p {
    color: #fff;
    background-image: url(/_upload/tpl/03/f0/1008/template1008/images/menu-right-hover.png);
}

.menu .menu-list .selected .menu-down,
.menu .menu-list .parent .menu-down {
    display: block;
}


.right {
    width: 100%;
    padding-left: 303px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.right .content-title {
    width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
    overflow: hidden;
}

.right .content-title span {
    padding-right: 20px;
    font-size: 24px;
    font-family: 'Roboto Condensed-Bold';
    color: #014089;
    background-color: #fff;
}

.right .content-title .line {
    width: 100%;
    height: 8px;
    margin-top: 17px;
    background-color: #014089;
}

.right .wp_articlecontent div {
    color: #333;
}

.right .paging_content p,
.right .paging_content span {
    line-height: 30px;
    color: #333 !important;
}

.right .paging_content p img {
    width: 100% !important;
}

@media screen and (max-width: 1220px) {
    .layout {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1220px) {
    .right .wp_articlecontent .paging_content>div {
        padding: 30px !important;
    }

    .right .wp_articlecontent .paging_content .line {
        left: 37px !important;
    }

    .right .wp_articlecontent .paging_content .line:first-child {
        top: 45px !important;
    }

    .right .paging_content .content-box span {
        height: 80px !important;
        line-height: 32px !important;
        font-size: 18px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .right .paging_content .content-box span:nth-child(2n+1) {
        padding: 10px 0 !important;
        padding-left: 16px !important;
    }

    .right .paging_content .content-box span:nth-child(2n) {
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .layout {
        padding: 0 20px;
    }

    .banner {
        height: 250px;
    }

    .menu {
        float: none;
        margin-top: 20px;
    }

    .right {
        overflow: hidden;
        padding-left: 0;
    }

    .right .article .article-content {
        padding-top: 20px;
    }

    .right .article .article-content p img {
        width: 100%;
    }

    .right #wp_paging_w7 .wp_paging {
        padding-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .layout {
        padding: 0 10px;
    }

    .banner {
        height: 200px;
        background-position-x: -350px !important;
    }

    .menu {
        width: 100%;
    }

    .menu .menu-list .menu-item>a {
        height: 50px;
        line-height: 50px;
    }

    .right {
        margin: 20px 0;
    }

    .right .content-title .position {
        line-height: 48px;
    }

    .right .content-title .position p .possplit {
        top: 13px;
    }

    .right .list1 .list-item {
        height: 50px;
        line-height: 50px;
    }

    .right .list1 .list-item .time {
        font-size: 16px;
    }

    .right .list1 .list-item p {
        padding-left: 10px;
        font-size: 16px;
    }

    .right .article .article-title h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .right .article .article-title p {
        margin-bottom: 10px;
    }

    .right .article .article-content {
        padding-top: 10px;
    }

    .right .article .article-content p {
        line-height: 24px;
        padding: 10px 0;
    }

    .right .article .article-content p img {
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }

    .right #wp_paging_w7 .wp_paging {
        padding-top: 20px;
    }

    .right #wp_paging_w7 .wp_paging li a {
        margin-right: 4px;
    }

    .right #wp_paging_w7 .wp_paging li a span {
        padding: 0 5px;
    }

    .right #wp_paging_w7 .wp_paging .page_nav {
        margin-bottom: 10px;
    }


    .right .wp_articlecontent .paging_content>div {
        padding: 20px !important;
    }

    .right .paging_content .content-box span {
        width: 100% !important;
        height: auto !important;
        line-height: 32px !important;
        font-size: 16px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .right .wp_articlecontent .paging_content .line {
        left: 27px !important;
    }

    .right .wp_articlecontent .paging_content .line:first-child {
        top: 35px !important;
    }

    .right .wp_articlecontent .paging_content .time {
        width: 110px !important;
    }

    .right .wp_articlecontent .paging_content .detail {
        padding-left: 110px !important;
    }

    .right .paging_content .content-box span:nth-child(2n+1) {
        margin-top: 0 !important;
        padding: 10px 0 !important;
        padding-left: 16px !important;
    }

    .right .paging_content .content-box span:nth-child(2n) {
        margin-top: 0 !important;
        margin-left: 0px !important;
        margin-bottom: 15px !important;
        padding: 10px 20px !important;
    }
}