.top-content {
    background:url(../images/20191220_bgimg.png) center top no-repeat;
	min-width:1200px;
}
.content,.top {
    width:1180px;
    margin:0 auto;
    padding:0 10px;
    overflow: hidden;
    position: relative;
}

.back {
    position: absolute;
    top:0;
    right:0;
    text-align: center;

}
.back em {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    background-color: #2d78f4;
    opacity: 0.3;
    height: 34px;
    width: 180px;
    display: inline-block;
}
.back a {
    position: absolute;
    right:10px;
    top:5px;
    *top:10px;
    z-index: 2;
}

.logo {
    float: left;
    margin: 65px 0;
    *margin: 65px 0 0 0;
    *height:165px;
}

.xxzx-logo {
    float: left;
    margin: 10px 0 30px;
}
.xxzx-nav {
    background-color: #1c5bb8;
}
.search {
    width:400px;
    height: 60px;
    float: right;
    margin-top: 55px;
    background-color: #fff;
    border: 2px solid #b7b7b7;
    position: relative;
}

.search .s_ipt {
    width: 310px;
    height: 50px;
    margin-top: 5px;
    *height:58px;

    text-indent: 1em;
    *text-indent: 0.5em;
    font-size: 17px;
    *line-height: 58px;
    line-height: 58px;
}
.search .s_btn {
    width: 80px;
    height:64px;
    background: #2d78f4 url(../images/search-icon.png) 20px 12px no-repeat;
    color: #fff;
    position: absolute;
    top:-2px;
    right:-2px;
    cursor: pointer;
}

.hdp {
    width:575px;
    height: 400px;
    float: left;
    margin:10px 0 0 0;
}
.news {
    float: left;
    width: 575px;
    margin: 10px 0 10px;
}
.news2 {
    float: left;
    width: 100%;
    margin: 10px 0 10px;
}
.news2 h2.title2 {
    background: url(../images/title-bg.png) center no-repeat;
    height: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
}
.news2 h2.title2 span {
    background-color: #fff;
    color:#1c5bb8;
    display: inline-block;
    height: 54px;
    padding:0 25px;
}
h2.title {
    height: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    position: relative;
    background-color: #ededed;
    font-weight: normal;
    font-size: 24px;
}
h2.title span {
    background-color: #1c5bb8;
    color:#fff;
    display: inline-block;
    height: 54px;
    padding:0 25px;
}
h2.title a {
    position: absolute;
    right:10px;
    top:0;
    font-size: 17px;
    line-height: 54px;
}
.marL {
    margin-left: 30px;
}

.list li i {
    width: 4px;
    height: 4px;
    background-color: #1c5bb8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.news2 .list li {
    position: relative;
    font-size: 17px;
    line-height: 42px;
    width: 565px;
    float: left;
}
.news2 h2.title2 a{
    color: #115292;
}
.news2 .list li:nth-child(odd) {
    position: relative;
    font-size: 17px;
    line-height: 42px;
    margin-right: 50px;
}
.list li {
    position: relative;
    font-size: 17px;
    line-height: 42px;
}
.list li em {
    position: absolute;
    top:0;
    right:0;
    line-height: 42px;
    color:#999;
}

.bann {
    width: 575px;
    height: 100px;
    margin-top: 20px;
}

.publicity {
    background: #f5f5f5;
    margin-top: 20px;
    position: relative;

}
.p-ct {
    position: relative;
    overflow: hidden;
    height: 270px;
 }
.publicity ul {
    position: absolute;
    left:0;
    top:0;
}
.publicity h2 {
    height: 38px;
    margin: 30px 0 0 20px;
    background: url("../images/title-.png") no-repeat;
}
.publicity li img {
    margin-bottom: 10px;
    *margin-bottom: 15px;
    width: 204px;
    height: 180px;
}
.publicity ul li {
    float: left;
    width: 204px;
    text-align: center;
    margin:30px 10px 30px 20px;
}


