﻿@charset "utf-8";

/****************************** 全局样式 ******************************/


/********** 全局 **********/

body {
    padding: 0;
    margin: 0;
    font: 14px/20px Microsoft YaHei;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
    background: #fff;
}

div,
dl,
dt,
dd,
ul,
h1,
h2,
h3,
h4,
p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    border: 0;
}

a {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #666;
    text-decoration: none;
}


/********** 其它 **********/

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

.clearfix {
    display: inline-block;
}

*html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    height: 0;
    overflow: hidden;
    font: 0/0 arial;
    visibility: hidden;
    clear: both;
}

.hidden {
    display: none;
}


/****************************** 全局样式 结束 ******************************/


/* 公共头部 */

.header-container {
    width: 100%;
    height: 142px;
    background: #262626;
}

.con-box {
    width: 1200px;
    margin: 0 auto;
}

.header-container .header {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    float: left;
    z-index: 999;
    position: relative;
}

.header-container .header .logo-box {
    width: 500px;
    float: left;
}

.header-container .header .logo-box a {
    width: 157px;
    height: 63px;
    display: block;
    margin-right: 10px;
    float: left;
    text-indent: -8000px;
    background-image: url(../images/logo.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header-container .header .logo-box .top-text {
    color: #fffefe;
    padding: 15px 0 0px;
}

.header-container .header .logo-box .bottom-text {
    color: #7b7b7b;
}

.header-container .header .header-right {
    width: 600px;
    float: right;
    margin-top: 16px;
}

.header-container .header .header-right .shejiao-box {
    float: right;
    margin-top: 7px;
}

.header-container .header .header-right .shejiao-box a {
    display: block;
    margin-right: 10px;
    font-size: 12px;
    position: relative;
    float: left;
    color: #777;
}
.header-container .header .header-right .shejiao-box a:hover {
    color: #999;
}
.header-container .header .header-right .shejiao-box a .ecode-box {
    width:150px;
    height:170px;
    position: absolute;
    left:50%;
    margin-left:-75px;
    top:30px;
    background:#fff;
    border-radius: 6px;
    padding:8px;
    box-sizing:border-box;
    z-index:999;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    display: none;
}
.header-container .header .header-right .shejiao-box a:hover .ecode-box {
    display: block;
}
.header-container .header .header-right .shejiao-box a .ecode-box i {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top:-6px;
    left:50%;
    margin-left: -8px;
}
.header-container .header .header-right .shejiao-box a .ecode-box img {
    width: 100%;
    height: auto;
    display: block;
}
.header-container .header .header-right .shejiao-box a .ecode-box p {
    text-align:center;
    line-height:20px;
    color:#333;
    font-size:14px;
}

.header-container .header .header-right .shejiao-box a .icon-shejiao {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url(../images/icon_shejiao1.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.header-container .header .header-right .shejiao-box a.sj-wx .icon-shejiao {
    background-position: -26px 0;
}

.header-container .header .header-right .shejiao-box a.sj-wb .icon-shejiao {
    background-position: 0 0;
}

.header-container .header .header-right .shejiao-box a.sj-tt .icon-shejiao {
    background-position: -52px 0;
}

.header-container .header .header-right .search-box {
    float: right;
    margin-left: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.header-container .header .header-right .search-box .txt {
    width: 212px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px 0 14px;
    box-sizing: border-box;
}

.header-container .header .header-right .search-box button {
    width: 50px;
    height: 36px;
    background: #373737;
    border: 0;
    margin-left: -5px;
    vertical-align: top;
}

.header-container .header .header-right .search-box button .icon-search {
    width: 26px;
    height: 26px;
    display: block;
    background-image: url(../images/icon_search.png);
    margin: 0 auto;
}

.header-container .nav-box {
    width: 100%;
    float: left;
    height: 55px;
    margin-top: 13px;
    position: relative;
}

.header-container .nav-box .link-index {
    width: 110px;
    height: 55px;
    background: #e23838;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    z-index: 999;
}

.header-container .nav-box .link-index p {
    /*width:20px;*/
    display: inline-block;
    text-align: center;
    line-height: 55px;
    color: #fff;
}

.header-container .nav-box .link-box {
    position: inherit;
    z-index: 9;
    padding: 11px 0;
}

.header-container .nav-box .link-box a {
    width: 88px;
    float: left;
    display: block;
    text-align: center;
    padding: 6px 0;
    color: #fff;
}

.header-container .nav-box .nav-line {
    position: absolute;
    left: 110px;
    top: 0;
}

.header-container .nav-box .nav-li {
    width: 88px;
    height: 55px;
    display: block;
    float: left;
    box-shadow: -1px 0 1px #343434;
}

.header-container .nav-box .nav-li .navLi-top {
    width: 100%;
    height: 4px;
    display: block;
    background: #9f1e09;
    position: relative;
}

.header-container .nav-box .nav-li .navLi-top i {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #9f1e09;
}

.header-container .nav-box .nav-li:nth-child(1) .navLi-top {
    background: #9f1e09;
}

.header-container .nav-box .nav-li:nth-child(1) .navLi-top i {
    border-top-color: #9f1e09;
}

.header-container .nav-box .nav-li:nth-child(2) .navLi-top {
    background: #009aff;
}

.header-container .nav-box .nav-li:nth-child(2) .navLi-top i {
    border-top-color: #009aff;
}

.header-container .nav-box .nav-li:nth-child(3) .navLi-top {
    background: #faa203;
}

.header-container .nav-box .nav-li:nth-child(3) .navLi-top i {
    border-top-color: #faa203;
}

.header-container .nav-box .nav-li:nth-child(4) .navLi-top {
    background: #828a95;
}

.header-container .nav-box .nav-li:nth-child(4) .navLi-top i {
    border-top-color: #828a95;
}

.header-container .nav-box .nav-li:nth-child(5) .navLi-top {
    background: #b3b1b2;
}

.header-container .nav-box .nav-li:nth-child(5) .navLi-top i {
    border-top-color: #b3b1b2;
}

.header-container .nav-box .nav-li:nth-child(6) .navLi-top {
    background: #5b6a81;
}

.header-container .nav-box .nav-li:nth-child(6) .navLi-top i {
    border-top-color: #5b6a81;
}

.header-container .nav-box .nav-li:nth-child(7) .navLi-top {
    background: #9f1e09;
}

.header-container .nav-box .nav-li:nth-child(7) .navLi-top i {
    border-top-color: #9f1e09;
}

.header-container .nav-box .nav-li:nth-child(8) .navLi-top {
    background: #009aff;
}

.header-container .nav-box .nav-li:nth-child(8) .navLi-top i {
    border-top-color: #009aff;
}

.header-container .nav-box .nav-li:nth-child(9) .navLi-top {
    background: #faa203;
}

.header-container .nav-box .nav-li:nth-child(9) .navLi-top i {
    border-top-color: #faa203;
}

.header-container .nav-box .nav-li:nth-child(10) .navLi-top {
    background: #3b8139;
}

.header-container .nav-box .nav-li:nth-child(10) .navLi-top i {
    border-top-color: #3b8139;
}

.header-container .nav-box .nav-li:nth-child(11) .navLi-top {
    background: #704185;
}

.header-container .nav-box .nav-li:nth-child(11) .navLi-top i {
    border-top-color: #704185;
}

.header-container .nav-box .nav-li:nth-child(12) .navLi-top {
    background: #828a95;
}

.header-container .nav-box .nav-li:nth-child(12) .navLi-top i {
    border-top-color: #828a95;
}

.header-container .nav-box .nav-li:nth-child(13) .navLi-top {
    background: #b3b1b2;
}

.header-container .nav-box .nav-li:nth-child(13) .navLi-top i {
    border-top-color: #b3b1b2;
}

.header-container .nav-box .nav-li:nth-child(14) .navLi-top {
    background: #5b6a81;
}

.header-container .nav-box .nav-li:nth-child(14) .navLi-top i {
    border-top-color: #5b6a81;
}


/* 公共底部 */

.footer-nav {
    width: 100%;
    height: 300px;
    background: #2c2c2c;
}

.footer-nav .footer-map {
    width: 223px;
    height: 224px;
    display: block;
    float: right;
    margin: 37px 30px 0 0;
}

.footer-nav p {
    font-size: 14px;
    color: #ccc;
}

.footer-nav p.footertext-top {
    padding: 80px 0 0;
}

.footer-nav p.footertext-bottom {
    padding: 60px 0 0;
}

.footer-nav p b {
    font-size: 24px;
    color: #f7f7f7;
    margin-right: 10px;
}

.footer-nav p a {
    color: #f7f7f7;
    margin-right: 10px;
}

.footer-nav p .icon-address {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../images/icon-address.png);
    vertical-align: top;
    margin: -10px 10px 0 0;
}

.footer-nav p .icon-phone {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../images/icon-phone.png);
    vertical-align: top;
    margin: -10px 10px 0 0;
}

.footer-nav p span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.footer {
    width: 100%;
    height: 56px;
    background: #000;
}

.footer p {
    line-height: 56px;
    color: #eee;
    font-size: 12px;
}
.swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
  color:#fff;
}
.swiper-visible-switch {
  background: #aaa;
  color:#fff;
}
.swiper-active-switch {
  background: #fff;
  color:#000;
}
/* 首页 */

.banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;*/
}

.float {
    width: 260px;
    position: fixed;
    top:100px;
    left:20px;
    padding: 20px;
    background:#f8f8f8;
    z-index: 99999;
}

.index-container {
    width: 1200px;
    margin: 20px auto 0;
}

.index-container .indexCon1 {
    width: 100%;/*
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;*/
}

.indexCon1 .indexCon1-left {
    width: 560px;
    float: left;
}

.indexCon1 .index-fames {
    width: 560px;
    height: 440px;
    position: relative;
}

.indexCon1 .index-fames .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.item-title {
    display: block;
 }
.indexCon1 .index-fames .item-title {
    width: 134px;
    height: 55px;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 9999;
}

.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-container .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.indexCon1 .index-fames .swiper-container .swiper-slide p {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 36px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.indexCon1 .index-fames .swiper-container .swiper-pagination {
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}
.indexCon1 .index-fames .swiper-container .swiper-pagination span {
    width:25% !important;
    height: 36px;
    display: block;
    float: left;
    margin:0;
    border:0;
    box-shadow:1px 0 0 rgba(255, 255, 255, 0.4) inset;
    line-height: 36px;
}

.indexCon1 .news-focus {
    width: 528px;
    height: 232px;
    margin-top: 16px;
    background: #f7f7f7;
    position: relative;
    padding: 16px;
}

.indexCon1 .news-focus .item-title {
    width: 113px;
    height: 55px;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -55px;
    z-index: 9999;
}

.indexCon1 .news-focus .newsFocus-top {
    width: 100%;
    margin-top: 4px;
}

.indexCon1 .news-focus .newsFocus-top img {
    width: 175px;
    height: 120px;
    display: block;
    float: left;
    margin-right: 25px;
}

.indexCon1 .news-focus .newsFocus-top h3 a {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
}

.indexCon1 .news-focus .newsFocus-top p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.indexCon1 .news-focus .newsFocus-top p a {
    color: #666;
}

.indexCon1 .news-focus .newsFocus-list {
    width: 100%;
    margin-top: 6px;
}

.indexCon1 .news-focus .newsFocus-list li {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 6px;
}

.indexCon1 .news-focus .newsFocus-list li i {
    width: 7px;
    height: 7px;
    display: block;
    margin-top: 6px;
    float: left;
    background: #989898;
}

.indexCon1 .news-focus .newsFocus-list li .line-dotted {
    width: 68%;
    display: block;
    border-top: 1px dotted #b9b9b9;
    position: absolute;
    left: 15%;
    top: 10px;
}

.indexCon1 .news-focus .newsFocus-list li .newsFocus-title {
    padding-right: 30px;
    background: #f7f7f7;
    margin-left: 10px;
    position: relative;
}

.indexCon1 .news-focus .newsFocus-list li a {
    font-size: 14px;
    color: #333;
}

.indexCon1 .news-focus .newsFocus-list li a:hover {
    color: #e23838;
}

.indexCon1 .news-focus .newsFocus-list li a:hover i {
    background: #e23838;
}

.indexCon1 .news-focus .newsFocus-list li .date {
    float: right;
    color: #777 !important;
    font-size: 12px;
}

.indexCon1 .indexCon1-center {
    width: 266px;
    float: left;
    margin-left: 22px;
}

.indexCon1 .indexCon1-center .redBlack {
    width: 258px;
    height: 712px;
    background: #f7f7f7;
    border:4px solid #e23838;
}

.indexCon1 .redBlack .item-title {
    width: 100%;
    height: 43px;
    background-image: url(../images/title_bg.png);
    background-position: -135px 0;
    background-repeat: no-repeat;
}

.indexCon1 .redBlack .swiper-container {
    width:248px;
    padding: 5px;
    height: 602px;
    margin-top: 22px;
}

.indexCon1 .redBlack ul li {
    width: 246px;
    margin: 0 auto;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
}

.indexCon1 .redBlack ul li .img-box {
    width: 100%;
    height: 132px;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center; 
}

.indexCon1 .redBlack ul li a {
    width: 236px;
    height: auto;
    display: block;
    padding: 5px;
    border-bottom: 1px solid #d1d1d1;
}

.indexCon1 .redBlack ul li a:hover {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}

.indexCon1 .redBlack ul li a h3 {
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexCon1 .redBlack ul li a .list-bottom {
    font-size: 12px;
    color: #777;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
}

.indexCon1 .redBlack ul li a .list-bottom .message {
    float: right;
}

.indexCon1 .redBlack ul li a .list-bottom .message i {
    width: 16px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/icon_message.png);
    vertical-align: top;
    margin: 3px 5px 0 0;
}

.indexCon1 .redBlack .check-more {
    padding: 25px 0 0;
    text-align: center;
}

.indexCon1 .redBlack .check-more a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    padding: 0 2px 2px;
    border-bottom: 1px solid #333;
}

.indexCon1 .redBlack .check-more a:hover {
    color: #e23838;
    border-color: #e23838;
}

.indexCon1 .indexCon1-right {
    width: 330px;
    float:right;
}

.indexCon1 .indexCon1-right .news-video {
    width: 100%;
    height: 720px;
}

.indexCon1 .indexCon1-right .news-video .item-title {
    width: 100%;
    height: 43px;
    background-image: url(../images/title_bg.png);
    background-position: -135px -165px;
    background-repeat: no-repeat;
}

.indexCon1 .indexCon1-right .news-video .news-video-list {
    height: 670px;
    margin-top: 7px;
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

.indexCon1 .news-video li {
    width: 100%;
    height: 216px;
    position: relative;
    float:left;
    margin-top:7px;
}

.indexCon1 .news-video li a {
    width: 100%;
    height: 100%;
    display: block;
}

.indexCon1 .news-video li .img-box {
    width: 100%;
    height: 100%;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center; 
    /*-ms-behavior: url(../images/backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);*/
}

.indexCon1 .news-video li .video-bottom {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    padding: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    color: #fff;
}

.indexCon1 .news-video li .video-bottom i {
    width: 28px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url(../images/icon-video.png);
}

.indexCon1 .news-video li .video-bottom span {
    float: right;
    font-size: 12px;
}

.container-banner {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
}

.index-container .indexCon2 {
    width: 100%;
    margin-top: 20px;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}

.indexCon2 .indexCon2-left {
    width: 668px;
    height: 624px;
    float:left;
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

.indexCon2 .indexCon2-left .wealth-media {
    width: 100%;
    height: 480px;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}
.swiper-slide .img-box {
    width: 100%;
    height: 100%;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center; 
}

.indexCon2 .indexCon2-left .news-wealth {
    width: 323px;
    position: relative;
    float: left;
}

.indexCon2 .indexCon2-left .news-media {
    width: 323px;
    position: relative;
    float: right;
}

.indexCon2 .indexCon2-left .wealth-media .item-title {
    width: 113px;
    height: 55px;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    z-index: 9999;
}

.indexCon2 .indexCon2-left .news-wealth .item-title {
    width: 180px;
    background-position: 0 -110px;
}

.indexCon2.indexCon3 .indexCon2-left .news-wealth .item-title {
    width: 113px;
    background-position: -135px -275px;
}

.indexCon2 .indexCon2-left .news-media .item-title {
    width: 134px;
    background-position: 0 -165px;
}
.indexCon2 .indexCon2-left .news-media .item-title {
    background-position: 0 -165px;
}
.indexCon2.indexCon3 .indexCon2-left .news-media .item-title {
    background-position: -135px -220px;
}
.indexCon2 .wealth-media .swiper-container {
    width: 100%;
    height: 246px;
    position: relative;
}

.indexCon2 .bottom-banner {
    width: 668px;
    height: 122px;
    position: relative;
    margin-top:20px;
}

.indexCon2 .swiper-container .swiper-pagination {
    text-align: right;
}

.indexCon2 .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    opacity: 1;
    background: #fff;
}

.indexCon2 .swiper-container .swiper-pagination-bullet-active {
    background: #e23838;
}

.indexCon2 .wealth-media .con2Left-list {
    width: 100%;
    margin-top: 10px;
}

.indexCon2 .wealth-media .con2Left-list li {
    width: 100%;
    float: left;
    margin-top: 12px;
    font-size: 14px;
}

.indexCon2 .wealth-media .con2Left-list li a i {
    width: 7px;
    height: 7px;
    display: block;
    margin: 6px 8px 0 0;
    float: left;
    background: #989898;
}

.indexCon2 .wealth-media .con2Left-list li a:hover {
    color: #cb3232;
    text-decoration: underline;
}

.indexCon2 .wealth-media .con2Left-list li a:hover i {
    background: #e23838;
}

.indexCon2 .indexCon2-center {
    width: 266px;
    height: 624px;
    float: left;
    margin-left: 24px;
    background: #f7f7f7;
    position: relative;
}

.indexCon2 .indexCon2-center .item-title {
    width: 113px;
    height: 55px;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -220px;
    z-index: 9999;
}

.indexCon2.indexCon3 .indexCon2-center .item-title {
    background-position: -275px -275px;
}

.indexCon2 .indexCon2-center .icon-fzp {
    width: 93px;
    height: 18px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

.indexCon2 .indexCon2-center ul {
    padding: 50px 10px 0;
}

.indexCon2 .indexCon2-center ul li {
    width: 100%;
    float: left;
    margin-top: 8px;
}

.indexCon2 .indexCon2-center ul li .item-top {
    width: 100%;
}

.indexCon2 .indexCon2-center ul li .item-top .img-box {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    margin-right: 8px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
}

.indexCon2 .indexCon2-center ul li .item-top h3 {
    height: 62px;
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.indexCon2 .indexCon2-center ul li .item-top p {
    text-align: right;
}

.indexCon2 .indexCon2-center ul li .item-top p i {
    width: 16px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/icon_message.png);
    vertical-align: top;
    margin: 3px 5px 0 0;
}

.indexCon2 .indexCon2-center ul li .item-text {
    line-height: 18px;
    color: #777;
    font-size: 12px;
}

.indexCon2 .indexCon2-center .check-more {
    padding: 15px 0 0;
    text-align: center;
}

.indexCon2 .indexCon2-center .check-more a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    padding: 0 2px 2px;
    border-bottom: 1px solid #333;
}

.indexCon2 .indexCon2-center .check-more a:hover {
    color: #e23838;
    border-color: #e23838;
}

.indexCon2 .indexCon2-center ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}

.indexCon2 .indexCon2-center ul li a:hover {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}

.indexCon2 .indexCon2-center ul li a:hover h3 {
    color: #cb3232;
}

.indexCon2 .indexCon2-right {
    width: 218px;
    height: 624px;
    float: right;
    background: #f7f7f7;
    position: relative;
}

.indexCon2 .indexCon2-right .item-title {
    width: 218px;
    height: 43px;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: -135px -44px;
}

.indexCon2.indexCon3 .indexCon2-right .item-title {
    background-position: -135px -330px;
}

.indexCon2 .indexCon2-right .pic-list {
    padding: 0 10px;
    box-sizing: border-box;
}

.indexCon2 .indexCon2-right .pic-list li {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.indexCon2 .indexCon2-right .pic-list li .img-box {
    width: 100%;
    height: 70px;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
}

.indexCon2 .indexCon2-right .pic-list li h3 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    width: 100%;
}

.indexCon2 .indexCon2-right .pic-list li p {
    font-size: 12px;
    color: #777;
}

.indexCon2 .indexCon2-right .pic-list li p i {
    width: 16px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/icon_message.png);
    vertical-align: top;
    margin: 3px 5px 0 0;
}

