html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    height: 100%;
    font-size: 100vw / 640;
    max-width: 640px;
    margin: 0 auto;
    font-family: 'Microsoft YaHei, SimSun, Helvetica';
}
body {
    position: relative;
    height: 100%;
    background: #f2f2f2;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
}
a {
    text-decoration: none;
}

.clearfix {
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both; 
}

/* 页头 */
.head {
    overflow: hidden;
    padding: 0.18rem 0.4rem;
    height: 0.36rem;
    line-height: 0.36rem;
    background: #fff;
    border-bottom:3px solid #00367a
}
.head .logo {
    float: left;
}
.head .logo img {
    width: 2rem;
}
.head .language {
    float: right;
}
.head .language a {
    color: #666;
    font-size: 14px;
}

/* 导航 */
.nav {
    background-color: #00367a;
    padding: 0.2rem 0.4rem;
}
.nav .naver ul {
    overflow: hidden;
}
.nav .naver li {
    width: 1.4rem;
    float: left;
    color: #fff;
    text-align: center;
}
.nav .naver li:nth-child(1), .nav .naver li:nth-child(2), .nav .naver li:nth-child(3), .nav .naver li:nth-child(4) {
    margin-bottom: 0.24rem;
}
.nav .naver li a {
    font-size: 16px;
    color: #fff;
	font-weight:bold;
}

.slogan-text {
    padding: 0.3rem 0;
    border-bottom: 1px solid #ececec;
    background: #fff;
}
.slogan-text p {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
.slogan-text dd {
	margin-top:0.10rem ;
	margin-left:0.25rem ;
	margin-right:0.25rem ;
    text-align: left;
    color: #666;
    font-size: 14px;
    line-height: 23px;
}

.tab-wrap {
    padding: 0 0.25rem 0.35rem;
    margin: 0.25rem 0;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.tab-wrap .tab-list {
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #50b1ef;
    color: #6e6e6e;
    font-size: 14px;
    margin-bottom: 0.36rem;
}
.tab-wrap .tab-list .tab-btn {
    height: 0.6rem;
    display: inline-block;
    border-bottom: 1px solid #50b1ef;
    margin: 0 0.2rem;
}
.tab-wrap .tab-list .tab-btn:after {
    border-bottom: 1px solid #50b1ef;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tab-wrap .tab-list .tab-btn:first-child {
    margin-left: 0;
}
.tab-wrap .tab-list .tab-btn.active {
    color: #0f407f;
    border-color: #ff0000;
    font-weight: bold;
}

.tab-wrap .news-wrap {
    overflow: hidden;
}
.tab-wrap .news-wrap li{
	margin-bottom: 0.2rem;
	line-height: 23px;
	display:block;
	display: table;
	clear:both
}
.tab-wrap .news-wrap p{ 
	margin-top: 0.15rem; 
	font-size: 14px; 
	line-height: 21px;
	letter-spacing: 2px;
	color: #666; 
	clear:both;
    text-align: justify;
}
.tab-wrap .news-wrap p img{ 
	float: left; 
	margin-right: 0.2rem; 
	width: 160px; 
	height: 120px;
}
.tab-wrap .news-wrap li a {
    
}

.tab-wrap .news-wrap li h3 {
    color: #000;
    font-size: 16px;
	font-weight: bold;
}

.tab-wrap .news-wrap .media_list {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0.3rem;
    display: block;
}
.tab-wrap .news-wrap .sy_more {
    float: right;
}
.tab-wrap .news-wrap .sy_more a {
    color: #214e87;
    font-size: 14px;
}

.content-img {
    margin-bottom: 0.25rem;
}
.content-img a {
    display: block;
}

.server-wrap {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 0 0.2rem 0.4rem;
    background: #fff;
    margin-bottom: 0.25rem;
}
.server-wrap .title {
    line-height: .68rem;
    color: #214e87;
	font-weight: bold;
}
.server-wrap img {
    width: 100%;
    height: 1.8rem;
}

/*页脚*/
.footer-wrap {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 0 0.2rem 0.4rem;
    background: #fff;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.footer-wrap .footer-content {
    overflow: hidden;
}
.footer-wrap .title {
    line-height: .68rem;
    color: #214e87;
	font-weight: bold;
}
.footer-wrap .weixin, .footer-wrap .weibo {
    float: left;
    font-size: 0.14rem;
    color: #000;
    margin-left: 0.25rem;
    text-align: center;
}
.footer-wrap .weixin {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}
.footer-wrap .weixin img, .footer-wrap .weibo img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.20rem;
}
.footer-wrap .friend-links {
    float: left;
	margin-left: 0.30rem;
	margin-top: 4px;
    overflow: hidden;
}
.footer-wrap .friend-links a {
    float: left;
    margin-bottom: 0.25rem;
}
.footer-wrap .friend-links a:nth-child(2), .footer-wrap .friend-links a:nth-child(4) {
    margin-left: 0.25rem;
}
.footer-wrap .friend-links a img {
    width: 1rem;
    height: 0.33rem;
}
.footer-content .friend-links .link-content{
    overflow: hidden;
}

.footer-copyright{ 
	margin-top:0.2rem;
	margin-bottom:0.2rem; 
	text-align:center; 
	color: #999;
	font-size: 12px;
	line-height: 21px;
}

/*新闻详情页*/
.content-wrap {
    padding: 0 0.25rem 0.35rem;
    margin: 0.25rem 0;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.content-wrap h3{ 
	margin-top:0.25rem; 
	font-size:20px; 
	font-weight:bold; 
	line-height:25px; 
}
.content-wrap .news-time{ 
	height:30px; 
	line-height:30px; 
	color:#666; 
	border-bottom:1px solid #ececec; 
	padding:10px 0; 
	margin-bottom:0.20rem;
}
.content-wrap .news-time span{ 
	margin-right:10px; 
	font-size:12px; 
	letter-spacing:2px; 
}

.content-wrap .news-wrap{ 
    font-size:16px; 
	letter-spacing:0px; 
	line-height:30px; 
	word-wrap:break-word;
 }
.content-wrap .news-wrap p{ 
	margin-bottom:0.15rem;
}
.content-wrap .news-wrap p img{ 
	width:100%;
}

.tab-wrap .sy_more_center {
	text-align:center;
	font-size:12px; 
	color:#666;
}

/* 横图x2 */
.tab-wrap .photo-wrap {
    overflow: hidden;
}
.tab-wrap .photo-wrap li{
	float: left;
	width: 50%;
	margin-top: 0.3rem;
	display: inline-block;
}
.tab-wrap .photo-wrap img{ 
	float: left;
	width: 99.9%;
	height: auto; 
}
.tab-wrap .photo-wrap li a {
    color: #333;
    font-size: 16px;
}

/*关于南网*/
.tab-wrap .about-wrap {
    overflow: hidden;
}
.tab-wrap .about-wrap li{
	margin-bottom: 0.2rem;
	line-height: 23px;
	display: inline-block;
	clear:both
}
.tab-wrap .about-wrap p{ 
	margin-bottom: 0.2rem;
	font-size: 14px; 
	line-height: 25px;
	letter-spacing: 2px;
	color: #333; 
	clear:both;
}
.tab-wrap .about-wrap p img{ 
	width:100%;
	height: auto;
}