.prev-arrow,.next-arrow {
    position: absolute;
    top:40%;
    width: 36px;
    height: 40px;
    cursor: pointer;
}
.prev-arrow {
    left:0;
    background: url("../images/scroll-arrow.png");
}
.next-arrow {
    right:0;
    background: url("../images/scroll-arrow.png") -36px 0;
}
.foot {
    border-top:none;
    overflow: hidden;
    text-align: center;
    padding:20px 0 10px 0;
    font-size: 16px;
	min-width:1200px;
}


/*列表页*/
.menu {
    float: left;
    width: 240px;
    margin-top: 10px;
    padding-top: 20px;
    *background:#e5f1ff;
    background:#e5f1ff\9;
    background: linear-gradient(#caeff2 , #fff);
    min-height: 500px;
}
.menu ul li {
    margin:0 20px;
    line-height: 50px;
    text-align: center;
    border-bottom:1px solid #ccc;
    position: relative;
    cursor: pointer;
}
.menu ul li i {
    display: block;
    position: absolute;
    top:20px;
    right: 20px;
    border:6px solid transparent;
}
.menu ul li.active,.menu ul li.active a {
    color: #1c5bb8;
    font-weight: bold;
}
.menu ul li.active a {
    height: 100%;
    display: block;
}
.menu ul li.active i {
    border-left-color:#1c5bb8;
    *border-left-color:transparent;
}
.news-list {
    width:910px;
    margin-top: 10px;
    float: left;
    min-height: 500px;
}
.page {
    text-align: center;
    margin-top: 30px;
}



/*新闻详情*/
.addr {
    text-align: right;
    line-height: 30px;
    font-size: 14px;
}
.news_deta {
    min-height:500px;
    overflow: auto;
    padding:20px 30px;
}
.news_deta img {
    width: 600px;
    margin:0 auto;
}
.news_deta h2 {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
}
.news_deta p {
    line-height: 34px;
    margin-top: 15px ;
    text-indent: 2em;
}
.news_infor {
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    color: #888;
    margin-top: 10px;
}
.news_infor span {
    margin: 0 20px;
    font-size: 14px;
}
/*右侧*/
.right-pop {
    position: fixed;
    bottom:240px;
    right:0;
    text-align: center;
}
.right-pop ul li {
    width: 60px;
    height: 60px;
    display:block;
    border-radius: 5px;
    margin: 0 auto 3px;
    background: #e1292c;
    overflow: hidden;
    font-size: 14px;
    padding: 0;
}
.right-pop ul li a {
    color: #fff;
    height: 100%;
    display: block;
}
.right-pop ul li i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 10px auto 0;
}
.right-pop ul li.free i {
    background: url("/scsslt/xhtml/20gb/images/ind-icon.png") -250px -85px no-repeat;
}

.right-pop ul li.free {
    letter-spacing:0;
    font-size: 12px;
}
.right-pop ul li.top i {
    margin-top: 10px;
    background: url("/scsslt/xhtml/20gb/images/ind-icon.png") -210px -85px no-repeat;
}
.right-pop ul li.blog i {
    background: url("/scsslt/xhtml/20gb/images/ind-icon.png") -290px -85px no-repeat;
}
.right-pop ul li.free,.right-pop ul li.blog {
    height: 74px;
    font-size: 12px;
    color: #ffffff;
}

.wechat {
    display: none;
    position: fixed;
    bottom:95px;
    right:70px;
    width: 100px;
    z-index: 10000;
}
/*导航栏*/
.xxzx-nav > div {
    width: 1018px;
    margin: 0 auto;
}
.xxzx-nav li {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 200px;
    text-align: center;
}
.xxzx-nav li:hover {
    background-color: #609be4;
}
.xxzx-nav li a {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
@media screen and (max-width: 1180px) {
            .content, .top  {
                width: 1180px;
            }
        }