.indexCon2 .indexCon2-right .check-more {
    padding: 15px 0 0;
    text-align: center;
}

.indexCon2 .indexCon2-right .check-more a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    padding: 0 2px 2px;
    border-bottom: 1px solid #333;
}

.indexCon2 .indexCon2-right .check-more a:hover {
    color: #e23838;
    border-color: #e23838;
}

.indexCon2 .indexCon2-right .pic-list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}

.indexCon2 .indexCon2-right .pic-list a:hover {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}

.indexCon2 .indexCon2-right .text-list {
    padding: 10px 10px 15px;
    border-bottom: 1px solid #d1d1d1;
}

.indexCon2 .indexCon2-right .text-list li {
    width: 100%;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blue-line {
    width: 100%;
    height: 5px;
    background: #063a85;
    margin-top: 32px;
}

.partner {
    width: 100%;
    height: 700px;
    background: #f7f7f7;
    margin-top: 46px;
    position: relative;
}

.partner .item-title {
    width: 182px;
    height: 54px;
    background-image: url(../images/title_bg.png);
    background-position: -185px -88px;
    position: absolute;
    left: 50%;
    margin-left: -91px;
    top: -17px;
}

.partner .partner-link {
    width: 1000px;
    padding-top: 55px;
    margin: 0 auto;
    line-height: 30px;
	max-height:550px;
}

.partner .partner-link a:hover {
    color: #cb3232;
}


/* 列表页 */

.page-container {
    width: 1200px;
    margin: 38px auto 0;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}

.page-container .page-left {
    width: 805px;
    float:left;
}

.page-left .ny-nav {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    color: #999;
}

.page-left .ny-nav i {
    width: 3px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: #e23838;
}

.page-left .ny-nav a {
    padding: 0 10px;
    color: #999;
}

.page-left .ny-nav a:hover,
.page-left .ny-nav a.hover {
    color: #333;
}

.details-list {
    width: 100%;
}

.details-list li {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px dotted #d4d4d4;
}

.details-list li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.details-list li .newImg-link {
    width: 200px;
    height: 140px;
    display: block;
    float: left;
    margin-right: 25px;
}

.details-list li .newImg-link .img-box {
    width: 100%;
    height: 100%;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
}

.details-list li h2 a {
    font-size: 24px;
    color: #333;
    line-height:26px;
    height: 52px;
    display: block;
    font-weight: normal;
}

.details-list .details-digest {
    color: #888;
    margin: 5px 0 20px;
}

.details-list .details-btmline {
	display: inline;
    height: 24px;
    color: #777;
    font-size:12px;
}

.details-list .details-btmline .list-share {
    float: right;
    font-size: 13px;
    height:24px;
}

.details-list .details-btmline .list-share .toShare {
    margin-right: 6px;
    display: none;
}

.details-list .details-btmline .list-share:hover .toShare {
    display: inline-block;
}

.toShare.bshare-custom a {
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-block;
    background-image: url(../images/icon-shejiao.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 9px;
}

.toShare.bshare-custom a.icon-wx {
    background-position: 0 0;
}

.toShare.bshare-custom a.icon-wb {
    background-position: -24px 0;
}

.toShare.bshare-custom a.icon-qq {
    background-position: -48px 0;
}

.page-left .details-list .details-btmline .list-share .icon-share {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url(../images/icon-share.png);
    margin: 5px 7px 0 0;
    vertical-align: top;
}

.page-container .page-right {
    width: 285px;
    float: right;
}

.page-right .pageright-item {
    width: 100%;
    background: #f7f7f7;
    position: relative;
}

.page-right .pageright-item .item-title {
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
}

.page-right .focus-news .item-title {
    width: 113px;
    height: 55px;
    background-position: 0 -55px;
}

.page-right .pageright-item ul {
    padding: 55px 16px 25px 8px;
}

.page-right .pageright-item ul li {
    width: 100%;
    float: left;
    margin-top: 8px;
}

.page-right .pageright-item ul li a {
    color: #333;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-right .pageright-item ul li a i {
    width: 7px;
    height: 7px;
    display: block;
    margin: 6px 14px 0 0;
    float: left;
    background: #989898;
}

.page-right .pageright-item ul li a:hover {
    color: #666;
}

.page-right .pageright-item ul li a:hover i {
    background: #e23838;
}

.page-right .member-news {
    margin-top: 30px;
}

.page-right .member-news .item-title {
    width: 113px;
    height: 55px;
    background-position: 0 -275px;
}

.page-right .read-ranking {
    margin-top: 30px;
}

.page-right .read-ranking .item-title {
    width: 113px;
    height: 55px;
    background-position: 0 -330px;
}

.page-right .read-ranking .read-item {
    position: absolute;
    top: 15px;
    right: 6px;
    font-size: 12px;
    color: #cecece;
}

.page-right .read-ranking .read-item a {
    margin: 0 5px;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}

.page-right .read-ranking .read-item a.hover {
    color: #e23838;
}

.page-right .read-ranking ul li a i {
    width: 14px;
    height: 14px;
    display: block;
    margin: 3px 7px 0 0;
    float: left;
    background: #989898;
    color: #fff;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
}

.page-right .redBlack {
    width: 278px;
    height: 680px;
    background: #f7f7f7;
    margin-top: 30px;
    border:4px solid #e23838;
}

.page-right .redBlack .item-title {
    width: 278px;
    height: 43px;
    background: #e23838;
}

.page-right .redBlack .item-title span {
    width: 268px;
    height: 43px;
    background-image: url(../images/title_bg.png);
    background-position: -135px 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
}

.page-right .redBlack .swiper-container {
    width: 268px;
    height: 600px;
    margin-top: 10px;
}

.page-right .redBlack ul li {
    width: 268px;
    margin: 0 auto;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
}

.page-right .redBlack ul li .img-box {
    width: 256px;
    height: 136px;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center; 
}

.page-right .redBlack ul li a {
    width: 256px;
    height: auto;
    display: block;
    padding: 6px;
    border-bottom: 1px solid #d1d1d1;
}

.page-right .redBlack ul li a:hover {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}

.page-right .redBlack ul li a h3 {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-right .redBlack ul li a .list-bottom {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
}

.page-right .redBlack ul li a .list-bottom .date {
    float: left;
}

.page-right .redBlack ul li a .list-bottom .message {
    float: right;
}

.page-right .redBlack ul li a .list-bottom .message i {
    width: 16px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/icon_message.png);
    vertical-align: top;
    margin: 3px 5px 0 0;
}


/* 内容页 */

.detail-box {
    width: 100%;
    margin-top: 5px;
}

.detail-box .detail-title {
    width: 100%;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}

.detail-box .title-down {
    padding-top: 10px;
    color: #999;
}

.detail-box .detail-digest {
    width: 100%;
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.detail-box .digest-line {
    width: 172px;
    height: 3px;
    background: #e9e6e6;
    display: block;
    margin-top: 20px;
}

.detail-box .detail-content {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
}

.detail-box .detail-content img {
    max-width: 100%;
    height: auto !important;
}

.detail-box .detail-bottom {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

.detail-box .detail-bottom p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.detail-box .tag-box {
    width: 100%;
    margin-top: 30px;
}

.detail-box .tag-box a {
    padding: 5px 10px;
    background: #f5f5f5;
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}

.read-extend {
    width: 100%;
    margin-top: 30px;
}

.read-itemTitle {
    font-size: 20px;
    color: #333;
}

.read-extend .extendBox {
    width: 100%;
    margin-top: 20px;
}

.read-extend .extendBox li {
    width: 45%;
    float: left;
    margin: 0 5% 10px 0;
}

.read-extend .extendBox li a {
    width: 100%;
    display: block;
}

.read-extend .extendBox li a i {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 8px;
    background-image: url(../images/icon_link.png);
    background-position: 0 0;
}

.read-extend .extendBox li a:hover {
    color: #cb3232;
    text-decoration: underline;
}

.read-extend .extendBox li a:hover i {
    background-position: 0 -16px;
}

.comment {
    width: 100%;
    margin-top: 30px;
}

.comment .comment-box {
    width: 100%;
    height: 120px;
    margin-top: 20px;
    padding: 13px;
    border: 2px solid #dfdcdc;
    box-sizing: border-box;
}

.comment .comment-box textarea {
    width: 100%;
    height: 70px;
    resize: none;
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 24px;
    border: 0;
    outline: none
}

.comment .comment-box p {
    text-align: right;
    color: #ccc;
}

.comment .comment-box p i {
    font-style: normal;
}

.comment .publish-line {
    text-align: right;
    margin-top: 20px;
}

.comment .publish-line button {
    color: #94969f;
    background: #e6e6e6;
    border-radius: 2px;
    border: 0;
    outline: none;
    font-size: 12px;
    padding: 6px 12px;
}

.comment-all {
    width: 100%;
    margin-top: 30px;
}

.comment-all .read-itemTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e4e4;
}

.comment-all .read-itemTitle i {
    font-style: normal;
    color: #e23838;
}

.comment-all .comment-list {
    width: 100%;
}

.comment-all .comment-list li {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e4e4;
}

.comment-all .comment-list li .comment-detail {
    width: 100%;
}

.comment-all .comment-list li .comment-detail img {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    display: block;
    float: left;
    margin-right: 15px;
}

.comment-all .comment-list li .comment-detail .comment-con {
    width: 725px;
    font-size: 12px;
    display: inline-block;
}

.comment-all .comment-list li .comment-detail .comment-con .name-line {
    color: #ccc;
}

.comment-all .comment-list li .comment-detail .comment-con .name-line i {
    color: #2f76cd;
    font-style: normal;
}

.comment-all .comment-list li .comment-jiaohu {
    text-align: right;
}

.comment-all .comment-list li .comment-jiaohu a {
    font-size: 12px;
    margin: 0 5px;
}

.comment-all .comment-list .moreComment {
    width: 100%;
    padding: 10px;
    text-align: center;
    display: block;
    margin-top: 15px;
    background: #f7f7f7;
}

.comment-all .comment-list .moreComment:hover {
    background: #f0f0f0;
}


/* 杂志列表页 */

.zazhi-list {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ededed;
}

.zazhi-list h1.zazhi-title {
    font-size: 20px;
    line-height: 60px;
}

.zazhi-list .zazhi-container {
    padding: 0 10px 20px;
    background: #f6f4f5;
    box-sizing: border-box;
}

.zazhi-list .zazhi-container .zazhi-year {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.zazhi-list .zazhi-container .zazhi-year a {
    padding: 0 3px 2px;
    margin: 0 5px;
}

.zazhi-list .zazhi-container .zazhi-year a:hover,
.zazhi-list .zazhi-container .zazhi-year a.hover {
    background: #e23838;
    color: #fff;
}

.zazhi-list .zazhi-container .list-box {
    width: 100%;
    margin-top: 10px;
}

.zazhi-list .zazhi-container .list-box ul {
    margin: -20px 0 0 -10px;
}

.zazhi-list .zazhi-container .list-box li {
    width: 376px;
    float: left;
    margin: 20px 0 0 12px;
}

.zazhi-list .zazhi-container .list-box li a {
    width: 150px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    float: left;
    box-sizing: border-box;
    margin-right: 5px;
}

.zazhi-list .zazhi-container .list-box li .img-box {
    width: 145px;
    height: 190px;
    display: block;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center; 
}

.zazhi-list .zazhi-container .list-box li p.title {
    padding: 5px 0;
}

.zazhi-list .zazhi-container .list-box li p.chuban {
    padding: 30px 0 0;
}

.zazhi-list .zazhi-container .list-box li p.ye-hao {
    padding: 20px 0 0;
}

.zazhi-list .zazhi-container .list-box li p.all-hao {
    padding: 20px 0 0;
}

.zazhi-list .zazhi-container .list-box li .ecode-img {
    width: 200px;
    height: 200px;
    display: block;
}
.zazhi-list .zazhi-container .dz-box {
    width:100%;
    height:190px;
    margin-top: 10px;
    position: relative;
}
.zazhi-list .zazhi-container .dz-box .swiper-container {
    width: 100%;
    height:190px;
    overflow: hidden;
}
.zazhi-list .zazhi-container .dz-box .swiper-wrapper {
    margin: 0;
}
.zazhi-list .zazhi-container .dz-box .swiper-slide{
    width:232px;
    height:190px;
    padding:0 42px 0 42px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 190px;
    background: none;
}
.zazhi-list .zazhi-container .dz-box .swiper-slide span {
    position: relative;
}
.zazhi-list .zazhi-container .dz-box .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    background: none;
}
.zazhi-list .zazhi-container .dz-box .swiper-slide a span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.zazhi-list .zazhi-container .dz-box .swiper-slide a span img {
    width:100%;
    height: 100%;
    display: block;
}
.zazhi-list .zazhi-container .dz-box .swiper-slide a span p {
    width: 100%;
    height:36px;
    line-height: 36px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    font-size:14px;
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
}
.dz-box .arrow {
  display:block;width:45px;height:45px;background:transparent url(../images/dz-arrow.png) no-repeat;position:absolute;top:50%;margin-top:-29px;cursor:pointer;text-decoration:none;outline:0;border:0;z-index:999;
}
.dz-box .arrow.arrow-left{background-position:left top;left:-15px}
.dz-box .arrow.arrow-right{background-position:right top;right:-15px}
.dz-box .arrow.arrow-left:hover{background-position:left bottom}
.dz-box .arrow.arrow-right:hover{background-position:right bottom}

.page {
    height: 45px;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    clear: both
}

.page code {
    border: 1px solid #ccc;
    padding: 7px 8px;
    color: #666;
    font-family: "microsoft yahei";
}

.page a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #666
}

.page a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000
}

.page a.hover {
    background: #000;
    color: #fff;
    border: 1px solid #000
}

.page input {
    vertical-align: middle;
    height: 20px;
    border: 1px solid #ccc
}

.page input.pageDetail {
    width: 50px;
    height: 28px;
    text-align: center
}

.page input.page_bnt {
    border: none;
    width: 58px;
    height: 30px;
    cursor: pointer;
    font-family: "microsoft yahei";
    background: #000;
    color: #FFF
}

/*徽商名媛荟*/
/* 杂志列表页 */

.huishang-list {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ededed;
}

.huishang-list h1.huishang-title {
    font-size: 20px;
    line-height: 60px;
}
.huishang-list h1.huishang-title a {
	float:right;
	font-weight: normal;
	font-size:14px;
	line-height: 60px;
	display: inline-block;
	color:#333;
}
.huishang-list h1.huishang-title a:hover {
	color:#666;
}

.huishang-list .huishang-container {
    padding: 0 0 20px;
    background: #f6f4f5;
    box-sizing: border-box;
}

.huishang-list .huishang-container .list-box {
    width: 100%;
    margin-top: 10px;
}
.huishang-list .huishang-container .list-box .details-list li {
	width:96%;
	margin:0 auto;
}
.huishang-list .huishang-container .list-box .details-list li:hover {
	box-shadow: none;
}
.huishang-list .huishang-container .list-box .details-list li h2 {
	padding:10px 0 0;
}

/* 理事会 */
.lsh-container {
    width: 1200px;
    margin: 20px auto 0;
}
.lsh-container .lshCon1 {
    width: 100%;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}
.lshCon1-left {
    width: 300px;
    background:#f7f7f7;
    position: relative;
    float:left;
}
.lshCon1-left .item-title {
    width: 113px;
    height: 55px;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: -135px -385px;
    z-index: 9999;
}
.lshCon1-left ul {
    padding:0 10px 10px;
    margin-top:50px;
}
.lshCon1-left ul li {
    width:100%;
    float: left;
    margin-top:8px;
}
.lshCon1-left ul li a {
    width:100%;
    height:100%;
    display: block;
}
.lshCon1-left ul li .img-box {
    width:75px;
    height:75px;
    display: block;
    float:left;
    margin-right: 8px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
}
.lshCon1-left ul li p.job {
    font-size:16px;
    line-height:20px;
    height:40px;
    color: #555;
}
.lshCon1-left ul li p.name {
    font-size:16px;
    padding-top:8px;
    color: #333;
}
.lshCon1-center {
    width: 475px;
    position: relative;
    float:left;
    margin-left:25px;
}
.lshCon1-center .item-title {
    width: 113px;
    height: 55px;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: -249px -385px;
    z-index: 9999;
}
.lshCon1-center .swiper-container {
    width: 100%;
    height: 280px;
    position: relative;
}
.lshCon1-center .swiper-container .swiper-pagination {
    text-align: right;
}
.lshCon1-center .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    opacity: 1;
    background: #fff;
}
.lshCon1-center .swiper-container .swiper-pagination-bullet-active {
    background: #e23838;
}
.lshCon1-center .con2Left-list {
    width: 100%;
    margin-top: 10px;
}
.lshCon1-center .con2Left-list li {
    width: 100%;
    float: left;
    margin-top: 14px;
    font-size: 14px;
}
.lshCon1-center .con2Left-list li a i {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 8px;
    background-image: url(../images/icon_link.png);
    background-position: 0 0;
}
.lshCon1-center .con2Left-list li a:hover {
    color: #cb3232;
    text-decoration: underline;
}
.lshCon1-center .con2Left-list li a:hover i {
    background-position: 0 -16px;
}
.lshCon1-center .con2Left-list li span {
    float:right;
    font-size: 12px;
    color: #999
}
.lshCon1-right {
    width: 375px;
    position: relative;
    background: #f3f3f3;
    float:right;
}
.lshCon1-right .item-title {
    width: 134px;
    height: 55px;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -385px;
    z-index: 9999;
}
.lshCon1-right ul {
    padding: 0 10px 10px;
    margin-top: 50px;
}
.lshCon1-right ul li {
    width: 100%;
    float: left;
    margin-top: 7px;
}
.lshCon1-right ul li .item-top {
    width: 100%;
}
.lshCon1-right ul li .item-top .img-box {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    margin-right: 8px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center; 
}
.lshCon1-right ul li .item-top h3 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}
.lshCon1-right ul li .item-top p {
    font-size:13px;
    color:#666;
    margin-top:15px;
}

