#vsb_content p {font-size:16px!important;line-height:36px!important;font-family: '微软雅黑';!important;color:#666666!important; text-indent:2em;}
#vsb_content font {font-size:16px!important;line-height:36px!important; font-family: '微软雅黑';!important;color:#666666!important}
#vsb_content span {font-size:16px!important;line-height:36px!important;font-family: '微软雅黑';!important;color:#666666!important}
#vsb_content_2 p {font-size:16px!important;line-height:36px!important; font-family: '微软雅黑';!important;color:#666666!important; }
#vsb_content_2 font {font-size:16px!important;line-height:36px!important; font-family: '微软雅黑';!important;color:#666666!important}
#vsb_content_2 span {font-size:16px!important;line-height:36px!important;font-family: '微软雅黑';!important;color:#666666!important}
#vsb_content table p{text-indent:0em !important; }
#vsb_content img{display:block;margin:3px auto; max-width:700px;}

@charset "utf-8";
/* sass变量 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #4b4b4b;
  text-decoration: none;
}

a:hover {
  color: #fb334b;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #fff;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #fff;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 84%;
  min-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

body {
  background: #eeeeee;
}

.main-tit {
  position: relative;
  line-height: 40px;
  margin: 15px 0;
}

.main-tit h6 {
  font-size: 24px;
  font-weight: bold;
  color: #fb334b;
}

.main-tit h6 span {
  font-weight: normal;
  font-size: 14px;
  color: #b6b6b6;
  margin-left: 5px;
}

.main-tit .more {
  font-size: 14px;
  float: right;
  color: #a7a7a7;
}

.header {
  min-width: 1200px;
  background: #fff;
  position: relative;
  z-index: 9;
}

.header .logo {
  float: left;
  padding: 5px 0;
margin-top: 7px;
}

.header .links {
  float: right;
  line-height: 64px;
  border-left: 1px solid #e5e5e5;
}

.header .links a {
  float: left;
  display: block;
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
  font-family: '微软雅黑';
font-size: 16px;
}

.header .main-nav {
  padding-left: 10px;
    border-left: 1px solid #e5e5e5;
    float: left;
    width: 710px;
    margin-left: 24px;
}

.header .search {
  float: right;
  height: 64px;
  padding-left: 15px;
  position: relative;
}

.header .search .tit {
  margin-top: 20px;
  cursor: pointer;
}

.header .search .search-box {
  position: absolute;
  top: 100%;
  right: -10px;
  margin-top: 22px;
  background: #fb334b;
  display: none;
  width: 220px;
}

.header .search .search-box .text {
  border: none;
  background: none;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 160px;
  padding: 8px 10px;
  color: #fff;
}

.header .search .search-box .btn {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.header .search.on .search-box {
  display: block;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 63px;
}

.main-nav li {
position: relative;
    float: left;
    text-align: center;
    z-index: 10;
    /* width: 14.28%; */
    font-size: 16px;
    border-bottom: 3px solid transparent;
    padding: 0px 16px;
}

.main-nav li a {
  display: block;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  overflow: hidden;
  background: #fb334b;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li.on {
  border-bottom: 3px solid #fb334b;
}

.main-nav li:hover a {
  color: #fb334b;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.index {
  margin-top: 45px;
}

.index .wrap {
  position: relative;
}

.index .wrap .leftbar {
  left: 0;
  position: absolute;
  width: 200px;
}

.index .wrap .leftbar .tit {
  background: #fb334b;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.index .wrap .leftbar .list {
  padding: 10px 20px;
  background: #fff;
}

.index .wrap .leftbar .list li {
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}

.index .wrap .leftbar .list li a {
  border-left: 8px solid #fb334b;
  line-height: 20px;
  padding-left: 15px;
  margin-left: 20px;
}

.index .wrap .leftbar .list .last {
  border-bottom: none;
}

.index .wrap .rightcon {
  margin-left: 280px;
}

.index .wrap .rightcon .banner {
  margin-bottom: 40px;
}

.index .wrap .rightcon .banner img {
  width: 100%;
}

.index .wrap .rightcon .c1 {
  float: left;
  width: 362px;
  height: 378px;
  background: #fff;
}

.index .wrap .rightcon .c1 .text {
  padding: 11px 25px;
  font-size: 16px;
  color: #000;
}

.index .wrap .rightcon .c1 .tit {
  line-height: 40px;
  border-bottom: 3px solid #cbcbcb;

}

.index .wrap .rightcon .c1 .desc {
  padding: 11px 25px;
  color: #8e8e8e;
  font-size: 14px;

  margin-bottom: 10px;
}

.index .wrap .rightcon .c1 img {
  max-width: 100%;
  vertical-align: middle;
}

.index .wrap .rightcon .c2 {
  margin-left: 422px;
  background: #fff;
  padding: 20px 35px;
  height: 342px;
}

.index .wrap .rightcon .c2 .tit {
  line-height: 20px;
  border-left: 8px solid #fb334b;
  padding-left: 16px;
}

.index .wrap .rightcon .c2 .list {
  margin-top: 18px;
}

.index .wrap .rightcon .c2 .list li {
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer {
  font-family: '微软雅黑';
  margin-top: 60px;
  background: #fff;
  text-align: center;
  padding: 20px 0;
  color: #b7c0c6;
}

.main-text-list li {
  position: relative;
  padding: 10px;
  border-bottom: 1px dotted #ddd;
  line-height: 40px;
}

.main-text-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 15px;
}

.main-text-list li .date {
  float: right;
  font-size: 14px;
  color: #9e9e9e;
}

 .main-text-list li.line {
  height: 0;
  line-height: 0;
  border-top: 1px dotted #ddd;
  margin: 5px 0;
}

 .main-text-list dl {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 10px 18px;
}

 .main-text-list dl dt {
  float: left;
  width: 55px;
  background: #f9f9f9;
  text-align: center;
}

 .main-text-list dl dt .d {
  height: 32px;
  line-height: 32px;
}

 .main-text-list dl dt .m {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background: #fb334b;
  color: #fff;
}

.main-text-list dl dd {
  margin-left: 84px;
}

.main-text-list dl dd h6 {
  font-size: 16px;
}

.main-text-list dl dd h6 a {
  color: #000;
}

.main-text-list dl dd p {
  font-size: 12px;
  margin-top: 15px;
  color: #929292;
}

.detail p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.box {
  background: #fff;
  padding: 50px 73px;
min-height:407px;
}