﻿@charset "utf-8";
/* CSS Document */

.domPC {
    display: block;
}

.domMobile {
    display: none;
}

.hide {
    display: none;
}

body {
    font-family: "微软雅黑";
    /* background: url(//www.xinhuanet.com/politics/2018cjzt/images/20180131sf_bodyBg_v1.png) 50% 0 repeat; */
}
#topHeader {
	height: 32px;
	text-align: center;
	border-bottom: 1px solid #2D4AA9;
	background: #2D4AA9;
}
#topHeader .top {
	width: 1000px;
	height: inherit;
	margin: 0px auto;
}
#topHeader a {
	float: left;
	height: 32px;
	line-height: 32px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	margin: 0px 10px;
}
.banner {
    background: url("//www.xinhuanet.com/gangao/zt/nxjldlfj/images/banner_v1.jpg") 50% 0 no-repeat;
    height: 600px;
    position: relative;
}

.nav {
    height: 47px;
    background: url("//www.xinhuanet.com/gangao/zt/nxjldlfj/images/nav_bg.png") 50% 0 repeat-x;
    line-height: 46px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.navBox {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.navBox a {
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    display: block;
    float: left;
    height: 47px;
}

.navBox a:hover {
    background: #112e6f;
}

.content {
    width: 1080px;
    margin: 30px auto 40px;
}

.content h2 {
    color: #112e6f;
    font-size: 24px;
    padding-left: 10px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border-bottom: 2px solid #112e6f;
    margin-bottom: 20px;
    font-weight: bold;
}

.wzlist li {
    padding: 10px 0 17px 0;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    position: relative;
    display: none;
}

.wzlist h3 i {
    font-style: normal;
    padding: 5px 0 5px 30px;
    display: block;
    float: left;
}

.wzlist h3 {
    font-size: 1.125em;
    font-weight: normal;
    float: left;
    width: 91%;
}

.wzlist h3 a {
    color: #323232;
}

.wzlist span {
    float: right;
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
}

.tp_list li {
    width: 290px;
    border: 1px solid #f2f9ff;
    float: left;
    margin: 6px 4px;
    display: none;
}

.tp_list li:hover {
    border-image: -webkit-linear-gradient(#fff17e, #fde840) 1 1;
    border-image: -moz-linear-gradient(#fff17e, #fde840) 1 1;
    border-image: linear-gradient(#fff17e, #fde840) 1 1;
}

.tp_list li img {
    width: 290px;
    height: 163px;
}

.tp_list h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
    height: 70px;
    z-index: 4;
    font-size: 16px;
    background: #112e6f;
    color: #fff;
}

.tp_list h3 a {
    color: #fff;
}

#moreBtn {
    text-align: center;
    padding: 30px 0 15px;
}

#moreBtn span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    background: #112e6f;
    cursor: pointer;
    color: #fff;
}

.footer {
    height: 100px;
    width: 100%;
    background-color: #2e5d98;
    font-size: 14px;
    line-height: 180%;
    color: #FFF;
    text-align: center;
    padding-top: 40px;
    margin-top: 30px;
}

.backtotop {
    position: absolute;
    position: fixed;
    right: 13px;
    bottom: 40px;
    z-index: 10;
    width: 40px;
    height: 30px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

.backtotop:after {
    content: "";
    display: block;
    width: 0;
    margin: 2px auto 0;
    border-left: 6px solid #f6f6f6;
    border-right: 6px solid #f6f6f6;
    border-top: 8px solid #f6f6f6;
    border-bottom: 8px solid #007bff;
}

@media screen and (min-width:0px) and (max-width: 767px) {
    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .banner {
        width: 100%;
        height: auto;
        position: relative;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    .banner .righticon {
        display: block;
        width: 30px;
        height: 35px;
        position: absolute;
        top: 0px;
        right: 20px;
        background: url("//www.xinhuanet.com/gangao/zt/nxjldlfj/images/navIcon.png") 50% 10px no-repeat;
        background-size: 84% auto;
    }

    .banner .navtab {
        height: 35px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        background: url("//www.xinhuanet.com/gangao/zt/nxjldlfj/images/nav_bg.png") 50% 0 repeat-x;
    }

    .banner .toIndex {
        float: left;
        color: #fff;
        line-height: 35px;
        padding-left: 30px;
        font-size: 16px;
    }

    .banner .toIndex a {
        color: #fff;
    }

    .banner .mobileNavList {
        width: 100%;
        height: 0px;
        overflow: hidden;
        position: absolute;
        top: 35px;
        left: 0px;
        background: #ededed;
        z-index: 10;
    }

    .banner .mobileNavList a {
        float: left;
        display: block;
        width: 46%;
        margin: 0 2%;
        /* margin: 0 auto; */
        padding: 15px 0 5px;
        color: #000;
        text-align: center;
        font-size: 14px;
        border-bottom: 1px dashed #999;
    }

    .navMob {
        width: 100%;
        height: 46px;
        padding: 0 4%;
        color: #fff;
        background: url("//www.xinhuanet.com/gangao/zt/nxjldlfj/images/nav_bg.png") 50% 0 repeat-x;
        /* background-image: -webkit-linear-gradient(215deg, #330d69 0, #eb3158 54%, #30c9cd 100%);
        background-image: -moz-linear-gradient(215deg, #330d69 0, #eb3158 54%, #30c9cd 100%);
        background-image: linear-gradient(235deg, #330d69 0, #eb3158 54%, #30c9cd 100%); */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0;
    }

    .navMob a {
        line-height: 46px;
        font-size: 16px;
        margin-right: 30px;
        display: inline-block;
        color: #fff;
    }



    .content {
        width: 96%;
        margin: 10px auto;
    }

    .content h2 {
        padding-left: 10px;
    }

    .wzlist {
        width: 96%;
        margin: 0 auto 30px;
    }

    .wzlist h3 {
        width: 100%;
    }

    .wzlist li {
        padding: 10px 0 10px 0;
    }

    .tp_list {
        width: 90%;
        margin: 0 auto;
    }

    .tp_list li {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .tp_list li img {
        width: 100%;
        height: auto;
    }

    .tp_list h3 {
        height: auto;
        padding: 2%;
    }

    #moreBtn {
        text-align: center;
        padding: 5px 0 15px;
    }

    #autoData span {
        font-size: 12px;
    }
}
