html,
body {
    width: 100%;
}
body {
    background-color: #f2f1f1;
    font-family: 'Arial', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 14px;
}
a {
    text-decoration: none;
}
* {
    box-sizing: border-box;
}
.clearfix {
    clear: both;
}
.clearfix::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}
.pointer {
    cursor: pointer;
}
@media screen and (max-width: 640px) {
    .mobileHide {
        display: none !important;
    }
}
/* 头部 */
.header {
    background: #0f2c6f url(../images//headerBg.png) no-repeat center center;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.logo {
    display: flex;
    height: 120px;
    float: left;
    line-height: 120px;
    align-items: center;
}
.logoImg {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    vertical-align: middle;
}
.linkAndSearch {
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 40px 0;
    white-space: nowrap;
}
.link {
    float: left;
    padding-right: 30px;
    font-size: 0;
}
.link a {
    color: #fff;
    padding: 0 6px;
    font-size: 12px;
}
.search {
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    float: right;
}
.search input {
    outline: none;
    border: 0;
    background: none;
}
.search .searchInput {
    width: 0;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 5px 0;
    float: left;
    transition: width 0.5s;
}
.search .searchBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images//searchBtn.png) center center no-repeat;
}
.search:hover .searchInput {
    width: 100px;
    padding: 0 10px;
    display: block;
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
}
@media screen and (max-width: 640px) {
    .logo {
        float: none;
        height: 80px;
    }
    .linkAndSearch {
        float: none;
        padding: 0;
    }
    .search {
        float: none;
    }
}
/* nav */
.nav {
    border-top: 1px solid #1c49af;
    position: relative;
    z-index: 10;
}
.cg-nav {
    height: 52px;
    display: flex;
    justify-content: space-around;
}
.cg-nav > li > a {
    color: #fff;
    font-size: 18px;
}
.cg-nav li {
    line-height: 52px;
    position: relative;
}
.cg-nav > .nav-selected::after,
.cg-nav > .selected-nav::after {
    position: absolute;
    display: block;
    content: '';
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
}
.cg-nav li ul li {
    background: rgba(15, 44, 111, 0.8);
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
}
.cg-nav li ul li a {
    font-size: 16px;
    color: #fff;
}
.cg-nav li ul li:hover {
    background: rgba(14, 59, 168, 0.8);
}
.dyzj a {
    display: block;
    background: #ff3a3a;
    border-radius: 8px;
    height: 36px;
    margin-top: 7px;
    line-height: 36px;
}
/* 底部 */
.footer {
    background: #0f2c6f;
    padding: 20px 0;
    color: #fff;
}
.foot a {
    color: #fff;
}
.foot img {
    width: 80px;
    height: 80px;
}

.copyright {
    overflow: hidden;
    line-height: 34px;
    margin-top: -10px;
    float: left;
}
.erweima {
    float: right;
}
@media screen and (max-width: 920px) {
    .copyright {
        margin-bottom: 10px;
        float: none;
    }
    .erweima {
        float: right;
        float: none;
    }
}
/* list -- start */
.listWrap {
    width: 100%;
    max-width: 1200px;
    padding: 34px;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 6px;
    min-height: 400px;
}
.list-left {
    width: 224px;
    float: left;
}
.list-right {
    width: 100%;
}
.list-left + .list-right {
    padding-left: 254px;
}
.cat-title {
    line-height: 34px;
    font-size: 26px;
    font-weight: normal;
    color: #084d87;
}
.cg-catalog {
    padding-top: 20px;
}
.cg-catalog > li {
    min-height: 53px;
    line-height: 53px;
    margin-bottom: 10px;
}
.cg-catalog > li > a {
    display: block;
    width: 100%;
    height: 53px;
    border-radius: 6px;
    background: #f5f5f5;
    line-height: 52px;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.catalogHead {
    width: 52px;
    height: 53px;
    float: left;
    margin-right: 20px;
    background: #b3b3b3;
}
.catalogHead span {
    display: block;
    width: 20px;
    height: 7px;
    margin: 23px auto 0;
    background: #fff;
    border-radius: 6px;
}
.cg-catalog .cat-selected a {
    font-weight: normal;
}
.cg-catalog > li.cat-selected > a {
    background: #ebf8fe;
    color: #2973b2;
    font-weight: bold;
}
.cg-catalog > li.cat-selected .catalogHead {
    background: #2973b2;
}
.cg-position {
    color: #8e8e8e;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e6e6e6;
}
.cg-position a {
    color: #8e8e8e;
}
.list-right img {
    max-width: 1200px;
}
.list-left + .list-right img {
    max-width: 870px;
}
.list-right-content {
    padding: 20px 0;
}
.cg-content .art-heading {
    line-height: 36px;
    padding-bottom: 10px;
}
.cg-content .art-summary {
    border-bottom: 0;
}
.cg-catalog li ul li {
    line-height: 34px;
}
.cg-catalog .cat-selected > a {
    color: #2973b2;
    font-weight: bold;
}
.search_list h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.search_list li {
    line-height: 18px;
    padding: 8px 0;
    font-size: 15px;
}
.list-right-content .cg-pic-news-list li {
    width: 20%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}
.list-right-content #artph .art-img img,
.list-right-content #artph .art-img {
    width: 100%;
    height: 160px;
}
.cg-pic-news-list .art-heading {
    line-height: 24px;
    padding: 5px 0;
}
.cg-pic-news-list .art-heading a {
    font-size: 15px;
}
.cg-news-list a,
.cg-news-list span {
    font-size: 15px;
}
.cg-page {
    font-size: 15px;
}
.cg-news-list li {
    line-height: 30px;
    height: 30px;
}
.list .cg-news-list a {
    display: block;
    width: calc(100% - 80px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .list-left {
        display: none;
    }
    .list-left + .list-right {
        float: none;
        padding-left: 0;
    }
}
/* list -- end */
/*搜索项目*/
.xmss{font-size: 16px;color: #0162A3;float: left;font-weight: bold;line-height: 27px;padding-right: 10px;}
.xmzdm{font-size:12px;line-height:26px;color:#b68571;}