.lshCon1-right ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}

.lshCon1-right ul li a:hover {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}

.lshCon1-right ul li a:hover h3 {
    color: #cb3232;
}





/* 名媛荟 */
.indexCon1 .index-fames.myh-newsCenter .item-title {
    width:113px;
    background-position:-135px -440px;
}
.myh-newsList .newsFocus-list {
    width: 100%;
    margin-top: 6px;
}
.myh-newsList .newsFocus-list li {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
}
.myh-newsList .newsFocus-list li i {
    width: 7px;
    height: 7px;
    display: block;
    margin-top: 6px;
    float: left;
    background: #989898;
}
.myh-newsList .newsFocus-list li .line-dotted {
    width: 68%;
    display: block;
    border-top: 1px dotted #b9b9b9;
    position: absolute;
    left: 15%;
    top: 10px;
}
.myh-newsList .newsFocus-list li .newsFocus-title {
    padding-right: 30px;
    background: #fff;
    margin-left: 10px;
    position: relative;
}
.myh-newsList .newsFocus-list li a {
    font-size: 14px;
    color: #333;
}
.myh-newsList .newsFocus-list li a:hover {
    color: #e23838;
}
.myh-newsList .newsFocus-list li a:hover i {
    background: #e23838;
}
.myh-newsList .newsFocus-list li .date {
    float: right;
    color: #777 !important;
    font-size: 12px;
}

