﻿@charset "utf-8";

/****清除初始样式****/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
span,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
span,
blockquote,
th,
td,
a {
    text-decoration: none;
    outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
span,
blockquote,
th,
td,
a:hover {
    outline: none;
    text-decoration: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
span,
blockquote,
th,
td,
a:focus {
    outline: none;
    text-decoration: none;
}
.clearfix {zoom: 1;}
.clearfix:after {content: "020";height: 0px;display: block;overflow: hidden;clear: both;}
.left{float: left;}




/****通用样式****/

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/* 标题切换开始 */

.xwszBox {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
}

.wzxwBox {
    width: 100%;
    height: 100%;
	margin-top:30px;
	
}

.wzxwTit {
    width: 100%;
    height: 50px;
}

.wzxwText {
    width: 100%;
    height: 100%;
}

.wzxwText a,.wzxwText1 a  {
    display: block;
    width: 122px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eeeeee;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    float: left;
	margin-right:10px;
}

.wzxwText-hover {
    background: #1677ff !important;
    color: #fff !important;
}

.wzxwList {
    width: 100%;
    height: auto;
    padding: 5px 4px 0 2px;
}

.wzxwList ul {
    display: none;
}

.wzxwList ul:nth-child(1) {
    display: block;
}

.wzxwList ul li {
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    padding-left: 13px;
    background: url(list-dian.png) no-repeat 0px 22px;
}

.wzxwList ul li a {
    width: 380px;
    display: block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.wzxwList ul li a:hover {
    color: #154A9A;
}

.wzxwList ul li span {
    color: #999;
    float: right;
}
