.main-body .adv{margin-top: 8px;}
.main-body .adv img{width: 596px;height: 55px;}
.main-body .headlines{padding: 18px 0 15px 0;font-family: '黑体';font-weight: 900;}
.main-body .headlines img{margin-right: 8px;}

.main-body .front-page{width: 100%;border-bottom: 1px dashed #535353;padding-bottom: 10px;}
.main-body .front-page .more{right: 10px;top: 1px;}
.main-body .front-page .front-text{height: 12px;padding: 0 3px;line-height: 22px;margin-bottom: 10px;}
.main-body .front-page .front-text a{color: #333;}

.main-body .text-special a{color: #707070;padding: 0 15px;}
.main-body .focus{width: 100%;height: 562px;margin-bottom: 26px;overflow: hidden;}
.main-body .focus img{width: 100%;height: 100%;}
.main-body .focus .right{right: 15px;top: 0;width: 255px;height: 100%;background-color: rgba(0,0,0,.5);padding-top: 10px;}
.main-body .focus .right li{display: block;width: 100%;height: 70px;padding: 9px 20px;margin-top: 5px;margin-bottom: 7px;}
.main-body .focus .right li a{height: 52px;line-height: 26px;color: #fff;}
.main-body .focus .right li.on{background-color: #2b689b;}
.main-body .focus .right li.on a{color: #fff !important;font-weight: 600;}

.main-body .news .news-dl{margin-left: -20px;margin-bottom: 10px;}
.main-body .news .news-dl .news-dd{width: 320px;margin-left: 20px;}
.main-body .news .news-dl .news-dd .hd-list{margin-top: -8px;}
.main-body .news .news-dl .news-dd .hd-list a{line-height: 30px;color: #333;width: 100%;display: block;}
.main-body .news .news-dl .news-dd .hd-list a:hover{text-decoration: underline;}
.main-body .news .news-dl .news-dd .hd-list a:first-child{font-weight: bold;font-size: 16px;color: #1b5194;}
/* 栏目更多 */
.hd-home{
    position: relative;
    height: 35px;
    margin-bottom: 15px;
    line-height: 35px;
}

 .hd-home .title{
    position: relative;
    padding-left: 15px;
    font-size: 22px;
    font-family: '黑体';
    font-weight: 900;  
}

.hd-home .title a{
    color: #1b5194;
}

.hd-home .title:before{
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 26px;
    content: "";
    background: url(../img/lanmuIcon.png;vpn_img) no-repeat;
}

/* 农村财经菁英互联网文娱教育 */
.new-pic{
    width: 320px;
    margin-left: 20px;
    overflow: hidden;
}
.new-pic li:first-child{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.new-pic li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-pic li img{
    display: none;
    width: 100%;
    height: 100%;
}
.new-pic li p{
	width: 100%;
	text-align: left;
	color: #333;
}
.new-pic li:first-child img{
    display: block;
}

.new-pic li:first-child p{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: rgba(83,152,193,0.6);
	padding: 0 10px;
}

/* 栏目通栏 */
.area{margin-top: 8px;margin-bottom: 8px;}
.news-piclis{
    width: 1000px;
}

.news-piclis ul{
    width: 1020px;
}

.news-piclis ul li{
    float: left;
    width: 150px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.news-piclis ul li .image{
    width: 150px;
    height: 84px;
    overflow: hidden;
}

.news-piclis ul li .image img{
    width: 100%;
    height: 100%;
}

.news-piclis ul li .title{    
    font-size: 15px;
    width: 100%;
	color: #333;
    padding: 12px 8px;
    box-sizing: border-box;
    background-color: #f5f5f5;  
}

.news-piclis ul li .title p{
    height: 22px;   
    overflow: hidden;
    font-size: 14px;
    text-align: left;
}

.news-piclis ul li .title span{
    display: block;
    height: 20px; 
    font-size: 12px;
    font-weight: normal;
    color: #737373;
    text-align: left;
}

.news-piclis .quxian dd {float: left;width:50px;line-height: 25px;}
.news-piclis .quxian dd a {color: #015089;}

.news-piclis .county dd{float: left;margin-bottom: 12px;margin-right: 1px;}
.news-piclis .county dd img{width: 49px;height: 60px;box-shadow: 2px 2px 5px rgba(242, 242, 242, 1), -2px 2px 5px rgba(242, 242, 242, 1), 2px -2px 5px rgba(242, 242, 242, 1), -2px -2px 5px rgba(242, 242, 242, 1);}

.ads .xll{width: 100%;height: 45px;margin-top: 5px;}
.ads .xl{width: 497px;margin-left: 6px;margin-top: 5px;}
.ads a:first-child .xl{margin-left: 0 !important;}

.ads{display: -webkit-box;  display: -moz-box;display: -ms-flexbox;display: -webkit-flex;;display: flex;justify-content: space-between;}
.ads a{-webkit-box-flex:1;-moz-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;;flex:1;margin: 5px 5px 0 0;}
.ads a:last-child{margin-right: 0;}
.ads a img{width: 100%;height: 50px;}

/* 回到顶部 */
.gotop {
    position: fixed;
    top: 580px;
    left: 50%;
    margin-left: 562px;
    width: 63px;
    cursor: pointer;
}

.gotop img:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.gotop ul {
  position: relative;
  margin-bottom: 0px;
  height: 186px;
  background: url('../img/gobd.png;vpn_img') no-repeat;
}

.gotop ul li {
  text-align: center;
  padding-top: 20px;
}

.gotop ul li:hover i {
  width: 110px;
  height: 143px
}

.gotop ul li i {
  position: absolute;
  top: 2px;
  left: 60px;
  display: inline-block;
  width: 0;
  height: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
}

.picScroll-left{width:1000px; overflow:hidden;}
.picScroll-left .hd{ overflow:hidden;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block; width: 30px; height: 30px; margin-right:5px;overflow:hidden;}


/* 底部相关二维码 */
.xiangguan{
    background: #e8e8e8;
    border-top: 2px solid #b0b0b0;
    border-bottom: 2px solid #b0b0b0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2) inset, 0px -2px 10px rgba(0, 0, 0, .2) inset;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    padding: 15px 0;
}

.xiangguan ul{	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: table;
    justify-content: center;
}

.xiangguan li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: table-cell;
}