.myhCon1-center {
    width:320px;
    background: #f7f7f7;
    position: relative;
    float: left;
    margin-left:25px;
}
.myhCon1-center .item-title {
    width: 134px;
    height: 55px;
    position: absolute;
    left: -10px;
    top: 0;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -440px;
    z-index: 9999;
}
.myhCon1-center .myh-dongtai ul {
    padding: 0 10px;
    margin-top: 50px;
}
.myhCon1-center .myh-dongtai ul li {
    width: 100%;
    float: left;
    margin-top: 8px;
}
.myhCon1-center .myh-dongtai ul li .item-top {
    width: 100%;
}
.myhCon1-center .myh-dongtai ul li .item-top .img-box {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    margin-right: 8px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center; 
}
.myhCon1-center .myh-dongtai ul li .item-top h3 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}
.myhCon1-center .myh-dongtai ul li .item-top p {
    font-size:13px;
    color:#666;
    margin-top:15px;
}

.myhCon1-center .myh-dongtai ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}

.myhCon1-center .myh-dongtai ul li a:hover {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}

.myhCon1-center .myh-dongtai ul li a:hover h3 {
    color: #cb3232;
}
.myhCon1-right {
    width:276px;
    border:2px solid #e23838;
    box-sizing:border-box;
    float: right;
}
.myhCon1-right .item-title {
    width:100%;
    height:43px;
    line-height:43px;
    background: #e23838;
    color: #fff;
    text-align: center;
    font-size:20px;
}
.myhCon1-right .pp-box {
    width: 100%;
    padding:15px 20px 20px;
    box-sizing:border-box;
}
.myhCon1-right .pp-box ul {
    margin:-10px 0 0 -15px;
}
.myhCon1-right .pp-box li {
    width:100px;
    float:left;
    margin:10px 0 0 20px;
}
.myhCon1-right .pp-box li img {
    width:90px;
    height:90px;
    display: block;
    margin:0 auto;
    border-radius: 100%;
}
.myhCon1-right .pp-box li a {
    width:100%;
    height:100%;
    display: block;
}
.myhCon1-right .pp-box li p {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
.hy-box {
    width: 100%;
    background: #fff;
    padding:53px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    margin-top:20px;
    position:relative;
}
.hy-box h1 {
    width:150px;
    height:43px;
    line-height:43px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e23838;
    color:#fff;
    text-align: center;
    font-weight: normal;
}
.hy-box .hy-list {
    text-align:center;
    margin-bottom:10px;
}
.hy-box .hy-list h2 {
    font-size: 16px;
    line-height:40px;
    background:#e3e3e3;
    font-weight: normal;
}
.hy-box .hy-list ul {
    width:100%;
    background: #f7f7f7;
    padding:50px 30px;
    box-sizing:border-box;
}
.hy-box .hy-list li {
    width:27%;
    float: left;
    margin:10px 3%;
    text-align: left;
}

/* 大图轮播功能CSS */
.bottom-picBox {
    width: 1200px;
    height: 400px;
    position:relative;
    margin-top:32px;
}
.bottom-picBox .item-title {
    width:114px;
    height: 43px;
    background:#e23838;
    color: #fff;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: -32px;
    left: 0;
    z-index:9999;
}
.bottom-picBox .swiper-container {
    width: 1200px;
    height: 400px;
    text-align: center;
    position: relative;
}
.bottom-picBox .arrow {
  display:block;width:45px;height:58px;background:transparent url(../images/arrows.png) no-repeat;position:absolute;top:50%;margin-top:-29px;cursor:pointer;text-decoration:none;outline:0;border:0;_background:transparent url(../images/arrows.gif) no-repeat
}
.bottom-picBox .arrow.arrow-left{background-position:left top;left:-45px}
.bottom-picBox .arrow.arrow-right{background-position:right top;right:-45px}
.bottom-picBox .arrow.arrow-left:hover{background-position:left bottom}
.bottom-picBox .arrow.arrow-right:hover{background-position:right bottom}
.bottom-picBox .swiper-slide {
    width:300px;
    height: 300px;
    margin: 50px 0 0;
    opacity: 0.4;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position:relative;
}
.bottom-picBox .swiper-slide p {
    width: 100%;
    height:36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0,0,0,0.5);
    color:#fff;
}
.bottom-picBox .swiper-slide-visible {
    opacity: 0.5;
    width: 300px !important;
    height: 300px !important;
    margin: 50px 0 0;
}
.bottom-picBox .swiper-slide-active {
    TOP: 0px;
    opacity: 1;
    width: 600px !important;
    height: 400px !important;
    margin: 0;
}
.bottom-picBox .pagination {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0px;
    z-index: 20;
    bottom: 5px
}
.bottom-picBox .swiper-pagination-switch {
    cursor: pointer;
    height: 10px;
    width: 10px;
    background: #666;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    border-radius: 8px;
}
.bottom-picBox .swiper-visible-switch {
    background: #666;
    top: 0px;
}
.bottom-picBox .swiper-active-switch {
    background: #ff0000
}