.domPC {
    display: block;
}

.domMob {
    display: none;
}

.hide {
    display: none;
}

body {
    font-family: "微软雅黑";
    /* background: url(//www.xinhuanet.com/politics/2018cjzt/images/20180131sf_bodyBg_v1.png) 50% 0 repeat; */
}

.banner {
	background: url(//www.news.cn/finance/ssgstest/images/banner.jpg) 50% 0 no-repeat;
	height: 479px;/* height: 857px; */
}
/*导航*/
.navbox {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #002393;
}
.newNav {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}
.newNav a {
	position: relative;
	display: inline-block;
	color: #fff;
	width: 193px;
	text-align: center;
}
.newNav .active {
	background: rgba(10, 143, 255, 1);
	background: -webkit-gradient(linear, top left, top right, from(rgba(4, 94, 230, 1)), to(rgba(10, 143, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
	background: -moz-linear-gradient(left, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
	background: linear-gradient(to right, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
}
.newNav a:hover {
	background: rgba(10, 143, 255, 1);
	background: -webkit-gradient(linear, top left, top right, from(rgba(4, 94, 230, 1)), to(rgba(10, 143, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
	background: -moz-linear-gradient(left, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
	background: linear-gradient(to right, rgba(4, 94, 230, 1) 0, rgba(10, 143, 255, 1) 100%);
}
.newNav a:first-child {
	margin-left: 0;
}
.newNav a::before {
	content: "";
	position: absolute;
	left: -4px;
	top: 50%;
	width: 1px;
	height: 18px;
	margin-top: -9px;
	background-color: #fff;
}
.newNav a:first-child::before {
	display: none;
}
.ejtit{ width: 100%; position: relative; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd;}
.ejtit h2{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.ejtit h2:after {
	content: "";
	position: absolute;
	left: -4px;
	bottom: 0;
	width: 100%;
	height: 5px;
	margin-top: -9px;
	padding-right: 12px;
	background: rgba(136, 245, 254, 1);
	background: -webkit-gradient(linear, top left, top right, from(rgba(103, 167, 255, 1)), to(rgba(136, 245, 254, 1)));
	background: -webkit-linear-gradient(left, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
	background: -moz-linear-gradient(left, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
	background: linear-gradient(to right, rgba(103, 167, 255, 1) 0, rgba(136, 245, 254, 1) 100%);
}
.content {
    width: 1100px;
    margin: 30px auto 40px;
}
.wzlist li {
    padding: 10px 0 17px 0;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    position: relative;
}

.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: #174a91;
    color: #fff;
}

.tp_list h3 a {
    color: #fff;
}

#moreBtn {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    background: #174a91;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}
.footer {
    background: #174a91;
    font-size: 14px;
    padding-top: 40px;
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.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;
    }

    .domMob {
        display: block;
    }
	.m_banner {width: 100%;}.m_banner img {width: 100%;height: auto;display: block;}.m_nav {width: 100%;background: #114198;overflow-x: scroll;overflow-y: hidden;white-space: nowrap;font-size: 0;}.m_nav a{display: inline-block;margin-left: 10px;margin-right: 10px;height: 36px;line-height: 36px;font-size: 16px;color: #fff;}
    .banner {
        background: none;
        width: 100%;
        height: auto;
    }
    .content {
        width: 96%;
        margin: 10px auto;
    }

    .content h2 img {
        width: 100%;
        height: auto;
    }

    .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;
        margin-bottom: 40px; 
    }

    #autoData span {
        font-size: 12px;
        display: none;
    }
}
