@import url(../../css/rail1/reset.css);
body{
    min-width: 1002px;
    font-family: "Microsoft YaHei", "微软雅黑","宋体";
}
html{
    background-color: #fef7ea;
}
a{
    text-decoration: none; color: #000000;
}
.clear{
    zoom: 1;
}
.clear:after{
    content: ""; display: block; clear: both;
}
.content{
    width: 1002px;
    margin: 0 auto;
    overflow: hidden;
}
/* top头部 */
.top{
    background-color: #d0050a;
    height: 35px;
    color: #9f9d9d;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.top a{
    display: inline-block;
    color: white;
}
.topleft{
    float: left;
    padding-top: 3px;
	color:white;
}
.topright{
    float: right;
    padding-top: 3px;
}
.top .login{
    color: #ffc800;
}
/* banner */
.banner{
    height: 399px;
    background: url("../../images/16chunyun/banner.jpg") no-repeat center top;
    background-color: #e92d24;
}
/* nav */
.nav{
    height: 54px;
    padding-bottom: 24px;
    margin-top: -14px;
    background: url("../../images/16chunyun/navbg.png") no-repeat center top;
    zoom: 1;
}
.nav ul{
    padding-top: 14px;
    padding-left: 117px;
    width: 885px;
    margin: 0 auto;
    clear: both;
}
.nav li{
    float: left;
    zoom: 1;
    margin-right: 28px;
    min-width: 56px;
}
/*.nav li:nth-child(5), .nav li:nth-child(6), .nav li:nth-child(8){*/
/*padding: 0 15px 0 9px;*/
/**padding: 0 10px 0 12px;*/
/*}*/
.nav li:nth-child(5){
    margin-right: 25px;
}
.nav li:nth-child(6){
    margin-right: 23px;
}
.nav li a{
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    display: block;
}
.nav li a:hover{
    color: #feeb0a;
}

/* news */
.fl{
    float: left;
}
.newsL{
    width: 380px;
}
.newsM{
    width: 384px;
}
.newsR{
    width: 238px;
}
/* newsL */
.newsL .box1{
    width: 351px;
    height: 234px;
    border: 5px solid #f1ebde;
}


/* slide */
#slideshow_wrapper {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}
#slideshow_footbar {
    z-index:5;
    position:absolute;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000, endColorstr=#32000000);
    opacity:0.8;
    background-color:#000;
    width:100%;
    bottom:0;
    height:34px;
}
#slideshow_photo {
    position:absolute;
    width:100%;
    height:100%;
    cursor:pointer;
}
#slideshow_photo img{
    width: 100%;
    height: 100%;
}
#slideshow_photo a {
    width: 100%;
    height: 100%;
    z-index:1;
    position:absolute;
    display:block;
    top:0;
    left:0;
}
#slideshow_footbar .slideshow-bt {
    background-color:#fff0ce;
    margin:10px 10px 0 0;
    width:10px;
    border-radius:5px;
    display:inline;
    float:right;
    height:10px;
    font-size:0;

}
#slideshow_footbar .bt-on {
    background-color:#c51217;
}
#describe{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64%;
    height: 34px;
    z-index: 6;
    line-height: 34px;
    color: #fff;
    text-indent: 1em;
    font-size: 14px;
}

.newsL .box2{
    padding-top: 5px;
    padding-bottom: 8px;
}
.newsL .box2 li{
    float: left;
    border-right: 1px solid #f1ebde;
    border-bottom: 1px solid #f1ebde;
}
.newsL .box2 li a{
    display: block;
    width: 180px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    font-size: 16px;
    background-color: #f44031;
    color: #fcf1dc;
}
.newsL .box2 li a:hover{
    background-color: #8e0000;
}
.newsL .box3{
    width: 351px;
    height: 234px;
    border: 5px solid #f1ebde;
}
/* newsM */
.newsM .box1{
    padding-left: 4px;
}
.newsM .box1 li{
    padding-top: 6px;
    width: 362px;
    height: 74px;
    background-color: #e5dfd3;
    margin-bottom: 2px;
}
.newsM .box1 h3{
    color: #3e3a37;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}
.newsM .box1 p{
    color: #767676;
    padding: 0 8px 0 9px;
    font-size: 12px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 42px;
}
.newsList{
    width: 367px;
    padding: 5px 0 4px 0;
}
.newsM .box2 dt{
    background-position: 0 0;
}
.newsM .box3 dt{
    background-position: 0 -46px;
}
.newsM .box4 dt{
    background-position: 0 -92px;
}
.newsM .title{
    background-image: url("../../images/16chunyun/news_m_b2bg.png");
}
.title{
    margin-bottom: 7px;
    height: 45px;
    background-repeat: no-repeat;
}
.title h2{
    font-size: 0;
    width: 87px;
    height: 24px;
    padding: 20px 0 0 55px;

}
.title a{
    display: block;
    width: 100%;
    height: 100%;
}
.newsList dd{
    padding-left: 23px;
    background: url("../../images/16chunyun/listpoint.png") no-repeat 16px 10px;
}
.newsList dd a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #2d1a14;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsList dd a:hover, h3 a:hover{
    color: #931435;
    text-decoration: underline;
}
.newsList .hasImg{
    padding-left: 24px;
    background: url("../../images/16chunyun/hasimg.png") no-repeat 2px 5px;
}
/* newsR */
.newsR .box1{
    height: 85px;
}
.newsR .box2 .title{
    background-image: url("../../images/16chunyun/news_r_tbg.png");
}
.newsR .box2 .weibo{
    padding-left: 3px;
    width: 235px;
    height: 653px;
}


