html,body{
    font-size:16px;
    font-family: "Microsoft YaHei UI";
    color:#333;
    line-height:24px;
    min-width: 1300px;
    margin:0;
    padding:0;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style:none;
    padding:0;
    margin:0;
    border:none;
    font-weight:normal;
}
a{
    text-decoration:none;
    color:#333;
}

.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}



/*桑植新闻、澧源纪事、桑植农业、法治桑植*/
.main1300{
    width: 1300px;
    margin: 0 auto;
}
.news_row{
    width:1300px;
    margin-top: 20px;
}
.news_row .parHd{
    height:44px;
    line-height:44px;
    border-bottom:1px solid #c9c9c9;
    position:relative;
}
.news_row .parHd ul{
    float:left;
    position:absolute;
    left:0;
    top:-1px;
    height:44px;
}
.news_row .parHd ul li{
    float:left;
    padding:0 22px;
    cursor:pointer;
    font-size: 26px;
}
.news_row .parHd ul li.on{
    height:44px;
    border-bottom:2px solid #cf0d0d;
    color: #cf0d0d;
    font-weight: bold;
}
.news_row .slideBox{
    overflow:hidden;
    zoom:1;
    padding:30px 0 10px 28px;
    position:relative;
}

.news_row .sPrev,.news_row .sNext{
    position:absolute;
    left:0;
    top:96px;
    display:block;
    width:20px;
    height:41px;
    background:url(../images/arrow-prev.jpg) no-repeat;
}
.news_row .sNext{
    left:auto;
    right:0;
    background:url(../images/arrow-next.jpg) no-repeat;
}

.news_row .parBd ul{
    overflow:hidden;
    zoom:1;
}
.news_row .parBd ul li{
    width: 282px;
    margin:0 14px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.news_row .parBd ul li span img{
    width:282px;
    height:158px;
}
.news_row .parBd ul li .title{
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_row .parBd ul li a:hover .title{
    color: #cf0d0d;
}





/*焦点图+地区板块*/
.margin_t30{
    margin-top: 30px;
    float: left;
    width: 100%;
}

/*焦点图*/
.focus_content{
    width:670px;
    height:376px;
    overflow:hidden;
    position:relative;
    float: left;
}
.focus_content .hd{
    height:12px;
    position:absolute;
    z-index:1;
    bottom:20px;
    right:20px;
}
.focus_content .hd ul{
    zoom:1;
    float:left;
}
.focus_content .hd ul li{
    cursor:pointer;
    width:10px;
    height:10px;
    display:block;
    text-indent:20px;
    background:rgba(255,255,255,.4);
    float:left;
    margin:0 0 0 10px;
    border-radius: 50%;
}
.focus_content .hd ul li.on{
    background:rgba(255,255,255,1);
    width: 12px;
    height: 12px;
    margin-top: -1px;
}
.focus_content .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.focus_content .bd li{
    zoom:1;
}
.focus_content .bd img{
    width:670px;
    height:376px;
}
.focus_content .bd h3{
    position:absolute;
    bottom:11px;
    left:0;
    width: 500px;
    margin-left: 20px;
    z-index: 111;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.focus_content .bd div{
    position:absolute;
    bottom:0;
    left:0;
    height:56px;
    background:url("../images/focus-bg.png") no-repeat;
    width:670px;
    z-index: 10;
}


/*地区板块*/
.focus_right{
    width: 590px;
    float: right;
}
.focus_right .hd{
    border-top: 1px solid #d9d9d9;
    height:58px;
    position:relative;
}
.focus_right .hd ul{
    position:absolute;
    left:0;
    top:-1px;
    height:58px;
    line-height: 58px;
}
.focus_right .hd ul li{
    float:left;
    cursor:pointer;
    font-size: 26px;
    color: #888;
}
.focus_right .hd ul li+li{
    margin-left: 50px;
}
.focus_right .hd ul li.on{
    border-top: 2px solid #ef2f2e;
    line-height: 54px;
    color: #333;
}
.focus_right .bd ul{
    line-height: 38px;
    padding-top: 2px;
}
.focus_right .bd ul a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}




/*行走桑植*/
.title_row{
    border-top: 1px solid #d9d9d9;
    padding-top: 16px;
}
.title_row p{
    float: left;
    font-size: 26px;
}
.title_row p img{
    float: left;
    padding-right: 10px;
}


.xzsz_row{
    overflow:hidden;
    position:relative;
    padding-top: 20px;
}
.xzsz_row .hd{
    width: 1300px;
    overflow:hidden;
}
.xzsz_row .hd .prev,
.xzsz_row .hd .next{
    position: absolute;
    top: 80px;
    display:block;
    width: 20px;
    height: 41px;
    cursor: pointer;
}
.xzsz_row .hd .prev{
    left: 0;
    z-index: 2;
    background: url(../images/arrow-prev.jpg) no-repeat;
}
.xzsz_row .hd .next{
    right: 0;
    z-index: 2;
    background: url(../images/arrow-next.jpg) no-repeat;
}
.xzsz_row .bd{
    margin-left: 30px;
}
.xzsz_row .bd ul{
    width: 1210px;
    position: absolute;
    left: 40px;
    overflow:hidden;
    zoom:1;
    z-index: 1;
}
.xzsz_row .bd ul li{
    width: 282px;
    margin:0 14px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.xzsz_row .bd ul li span img{
    width:282px;
    height:158px;
}
.xzsz_row .bd ul li .title{
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xzsz_row .bd ul li a:hover .title{
    color: #cf0d0d;
}
























