/**
 * CSS Document * 
 * Created by Jessie 2015/7/6.
 */
/* ==css重置样式== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}
em {
  font-style: normal;
}
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  cellpadding: 0;
  cellspacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000000;
}
strong {
  font-weight: bold;
}

/*=========mF_YSlider ========*/
.mF_YSlider .pic li, .mF_YSlider .rePic li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.mF_YSlider .txt li {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 36px;
    display: none;
}

/*默认标题高度*/
.mF_YSlider .txt li a {
    display: none;
    position: relative;
    z-index: 1;
    color: #fff;
    padding-left: 16px;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
}

.mF_YSlider .txt li p {
    display: none;
    position: relative;
    z-index: 1;
    color: #fff;
    padding-left: 16px;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
}

/*标题样式*/
.mF_YSlider .txt li span {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.mF_YSlider .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 2px;
}

.mF_YSlider .num li {
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-align: center;
    margin-right: 4px;
    cursor: pointer;
}

.mF_YSlider .num li a, .mF_YSlider .num li span {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #333;
    text-decoration: none;
    text-align: center;
}

/*按钮样式*/
.mF_YSlider .num li span {
    z-index: 1;
    background: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.mF_YSlider .num li.current a, .mF_YSlider .num li.hover a {
    color: #fff;
    background: #225c8f;
}


/* ==布局样式== */
.rows {
  width: 100%;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dis-in-b {
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav li {
  display: inline-block;
  float: left;
}
html {
  background: url(2015_index_bg.png) repeat left top;
}
body {
  background: url(2015_index_top.jpg) no-repeat center top;
}
#header {
  width: 994px;
  margin: 0 auto;
}
#header .topbar {
  height: 18px;
  text-align: left;
  font: 12px/18px "微软雅黑";
  color: #868686;
}
#header .topbar a {
  margin: 0 10px;
  font: 12px/18px "微软雅黑";
  color: #868686;
}
#header .topbar a:hover {
  color: #ff6600;
}
#header .nav {
  height: 50px;
  margin: 194px 0 0 0;
  padding-bottom: 10px;
  background: #2587cd url(2015_nav_bg.png) no-repeat left bottom;
  display: block;
  zoom: 1;
}
#header .nav:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header .nav:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header .nav li {
  width: 141px;
  border-left: 1px solid #5ea9df;
}
#header .nav li a {
  display: inline-block;
  width: 100%;
  font: 16px/50px "微软雅黑";
  color: #fff;
  text-align: center;
}
#header .nav li a:hover,
#header .nav li a.cur {
  background: #f0373d;
}
#content {
  width: 942px;
  margin: 0 auto;
  padding: 14px 26px;
  background: url(2015_index_con_bg.png) repeat-y left top;
}
.tit01 {
  height: 40px;
  background: url(2015_index_tit_bg01.png) no-repeat;
  padding: 0 20px;
  display: block;
  zoom: 1;
  font: 16px/40px "微软雅黑";
  color: #fff;
}
.tit01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tit01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tit01 a {
  display: inline-block;
  float: right;
  font: 14px/40px "微软雅黑";
  color: #fff;
}
.tit01 a:hover {
  color: #ff6600;
}
.tit02 {
  height: 40px;
  background: #f4f4f4;
  display: block;
  zoom: 1;
  padding-right: 20px;
}
.tit02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tit02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tit02 span {
  display: inline-block;
  float: left;
  background: url(2015_index_span_bg01.png) no-repeat right center;
  padding-right: 40px;
}
.tit02 strong {
  display: inline-block;
  background: #2587cd;
  font: 18px/40px "微软雅黑";
  color: #fff;
  padding: 0 40px;
}
.tit02 a {
  display: inline-block;
  float: right;
  font: 14px/40px "微软雅黑";
  color: #666;
}
.tit02 a:hover {
  color: #ff6600;
}
.index-row01 {
  display: block;
  zoom: 1;
}
.index-row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row01 .pic-new {
  display: inline-block;
  float: left;
  width: 630px;
  border: 1px solid #e6e6e6;
  padding: 12px;
}
.index-row01 .pic-new .pic {
  display: inline-block;
  float: left;
  width: 304px;
}
.index-row01 .pic-new .pic img {
  width: 304px;
  height: 260px;
}
.index-row01 .pic-new .list {
  display: inline-block;
  float: right;
  width: 326px;
}
.index-row01 .pic-new .list .tab-ul {
  display: block;
  zoom: 1;
}
.index-row01 .pic-new .list .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row01 .pic-new .list .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row01 .pic-new .list .tab-ul li {
  display: inline-block;
  float: left;
}
.index-row01 .pic-new .list .tab-ul li span {
  font: 14px/30px "微软雅黑";
  color: #d4d4d4;
}
.index-row01 .pic-new .list .tab-ul li a {
  font: 18px/30px "微软雅黑";
  color: #444;
  margin: 0 10px;
}
.index-row01 .pic-new .list .tab-ul li.cur a {
  color: #e85050;
}
.index-row01 .pic-new .list .article-list {
  padding: 10px;
}
.index-row01 .pic-new .list .article-list li {
  height: 32px;
}
.index-row01 .pic-new .list .article-list li span {
  display: inline-block;
  float: right;
  font: 14px/32px "微软雅黑";
  color: #666;
}
.index-row01 .pic-new .list .article-list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url("none") no-repeat left center;
  font: 14px/32px "微软雅黑";
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row01 .pic-new .list .article-list li a:hover {
  color: #ff6600;
}
.index-row01 .pic-new .list .article-list li a {
  padding: 0;
}
.index-row01 .tzgg {
  display: inline-block;
  float: right;
  width: 274px;
}
.index-row01 .tzgg .article-list {
  border: 1px solid #e6e6e6;
  padding: 8px 0 0 0;
}
.index-row01 .tzgg .article-list li {
  height: 36px;
}
.index-row01 .tzgg .article-list li span {
  display: inline-block;
  float: right;
  font: 14px/36px "微软雅黑";
  color: #666;
}
.index-row01 .tzgg .article-list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url(2015_index_li_ico.png) no-repeat left center;
  font: 14px/36px "微软雅黑";
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row01 .tzgg .article-list li a:hover {
  color: #ff6600;
}
.index-row01 .tzgg .article-list li {
  padding: 0 15px;
  background: url(2015_index_line.png) repeat-x left bottom;
}
.index-row01 .tzgg .article-list li a {
  width: 95%;
}
.index-row02 {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
}
.index-row02 .gdpic-box {
  display: inline-block;
  width: 924px;
  padding: 20px 10px;
}
.index-row02 .gdpic-box .pre {
  display: inline-block;
  float: left;
  width: 20px;
  height: 40px;
  padding: 70px 20px 0 0;
}
.index-row02 .gdpic-box .next {
  display: inline-block;
  float: right;
  width: 20px;
  height: 40px;
  padding: 70px 0 0 20px;
}
.index-row02 .gdpic-box .main {
  display: inline-block;
  float: left;
  width: 844px;
}
.index-row02 .gdpic-box .main li {
  display: inline-block;
  float: left;
  width: 136px;
  height: 208px;
  padding: 0 10px;
  text-align: center;
}
.index-row02 .gdpic-box .main li img {
  width: 136px;
  height: 168px;
}
.index-row02 .gdpic-box .main li a {
  font: 12px/20px "微软雅黑";
  color: #333;
}
.index-row02 .gdpic-box .main a:hover {
  color: #f60;
}
.index-row03 {
  display: block;
  zoom: 1;
  margin-top: 20px;
}
.index-row03:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row03:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row03 .jgjs {
  display: inline-block;
  float: left;
  width: 654px;
  border: 1px solid #e6e6e6;
}
.index-row03 .jgjs .main {
  padding: 20px 12px;
  display: block;
  zoom: 1;
}
.index-row03 .jgjs .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row03 .jgjs .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row03 .jgjs .main .pic {
  display: inline-block;
  float: left;
  width: 252px;
}
.index-row03 .jgjs .main .pic img {
  width: 252px;
  height: 190px;
}
.index-row03 .jgjs .main .wz {
  display: inline-block;
  float: right;
  width: 350px;
  height: 190px;
  overflow: hidden;
}
.index-row03 .jgjs .main .wz p {
  font: 14px/26px "微软雅黑";
  color: #333;
}
.index-row03 .cjwt {
  display: inline-block;
  float: right;
  width: 274px;
}
.index-row03 .cjwt .article-list {
  border: 1px solid #e6e6e6;
  padding: 6px 0 0 0;
}
.index-row03 .cjwt .article-list li {
  height: 38px;
}
.index-row03 .cjwt .article-list li span {
  display: inline-block;
  float: right;
  font: 14px/38px "微软雅黑";
  color: #666;
}
.index-row03 .cjwt .article-list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url(2015_index_li_ico.png) no-repeat left center;
  font: 14px/38px "微软雅黑";
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row03 .cjwt .article-list li a:hover {
  color: #ff6600;
}
.index-row03 .cjwt .article-list li {
  padding: 0 15px;
  background: url(2015_index_line.png) repeat-x left bottom;
}
.index-row03 .cjwt .article-list li a {
  width: 95%;
}
.index-row04 {
  display: block;
  zoom: 1;
  margin-top: 20px;
}
.index-row04:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row04:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index-row04 .col-3-1 {
  width: 319px;
  float: left;
  padding-left: 0;
}
.index-row04 .col-3-2 {
  width: 319px;
  float: left;
  padding-left: 15px;
}
.index-row04 .col-3-3 {
  width: 274px;
  float: left;
  padding-left: 15px;
}
.index-row04 .list {
  border: 1px solid #e6e6e6;
  padding: 6px 0 0 0;
}
.index-row04 .list li {
  height: 38px;
}
.index-row04 .list li span {
  display: inline-block;
  float: right;
  font: 14px/38px "微软雅黑";
  color: #666;
}
.index-row04 .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url(2015_index_li_ico.png) no-repeat left center;
  font: 14px/38px "微软雅黑";
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-row04 .list li a:hover {
  color: #ff6600;
}
.index-row04 .list li {
  padding: 0 15px;
  background: url(2015_index_line.png) repeat-x left bottom;
}
.index-row04 .list li a {
  width: 95%;
}
.index-row04 .sina {
  display: inline-block;
  width: 156px;
  height: 69px;
  padding-left: 118px;
  background: #f0373d url(2015_index_sina_ico.png) no-repeat 50px center;
  font: 20px/69px "微软雅黑";
  color: #fff;
}
.index-row04 .sina:hover {
  text-decoration: underline;
}
.index-row04 .wx {
  display: inline-block;
  width: 156px;
  height: 69px;
  padding-left: 118px;
  background: #319fe6 url(2015_index_wx_ico.png) no-repeat 50px center;
  font: 20px/69px "微软雅黑";
  color: #fff;
}
.index-row04 .wx:hover {
  text-decoration: underline;
}
.f-link {
  display: block;
  zoom: 1;
  margin-top: 20px;
}
.f-link:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.f-link:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.f-link span {
  display: inline-block;
  float: left;
  width: 146px;
  background: #2587cd;
  font: 14px/24px "微软雅黑";
  color: #fff;
  text-align: center;
}
.f-link select {
  display: inline-block;
  float: left;
  width: 199px;
  height: 24px;
  border: 1px solid #d5d5d5;
  border-left: none;
  font: 14px/24px "微软雅黑";
  color: #666;
}
#footer {
  background: #2587cd;
  padding: 20px 0;
  border-top: 4px solid #96c2e2;
  text-align: center;
}
#footer p {
  font: 12px/24px "微软雅黑";
  color: #fff;
}
#footer p a {
  font: 12px/24px "微软雅黑";
  color: #fff;
}
#footer p a:hover {
  color: #ff6600;
}
.gl-con {
  display: block;
  zoom: 1;
}
.gl-con:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gl-con:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gl-con .col-2-1 {
  width: 250px;
  float: left;
  padding-left: 0;
}
.gl-con .col-2-2 {
  width: 672px;
  float: left;
  padding-left: 20px;
}
.gl-con .gl-left h2 {
  height: 40px;
  background: url(2015_ny_tit01.png) no-repeat;
  padding-left: 36px;
  font: 16px/40px "微软雅黑";
  color: #fff;
}
.gl-con .gl-left .l-list {
  border: 1px solid #dedede;
  padding: 10px 0;
}
.gl-con .gl-left .l-list li {
  height: 38px;
}
.gl-con .gl-left .l-list li span {
  display: inline-block;
  float: right;
  font: 14px/38px "微软雅黑";
  color: #666;
}
.gl-con .gl-left .l-list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url(2015_index_li_ico.png) no-repeat left center;
  font: 14px/38px "微软雅黑";
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gl-con .gl-left .l-list li a:hover {
  color: #ff6600;
}
.gl-con .gl-left .l-list li {
  padding: 0 0 0 38px;
  background: url(2015_index_line.png) repeat-x left bottom;
}
.gl-con .gl-left .l-list li a {
  width: 95%;
}
.gl-con .gl-left .sina {
  display: inline-block;
  width: 132px;
  height: 69px;
  padding-left: 118px;
  background: #f0373d url(2015_index_sina_ico.png) no-repeat 50px center;
  font: 20px/69px "微软雅黑";
  color: #fff;
}
.gl-con .gl-left .sina:hover {
  text-decoration: underline;
}
.gl-con .gl-left .wx {
  display: inline-block;
  width: 132px;
  height: 69px;
  padding-left: 118px;
  background: #319fe6 url(2015_index_wx_ico.png) no-repeat 50px center;
  font: 20px/69px "微软雅黑";
  color: #fff;
}
.gl-con .gl-left .wx:hover {
  text-decoration: underline;
}
.gl-con .gl-right .r-list {
  padding: 10px 0;
}
.gl-con .gl-right .r-list li {
  height: 38px;
}
.gl-con .gl-right .r-list li span {
  display: inline-block;
  float: right;
  font: 14px/38px "微软雅黑";
  color: #666;
}
.gl-con .gl-right .r-list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url(2015_index_li_ico01.png) no-repeat left center;
  font: 14px/38px "微软雅黑";
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gl-con .gl-right .r-list li a:hover {
  color: #ff6600;
}
.gl-con .gl-right .r-list li {
  padding: 0 10px;
  background: url(2015_index_line.png) repeat-x left bottom;
}
.gl-con .gl-right .r-list li a:hover {
  color: #47a4dd;
}
.top-curmb {
  height: 39px;
  border-bottom: 1px solid #ececec;
  padding: 0 10px;
  font: 18px/39px "微软雅黑";
  color: #4c4c4c;
  display: block;
  zoom: 1;
}
.top-curmb:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top-curmb:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top-curmb .curmb {
  height: 39px;
  font: 12px/39px "微软雅黑";
  color: #333333;
}
.top-curmb .curmb a {
  margin: 0 3px;
  font: 12px/39px "微软雅黑";
  color: #333333;
}
.top-curmb .curmb a.home {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 20px;
  background: url("none") no-repeat left center;
}
.top-curmb .curmb a:hover {
  color: #f60;
}
.top-curmb .curmb span {
  margin: 0 3px;
  font: 12px/39px "微软雅黑";
  color: #333333;
}
.page {
  padding: 15px 0;
  height: 30px;
  font: 12px/30px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333333;
}
.page a {
  display: inline-block;
  padding: 0 4px;
  margin: 2px;
  font: 12px/30px Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: none;
}
.page a:hover {
  color: #ffffff;
  background: #f0373d;
}
.page span {
  padding: 0 5px;
  font: 12px/30px Arial, Helvetica, sans-serif;
  color: #333333;
}
.page input.tz {
  width: 54px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  padding-bottom: 3px;
  padding: 2px 0 0 0 \9;
  cursor: pointer;
}
.xlcontent .main {
  margin-top: 5px;
  padding: 30px 40px;
  text-align: center;
}
.xlcontent .main h4 {
  padding: 10px 0;
  color: #47a4dd;
  font: 24px/36px "微软雅黑";
}
.xlcontent .main h6 {
  height: 30px;
  color: #999;
}
.xlcontent .main h6 label {
  list-style: none;
  padding: 0 6px;
  color: #999;
  font: 12px/30px "微软雅黑";
}
.xlcontent .main h6 label a {
  color: #999;
  padding: 0;
}
.xlcontent .main h6 label a:hover {
  color: #f60;
}
.xlcontent .main .nr {
  padding: 0 16px;
  text-align: left;
}
.xlcontent .main .nr p {
  font: 14px/30px "微软雅黑";
  padding: 16px 0;
}
.xlcontent .main .nr p * {
  font: 14px/30px "微软雅黑";
}
.xlcontent .main .nr p strong {
  font-weight: bold;
}
.xlcontent .xl-btn a {
  margin: 0 10px;
  font: 12px/34px "微软雅黑";
  color: #666;
}
.xlcontent .xl-btn a:hover {
  color: #ff6600;
}
.xlcontent .xl-bot {
  margin-top: 20px;
  display: block;
  zoom: 1;
}
.xlcontent .xl-bot:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xlcontent .xl-bot:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xlcontent .xl-bot span {
  font: 12px/24px "微软雅黑";
  color: #d11a02;
}
.xlcontent .xl-bot a {
  font: 12px/24px "微软雅黑";
  color: #999;
}
.xlcontent .xl-bot a:hover {
  color: #ff6600;
}
.vedio-news ul {
  display: block;
  zoom: 1;
}
.vedio-news ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vedio-news ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vedio-news ul li {
  display: inline-block;
  float: left;
  width: 270px;
  margin: 30px 20px 0 20px;
  position: relative;
  z-index: 1;
  font: 14px/24px "微软雅黑";
  color: #333;
}
.vedio-news ul li img {
  width: 270px;
  height: 184px;
  z-index: 2;
}
.vedio-news ul li a {
  display: inline-block;
  width: 59px;
  height: 59px;
  background: url(2015_btn_play.png) no-repeat;
  position: absolute;
  left: 18px;
  bottom: 44px;
  z-index: 3;
}
.xqqs-con ul {
  display: block;
  zoom: 1;
}
.xqqs-con ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xqqs-con ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xqqs-con ul li {
  display: inline-block;
  float: left;
  width: 136px;
  padding: 30px 26px 0 26px;
}
.xqqs-con ul li img {
  width: 136px;
  height: 168px;
}
.xqqs-con ul li span {
  display: inline-block;
  margin-top: 10px;
  font: 14px/20px "微软雅黑";
  color: #333;
}
.xqqs-con ul li:hover span {
  color: #f0373d;
}

/*轮播图*/
.c-fouc-pic{position:relative;width:304px;height:266px;overflow:hidden;float:left;}
.c-fouc-pic .btn-left{position:absolute;left:0;top:100px;z-index:10;cursor:pointer;}
.c-fouc-pic .btn-right{position:absolute;right:0;top:100px;z-index:10;cursor:pointer;}
.list-pic ul{width:5000px;position:absolute;left:0;top:0;}
.list-pic li{position:relative;float:left;}
.list-pic li:hover .txt p{color:#f60;}
.list-pic li .txt{position:absolute;bottom:0;z-index:6;}
.list-pic li .txt p{color:#fff;font:bold 14px/35px "微软雅黑";padding:0 5px;overflow:hidden;}
.list-pic li .txt-bg{height:35px;position:absolute;bottom:0;background:url(bn_txtbg.png) repeat;width:304px;z-index:5;}