/* 新闻下方板块 */
.area{
    padding-top: 16px;
}
.area .title{
    background-image: url("../../images/16chunyun/areabg.png");
    margin-bottom: 13px;
}
/* swf送万福板块 */
.swf .title{
    background-position: 0 0;
}
.swfL li{
    padding-bottom: 2px;
}
.swfL li a{
    font-size: 16px;
    line-height: 74px;
    text-align: center;
    display: block;
    width: 369px;
    height: 74px;
    background-color: #f1ebde;
}
.swfL li a:hover{
    background-color: #8e0000;
    color: #f8ece0;
}
.swfR{
    width: 630px;
    padding-left: 3px;
}

.imgWrap{
    overflow: hidden;
}
.imgL{
    width: 224px;
}
.imgL .imgWrap{
    width: 100%;
    height: 150px;
    padding-top: 1px;
}
.imgR{
    width: 405px;
    padding-left: 1px;
}
.imgR .imgWrap{
    width: 100%;
    height: 452px;
    padding-top: 1px;
}
.imgWrap a{
    display: block;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imgWrap a img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
.imgWrap p{
    position: absolute;
    height: 77px;
    width: 100%;
    bottom: -77px;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.6);
}
.imgWrap p span{
    display: block;
    padding: 19px 14px 0 14px;
}
.imgWrap p div{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.6;
    filter:Alpha(opacity=60);
}
/* 春运镜头板块 */
.jingtou .title{
    background-position: 0 -47px;
}
.imglistArea{
    padding: 4px;
    background-color: #ffffff;
}
.imgBig{
    width: 994px;
    padding-bottom: 2px;
}
.imgBig a{
    display: block;
    font-size: 0;
}
.imgBig img{
    display: block;
    width: 100%;
    height: 662px;
    vertical-align: bottom;
}
.imgList>a{
    display: block;
    width: 25px;
    height: 112px;
    background-image: url("../../images/16chunyun/listbtn.jpg");
    background-repeat: no-repeat;
}
.btnleft{
    background-position: 0 0;
}
.btnright{
    background-position: -25px 0;
}
.btnLists{
    position: relative;
    height: 112px;
    margin: 0 2px;
    width: 940px;
    overflow: hidden;
}
.btnLists ul{
    position: absolute;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}
.btnLists .active{
    border: 1px solid #ff3e19;
}
.btnLists ul li{
    display: inline-block;
    height: 110px;
    width: 184.5px;
    margin-right: 2px;
    border: 1px solid #fff;
    *float: left;
}
.btnLists ul li img{
    width: 100%;
    height: 100%;
}
/* 春运故事板块 */
.gushi .title{
    background-position: 0 -91px;
}
.gushi ul li{
    width: 332px;
    height: 127px;
    float: left;
    background: url("../../images/16chunyun/storylistbg.jpg") no-repeat center center;
    padding: 1px;
}
.gushi ul li>a{
    display: block;
    width: 80px;
    height: 100px;
    font-size: 0;
    float: left;
    padding: 14px 0 0 11px;
}
.gushi ul li>a img{
    width: 100%;
    height: 100%;
}
.gushi ul li>p{
    float: left;
    height: 80px;
    width: 214px;
    padding: 22px 0 0 14px;
    color: #767676;
    line-height: 20px;
    font-size: 12px;
    position: relative;
}
.gushi ul li>p>a{
    text-align: center;
    display: block;
    height: 20px;
    position: absolute;
    right: 75px;
    bottom: 0;
    color: #c97c0a;
}
.gushi ul li>p>a:hover{
    text-decoration: underline;
}
/* 网友评论板块 */
.pinglun .title{
    background-position: 0 -136px;
}
.comment{
    height: 330px;
    padding-bottom: 26px;
    border-bottom: 4px solid #c4191f;
    overflow: auto;
}
/* bottom */
.footer{
    padding-top: 10px;
}
.tc{
    font-size: 14px;
    padding-bottom: 14px;
    text-align: center;
}
.b{
    font-weight: bold;
}

.banner {
    background: url(../../images/16chunyun/banner_2017.jpg) no-repeat center top;
}
.newsM .title{
    background-image: url("../../images/16chunyun/news_m_b2bg_2017.png");
}
.newsR .box2 .title {
    background-image: url("../../images/16chunyun/weibo_title.png");
}
.area .title {
    background-image: url("../../images/16chunyun/areabg_2017.png");
}