@charset "utf-8";
/* CSS Document */
/* main css */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{
    margin:0;
    padding:0;
    outline: none;
}
body{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background: #fbedc9;
}
img{
    border: none;
}
li{
    list-style: none;
}
*:focus {
    outline: none;
    border:none;
}
input,select,textarea{
    outline: none;
    border:none;
}
textarea{
    resize: none;
}
a:link,a:visited{
    text-decoration: none;
    color: #000;
    outline: none;
}
a:hover,a:active{
    color: #1171c5;
    outline: none;
}
em,i{
    font-style: normal;
}
/*清除浮动*/
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix{
    zoom: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*index*/
.header{
    background: #8d5f34;
    height: 33px;

}
.headBar{
    width: 1002px;
    height: 33px;
    line-height: 33px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 1px;
    text-indent: 10px;
}

.headBar ul li{
    display: inline;
    border-left: 1px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.headBar ul li:first-child{
    border-left: none;
    padding-left: 20px;
    padding-right: 10px;
}
.headBar ul li a:link,.headBar ul li a:visited{
    text-decoration: none;
    color: #fff;
}
.headBar ul li a:hover,.headBar ul li a:active{
    color: #ffffff;
}
.headWrap {
    width: 1002px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.banner1{
    height: 240px;
    background: url(../images/banner1.png) repeat-x;
}
.nav{
    width: 1002px;
    height: 44px;
    background: url(../images/navbg.png) no-repeat;
    margin: 0 auto;
}
.nav ul{
    padding: 0px 2px 0px 2px;
}
.nav ul li{
    float: left;
    position: relative;
    z-index: 9999;
}
.nav ul li a:link,.nav ul li a:visited{
    width: 111px;
    height: 44px;
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    background: url('../images/navli_bg.png') no-repeat;
}

.nav ul li:first-child a:link,.nav ul li:first-child a:visited{
    background:none;
    width: 110px;
}
.nav ul li a:hover,.nav ul li a:active,.nav ul li a.active{
    background: url('../images/nvalih_bg.png') no-repeat;
}
.nav ul li:first-child a:hover,.nav ul li:first-child a:active,.nav ul li:first-child a.active{
    background: url('../images/nvalih_bg.png') no-repeat;
}
.nav ul li ul{
    width: 110px;
    position: absolute;
    left: -2px;
    top: 44px;
    z-index: 9999;
    display: none;
}
.nav ul li ul li{
    width: 110px;
    height: 44px;
    border-top: 1px solid #ccc;
    display: block;
    line-height: 44px;
}
.nav ul li ul li:first-child{
    border-top: none;
}
.nav ul li ul li a:link,.nav ul li ul li a:visited{
    width: 110px;
    height: 44px;
    display: block;
    color: #fff;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    background: #530d01;
}
.nav ul li ul li:first-child a:link,.nav ul li ul li:first-child a:visited{
    background: #530d01;
}
.nav ul li ul li a:hover,.nav ul li ul li a:active,.nav ul li ul li a.active{
    background: #d68341;
}
.nav ul li ul li:first-child a:hover,.nav ul li:first-child ul li a:active,.nav ul li ul li:first-child a.active{
    background: #d68341;
}

.msgBar{
    width: 1000px;
    height: 40px;
    line-height: 40px;
    background:#fff;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #c6c6c8;
    border-top: none;
}
.msgBar .msgBar_day{
    background: url("../images/sprite.png") no-repeat 0 -217px;
    height: 25px;
    line-height: 25px;
    text-indent: 45px;
    padding:5px 0 10px;
}
.msgBar .msgBar_weather{
    background: url("../images/sprite.png") no-repeat 0 -267px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    padding-left: 55px;
    position: relative;

}
.msgBar .msgBar_weather em{
    margin-left: 15px;
    font-style: normal;
}
.msgBar .msgBar_weather a{
    margin-left: 15px;
    color: #1a4e87;
}
.seachBar{
    margin-right: 20px;
}
.seachTxt{
    border: 1px solid #b06f2b;
    height: 20px;
    width: 182px;
    line-height:20px;
    background: url("../images/sprite.png") no-repeat -10px -299px;
    padding-left: 38px;
    color: #999;

}
/*兼容ie9*/
:root .seachTxt{
    font-size: 12px;
}

.seachBtn{
    height: 22px;
    width: 50px;
    background: url("../images/btn.png");
    line-height: 22px;
    border: none;
    margin-left: 10px;
    color:#fff;
}
.bodyWrap{
    width: 1002px;
    margin: 0 auto;
}

.topContent{
    width: 1002px;
    height: 317px;
    margin: 0 auto;
}
.picSlider{
    width: 315px;
    height: 295px;
    float: left;
    padding: 10px;
    background: #fff;
    border: 1px solid #d5d5b1;
    position: relative;

}
.picSlider .pic{
    width: 315px;
    height: 243px;
    position: absolute;
    overflow: hidden;
}
.picSlider ul{
    width: 315px;
    height: 243px;
    position: absolute;

}
.picSlider .pic ul li{
    width: 315px;
    height: 243px;

}
.picSlider ul li img{
    width: 315px;
    height: 243px;
}
.picSlider ol{
    position:absolute;
    right:15px;
    bottom:70px;
    z-index: 999;
}
.picSlider ol li{
    height:16px;
    width: 16px;
    background:#fff;
    margin-left:2px;
    color:#1a5da3;
    float:left;
    line-height:16px;
    text-align:center;
    cursor:pointer;
    display: block;
    font-size:12px;
}
.picSlider ol li.active{
    background:#185b9f;
    color: #fff;
}

.picSlider .listTitle{
    width: 315px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    background-color: #ecf3fb;
    position: absolute;
    left: 10px;
    top: 263px;
    letter-spacing: 1px;
    z-index: 0;
}
.picSlider .listTitle li{
    display: none;
    width: 315px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.picSlider .listTitle li.active{
    display: block;
}
.ynInfo{
    width: 390px;
    height: 295px;
    float: left;
    padding: 10px;
    margin-left:10px;
    background: #fff;
    border: 1px solid #d5d5b1;
}
.ynInfo_head{
    width: 392px;
    height: 124px;

}
.ynInfo_head .dt{
    overflow:hidden;
    height: 37px;
    line-height: 30px;
    position: relative;
}
.ynInfo_head .dt em{
    background: #ccc;
    height: 1px;
    width: 165px;
    position: absolute;
    top: 15px;
    left: 185px;
    z-index: 999;
}
.ynInfo_head .dt ul li{
    float: left;
    margin-right:5px;
}
.ynInfo_head .dt ul li a:link,.ynInfo_head .dt ul li a:visited{
    width: 87px;
    height: 30px;
    display: block;
    background: #eeeeee;
    font-weight: bold;
    color: #acacac;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}
.ynInfo_head .dt ul li a:hover,.ynInfo_head .dt ul li a:active,.ynInfo_head .dt ul li a.active{
    background: #b56004;
    color: #fff;
}

.triangle-down1 {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #b56004;
    position: absolute;
    top:29px;
    left:40px;
    z-index: 999;
}
.dtDetail{
    line-height: 27px;
    text-indent: 32px;
    padding: 0 7px;
    overflow: hidden;
    height: 81px;
}
.dtDetail h2{
    text-align: center;
    font-size: 16px;
}
.dtDetail h2 a{
    color: #ae0001;
}

.ynInfo_body{
    margin:0 7px;
    padding:7px 0;
    width: 365px;
    border-top: 1px dashed #ccc;
}
.ynInfo_body ul{
    overflow: hidden;
}
.ynInfo_body ul li{
    height: 27px;
    line-height: 27px;
    list-style-type: disc;
    width: 365px;
    list-style-position: inside;
}
.ynInfo_body ul li span{
    float: right;
    color: #898989;
}
.tzInfo{
    width: 230px;
    height: 317px;
    float: right;
    margin-left:10px;
    background: #fff;
}
.tzInfo_head{
    background: url("../images/cat.png");
    width: 230px;
    height:35px;
    line-height: 35px;
    overflow:hidden;
    text-indent: 10px;
    color: #fff;
    font-weight:bold;
    font-size: 15px;
}
.tzInfo_head span{
    font-weight: normal;
    font-size: 12px;
    margin-left: 110px;
}
.tzInfo_head span a{
    color: #fff;
}
.tzInfo_body{
    padding: 12px 0 12px 18px;
    height: 258px;
}
.tzInfo_body ul{
    width: 212px;
    height: 258px;
    overflow-y: auto;
}
.tzInfo_body ul li{
    width: 190px;
    border-bottom:1px dashed #ccc;
    /*list-style-position: inside;
    list-style-type: disc;*/
    padding-bottom:7px;
    line-height: 18px;
    margin-bottom: 7px;
    letter-spacing:1px;

}
.tzInfo_body ul li i{
    margin-right: 10px;
}
.daInfo{
    width: 982px;
    height: 300px;
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
}
.daInfo .daInfo_left{
    width: 323px;
    height: 300px;
    float: left;
    margin-right: 11px;
}
.daInfo .daInfo_middle{
    width: 413px;
    height: 300px;
    float: left;
    margin-right: 12px;
}
.daInfo .daInfo_left .daInfo_left_top{
    width: 323px;
    height: 45px;
    background: url('../images/da_banner1.png') no-repeat;
    line-height: 35px;
    text-indent: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #818181;
    margin-top: 6px;
}
.daInfo .daInfo_left .daInfo_left_body{
    width: 323px;
    height: 240px;
    overflow: hidden;
    margin-top: 9px;
}
.daInfo_left_img{
    width:96px;
    height: 207px;
    margin-right: 8px;
    float: left;
}
.daInfo_left_body ul{
    overflow: hidden;
}
.daInfo_left_body ul li{
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    text-align: center;
    position: relative;
}
.daInfo_left_body ul li a:link,.daInfo_left_body ul li a:visited{
    width: 100px;
    height: 64px;
    display: block;
    border: 1px solid #d0be99;
    border-radius: 5px;
    line-height: 94px;
}
.daInfo_left_body ul li a:hover,.daInfo_left_body ul li a:active{
    background: #a26829;
    color: #fff;
}
a.icon-g i{
    background: url("../images/sprite.png") no-repeat -24px -9px;
    position: absolute;
    left: 39px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
}
a.icon-s i{
    background: url("../images/sprite.png") no-repeat -25px -43px;
    position: absolute;
    left: 40px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
}
a.icon-w i{
    background: url("../images/sprite.png") no-repeat -25px -78px;
    position: absolute;
    left: 40px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
}
a.icon-p i{
    background: url("../images/sprite.png") no-repeat -460px -8px;
    position: absolute;
    left: 37px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
}
a.icon-a i{
    background: url("../images/sprite.png") no-repeat -465px -46px;
    position: absolute;
    left: 40px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
}
a.icon-t i{
    background: url("../images/sprite.png") no-repeat -465px -81px;
    position: absolute;
    left: 40px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
}
a:hover.icon-g i{
    background: url("../images/sprite.png") no-repeat -254px -398px;
}
a:hover.icon-s i{
    background: url("../images/sprite.png") no-repeat -255px -364px;
}
a:hover.icon-w i{
    background: url("../images/sprite.png") no-repeat -255px -325px;
}
a:hover.icon-p i{
    background: url("../images/sprite.png") no-repeat -249px -282px;
}
a:hover.icon-a i{
    background: url("../images/sprite.png") no-repeat -248px -54px;
}
a:hover.icon-t i{
    background: url("../images/sprite.png") no-repeat -251px -204px;
}

.daInfo .daInfo_middle .daInfo_middle_top{
    width: 413px;
    height: 45px;
    background: url('../images/da_banner2.png') no-repeat;
    line-height: 45px;
    text-indent: 60px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.daInfo .daInfo_middle .daInfo_middle_top span{
    float: right;
    margin-right: 15px;
    font-weight: normal;
    font-size: 12px;
}

.daInfo_middle_body{
    width: 413px;
    height: 234px;
    overflow: hidden;
    margin-top: 15px;
}
.daInfo_middle_body .daInfo_middle_menu{
    overflow: hidden;
    padding: 0 8px 0 9px;
}
.daInfo_middle_body .daInfo_middle_menu ul li{
    float: left;
    text-indent: 50px;
    width: 132px;
    height: 38px;
    display: block;
    position: relative;
}
.daInfo_middle_menu ul li a:link, .daInfo_middle_menu ul li a:visited{
    width: 132px;
    height: 38px;
    display: block;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}
.daInfo_middle_menu ul li a:hover, .daInfo_middle_menu ul li a:active,.daInfo_middle_menu ul li a.active{
    background: #0099CC;
}
.daInfo_middle_content{
    padding: 11px 15px 0 20px;
    line-height: 29px;
}
.daInfo_middle_content ul li{
    list-style: disc;
    list-style-position: inside;
    width: 370px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

a.icon-da i{
    background: url('../images/sprite.png') no-repeat -464px -117px;
    position: absolute;
    top:9px;
    left: 15px;
    display: block;
    width: 25px;
    height: 25px;
}
a.icon-dc i{
    background: url('../images/sprite.png') no-repeat -464px -153px;
    position: absolute;
    top:9px;
    left: 15px;
    display: block;
    width: 25px;
    height: 25px;
}
a.icon-dp i{
    background: url('../images/sprite.png') no-repeat -462px -185px;
    position: absolute;
    top:9px;
    left: 15px;
    display: block;
    width: 25px;
    height: 25px;
}
a.icon-da{
    background:#d68341;
}
a.icon-dc{
    background:#e79b5f;
}
a.icon-dp{
    background:#f3b375;
}
.daInfo .daInfo_right{
    width: 223px;
    height: 300px;
    float: right;
}
.daInfo .daInfo_right .daInfo_right_top{
    width: 223px;
    height: 45px;
    background: url('../images/da_banner3.png') no-repeat;
    line-height: 35px;
    text-indent: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #818181;
    margin-top: 6px;
}
.daInfo .daInfo_right .daInfo_right_body{
    width: 210px;
    height: 240px;
    overflow: hidden;
    margin-top: 9px;
    padding: 0 6px 0 7px;
}
.daInfo_right_body ul li{
    width: 210px;
    height: 52px;
    float: left;
    display: block;
    line-height: 52px;
    text-indent: 75px;
    margin-bottom: 2px;
    font-size: 14px;
}
.daInfo_right_body ul li.icon-do{
    background: url("../images/public_bg1.png") no-repeat 0 0;
}
.daInfo_right_body ul li.icon-ds{
    background: url("../images/public_bg2.png") no-repeat 0 0;
}
.daInfo_right_body ul li.icon-dg{
    background: url("../images/public_bg3.png") no-repeat 0 0;
}
.daInfo_right_body ul li.icon-dn{
    background: url("../images/public_bg4.png") no-repeat 0 0;
}
.wsztContent{
    width: 1002px;
    height: 232px;
    margin: 10px auto 0;
    background:url("../images/wsztbg.png") no-repeat;

}
.wsztContent .catban{
    height: 60px;
    color: #8c692f;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
    position: relative;
    letter-spacing: 20px;
}
.wsztContent .catban span{
    position: absolute;
    left: 40px;
    top: 0;
}
.wsztContent .catban em{
    font-style: normal;
    position: absolute;
    right:26px;
    top: 0;
    letter-spacing: 1px;

}
.wsztContent .catban em a {
    color: #770b0b;
    font-size: 13px;
    font-weight: normal;
    margin-right: 8px;
}
.wsztContent .wsztImg{
    margin: 0px 32px 22px 20px;
    width: 950px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.wsztContent .wsztImg .slideul1{
    width: 1900px;
    overflow: hidden;
}
.wsztContent .wsztImg .slideul1>li{
    float: left;
}
.slideul2{
    width: 950px;
}
.slideul2 li{
    float: left;
    margin-left:27px;
    width: 192px;
    height: 132px;
    /*display: table;*/
    text-align: center;
    /*vertical-align: middle;*/
    border: 1px solid #b6a88b;
    background: #eed9ac;
    padding: 7px;
    position: relative;
}
.slideul2 li>a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 192px;
    height: 132px;
    *display: block;
    *font-size: 115px;
    *font-family:Arial;
    background:#ccc;
}
.slideul2 li p{
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    color: #000;
    text-align: left;
    position: absolute;
    left: 7px;
    bottom: 7px;
    z-index: 99;
    background: #797878;
    width: 192px;
    text-indent: 5px;
    /*透明度*/
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.slideul2 li p a{
    color: #fff;
    font-size: 12px;
}

.slideul2 li img{
    vertical-align: middle;
    max-width: 192px;
    max-height: 132px;
}

.mainContent{
    width: 1002px;
    margin: 10px auto 0px;
    overflow: hidden;
    height: 638px;
}
.mainContent .mainContent_left{
    width: 770px;
    overflow:hidden;
}
.mainContent .mainContent_left_detail{
    width:373px;
    height:308px;
    border: 1px solid #d5d5b1;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    background:#fff;
    border-top: none;
}
.mainContent_left_ban{
    width:373px;
    height: 36px;
    background: url(../images/catban.png);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 36px;
    text-indent: 32px;
    overflow: hidden;
}
.mainContent_left_ban span{
    float: right;
}
.mainContent_left_ban span a{
    color: #0962be;
    font-size:13px;
    font-weight:normal;
    width: 44px;
    height: 19px;
    display: block;
    background: url('../images/more.png') no-repeat;
    margin-right: 10px;
    margin-top: 8px;
}
.mainContent_left_body{
    padding: 20px 15px;
    height: 230px;
}
.mainContent_left_body ul li{
    height: 32px;
    line-height: 32px;
    list-style-type: disc;
    list-style-position: inside;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.mainContent .mainContent_right{
    width: 232px;
    height: 466px;
}
.mainContent_right_top{
    width: 226px;
    height: 306px;
    background: url("../images/dazwbg.png") no-repeat 0 0;
    padding: 3px 3px 0px 3px;
    margin-bottom: 10px;
}
.mainContent_right_ban{
    width:226px;
    height:40px;
    background: url("../images/dazw.png") no-repeat 0 0;
    line-height: 38px;
    overflow: hidden;
}
.mainContent_right_ban span{
    float: right;
    margin-right: 10px;
}
.mainContent_right_ban span a{
    color: #750b0b;
}
.mainContent_right_body{
    padding: 10px 0 0 20px;
}
.mainContent_right_body ul li{
    width: 206px;
    height: 36px;
    line-height: 36px;
    background: url("../images/dabtn.png") no-repeat 0 0;
    margin-bottom: 5px;
    color: #414141;
    font-weight: bold;
    font-size: 13px;
    text-indent: 20px;
}

.mainContent_right_bottom{
    width: 230px;
    height: 307px;
    border: 1px solid #cacaca;
    background: #fff;
    margin-bottom: 10px;
}
.mainContent_right_bottom_head{
    background: url("../images/cat.png");
    width: 230px;
    height:35px;
    line-height: 35px;
    overflow:hidden;
    text-indent: 10px;
    color: #fff;
    font-weight:bold;
    font-size: 15px;
}
.mainContent_right_bottom_body{
    padding: 12px 10px 10px;
    background: #fff;
}
.mainContent_right_bottom_body p{
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.mainContent_right_bottom_body .more{
    width: 85px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: block;
    background: url("../images/sprite.png") no-repeat -16px -187px;
    color: #812202;
    margin-top: 6px;
}
.other_info{
    width: 982px;
    height: 96px;
    padding: 10px;
    background: #fff;
}
.other_info ul{
    overflow: hidden;
}
.other_info ul li{
    width: 320px;
    height: 92px;
    float: left;
    margin-left: 10px;
}
.other_info ul li:first-child{
    margin-left: 0px;
}
.link{
    height: 64px;
    width: 978px;
    margin: 30px auto 0px;
    overflow: hidden;
    background: #cbbb87;
    padding: 10px;
}
.innerLink{
    height: 48px;
    width: 961px;
    background: #d9cda7;
    padding: 7px 0px 7px 15px;
    border: 1px solid #d1b690;
}
.link .friend_link{
    background: url("../images/sprite.png") no-repeat -16px -121px;
    width: 64px;
    height: 48px;
    line-height: 48px;
}
.link .friend_link p{
    text-indent: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}
.link ul{
    margin-left: 15px;
}
.link ul li{
    width: 216px;
    height: 48px;
    float: left;
    line-height: 48px;
    display: block;
}
.link ul li select{
    width: 200px;
    height: 28px;
    border: 1px solid #ccc;
    padding:4px 0;
}
.footer{
    width: 952px;
    height: 78px;
    background: url("../images/footbg.png") repeat-x;
    margin:20px auto 50px;
    padding: 23px 25px 27px;
}
.footer p{
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/*列表页开始*/
.list_wrap{
    background: url(../images/headbg2.png) repeat-x;
}
.list{
    width: 1002px;
    margin: 0 auto;
    overflow: hidden;
}
.list_left{
    width: 220px;
    border: 1px solid #d2c9b4;
    height: 979px;
    background: #f7f4ee;
    /*background: url("../images/listbg.png") no-repeat left bottom;*/
}
.listbg{
    background: #f7f4ee;
    padding-bottom: 7px;
}
.list_ban{
    background: #f7f4ee;
    height: 70px;
    line-height: 70px;
    background: url("../images/listbanba.png") no-repeat 10px 0px;
}
.list_ban h2{
    color: #b67015;
    text-align: center;
    font-size:16px;
    letter-spacing: 1px;
}
.listbg ul{
    height: 893px;
    overflow-y: auto;
    overflow-x: hidden;
}
.list_left ul li{
    text-align: center;
    font-size: 13px;
}
.list_left ul li:first-child a:link,.list_left ul li:first-child a:visited{
    border-top: none;
}
.list_left ul li a:link,.list_left ul li a:visited{
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    display: block;
    background: url("../images/listnav.png") no-repeat;
    color: #000;
}
.list_left ul li a:hover,.list_left ul li a:active,.list_left ul li a.active{
    background: url("../images/listnav_hover.png") no-repeat;
}
.list_right{
    width: 770px;
    border: 1px solid #d2c9b4;
    background-color: #f7f4ee;
    padding-bottom: 30px;
}
.list_right_ban{
    background: #f7f4ee;
    height: 50px;
    line-height: 50px;
    background: url("../images/list_right_ban.png") repeat-x;
}
.home{
    height: 50px;
    line-height: 50px;
    text-align: left;
}
.home span{
    background: url("../images/sprite.png") no-repeat -110px -119px;
    text-indent: 30px;
    display: inline-block;
    margin-right: 20px;
}
.list_body{
    margin: 15px 6px 0;
    width: 758px;
    max-height: 260px;
    overflow: hidden;
}
.list_body .list_cban{
    background: url("../images/listban1.png");
    width: 758px;
    height: 52px;
    line-height: 70px;
    text-indent: 90px;
    font-size: 13px;
    font-weight: bold;
    color: #735f3f;
    overflow: hidden;
}
.list_body .list_cban span{
    margin-right: 20px;
    font-size: 12px;
    float: right;

}
.list_body .list_cban span a{
    color: #735f3f;
    font-weight: normal;
}
.list_body ul{
    padding: 20px 20px 0px 20px;
}
.list_body ul li{
    height: 35px;
    line-height: 35px;
    background: url("../images/sprite.png") no-repeat -466px -395px;
    text-indent: 21px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}
.list_body ul li span{
    float: right;
    color: #938c8b;
}

/*最新列表页开始*/

.latest_body{
   margin-top: 10px;
   height: 761px;
}
.latest_body .latest_cban{
    background: url("../images/listban1.png");
    width: 758px;
    height: 52px;
    line-height: 70px;
    text-indent: 90px;
    font-size: 13px;
    font-weight: bold;
    color: #735f3f;
}
.latest_body ul{
    padding: 20px 15px 0px 15px;
}
.latest_body ul li{
    height: 35px;
    line-height: 35px;
    background: url("../images/sprite.png") no-repeat -466px -395px;
    text-indent: 25px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}
.latest_body ul li span{
    float: right;
    color: #938c8b;
}
.page{
    margin: 30px 16px 0 16px;
    width: 698px;
    border-top: 2px solid #f3a926;
    padding: 30px 20px 0 20px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #525252;
}
.page a{
    color: #525252;
}
.page .pageL{
    float:left;
    margin-left: 50px;
}
.page .pageM{
    margin: 0 30px;
    float:left;
}
.page .pageR{

    float:left;
}
.page .pageY{
    width: 20px;
    border: 1px solid #ccc;
}
.page .pageZ{
    margin-left: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    width: 40px;
    background: #99CCFF;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    border: none;
    cursor: pointer;
}
.page .pageZ:hover{
    background: #3388cc;
}
.latest_search{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    background: #fff;
    text-indent: 30px;
}
.t_txt {
    border: 1px solid #d5d5d5;
    width: 250px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
}
.t_button{
    text-align: center;
    color: #FFF;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    background: #3191ff;
    margin-left: 4px;
}
.latest_body table{
    width: 770px;
    text-align: center;
    table-layout:fixed;
    empty-cells:show;
    border-collapse:collapse;
}
.latest_body table tr{
    height: 40px;
}
.latest_body table tr.even{
    background: #dfefff;
}
.latest_body table tr th{
    background: #ffda94;
}
.latest_body table tr td{
    border: 1px solid #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*搜索页开始*/
.search_list{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
    border: 1px solid #d2c9b4;
}
.search_list .home{
    height: 50px;
    line-height: 50px;
    text-align: left;
    margin-left: 15px;
}
.search_list .search_body h3{
    font-size: 13px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
}
.search_list .search_body h3 span,.search_list .search_body h2 span{
    color: red;
}
.search_list .search_body ul{
    padding: 40px;
}
.search_list .search_body ul li{
    text-indent: 32px;
}
.search_list .search_body ul li p{
    line-height: 28px;
}
.search_list .search_body ul li h2{
    line-height: 30px;
    font-size: 13px;
}
.search_list .search_body ul li em{
    font-style: normal;
    float: right;
    margin-right: 10px;
    color: #888;
}
.search_list .page{
    width: 882px;
    margin: 0 40px
}
.search_list .page .pageM{
    float: none;
}
.search_list .page .pageM span{
    margin: 0 3px;
}
.search_list .page .pageM em{
    font-style: normal;
    margin:0 2px;
    color: red;
}

/*图片展示页开始*/
.img_list{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
    border: 1px solid #d2c9b4;
}
.img_list .home{
    text-align: left;
    margin-left: 15px;
}
.img_list .img_body{
    margin: 40px 32px 50px 20px;
    width: 950px;
    overflow: hidden;
}
.img_list .img_body ul li{
    float: left;
    margin-left: 15px;
    margin-bottom: 30px;
    width: 222px;
    height: 210px;
    text-align: center;
    vertical-align: middle;
}
.img_list .img_body ul li p{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color:#000;
    text-align: center;
}
.img_list .img_body ul li>a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 220px;
    height: 165px;
    border: 1px solid #ccc;
    *display: block;
    *font-size: 145px;
    *font-family:Arial;
}
.img_list .img_body ul li>a img {
    vertical-align: middle;
    max-width: 220px;
    max-height: 165px;
}
.img_list .page{
    width: 892px;
    margin: 0 35px
}
.img_list .page .pageL{
    margin-left: 155px;
}

/*文件内容页开始*/
.content{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
    border: 1px solid #d2c9b4;
}
.content .home{
    text-align: left;
    margin-left: 15px;
}
.content .content_body{
    padding: 30px;
}
.content .content_body h2{
    text-align: center;
    font-size: 14px;
    color: red;
    line-height: 40px;
    height: 40px;
}
.content .content_body .info{
    background: #f5f5f5;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    overflow: hidden;
    margin-top: 5px;
}
.content .content_body .info span.fl{
    margin-left: 40px;
}
.content .content_body .info span.fm{
    float: left;
    margin-left: 240px;
}
.content .content_body .info span.fr{
    margin-right: 40px;
}
.content .content_body .detail{
    text-indent: 32px;
    line-height: 28px;
    font-size: 14px;
    margin: 30px 0  50px;
}
.content .content_body .print{
    height: 50px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 2px solid red;
    margin: 0 80px;
}
.content .content_body .print span{
    margin: 0 10px;
}
/*资讯内容页开始*/
.list_right .content{
    margin: 15px 6px 0;
    width: 758px;
    padding-bottom: 0px;
    border: none;
    background: #f7f4ee;
}
.list_right .content .content_body .info{
    background: #eee;
}
.list_right .content .content_body .detail{
    font-size: 13px;
}
.list_right .content .content_body .info span.fl{
    margin-left: 15px;
}
.list_right .content .content_body .info span.fm{
    float: left;
    margin-left: 110px;
}
.list_right .content .content_body .info span.fr{
    margin-right: 15px;
}
/*投诉建议页面开始*/
.advice{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
    border: 1px solid #d2c9b4;
}
.advice .home{
    text-align: left;
    margin-left: 15px;
}
.advice .advice_body{
    padding: 40px;
}
.advice_tit{
    background: url(../images/advicebg.png) repeat-x left center;
    height: 24px;
    line-height: 24px;
}
.advice_tit span {
    display: block;
    float: left;
    font-size: 14px;
    background: #ffffff;
    padding-right: 10px;

}
.advice_tit span em {
    float: left;
    text-align: center;
    font-style: normal;
    color: #ffffff;
    background: #d1321d;
    width: 24px;
    border-radius: 24px;
    margin-right: 10px;
}

.advice_text, .advice_textarea{
    margin-top: 15px;
}
.advice_text span, .advice_textarea span, .advice_text label, .advice_textarea label{
    line-height: 32px;
    width: 160px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    color:#525252;
    font-size: 13px;
}
.red{
    color: red;
    margin-left: 5px;
    margin-top: 5px;

}
.top{
    vertical-align: top;
}
.advice_text input{
    line-height: 20px;
    color: #a9a9a9;
    border: 1px solid #ddd;
    width: 190px;
    height: 20px;
    margin-left: 10px;
    border-radius: 3px;
    padding: 5px 5px;
}
.advice_text input:focus,.advice_textarea textarea:focus{
    border: 1px solid #d1321d;
}
.advice_textarea textarea{
    color: #a9a9a9;
    border: 1px solid #ddd;
    width: 390px;
    height: 120px;
    margin-left: 10px;
    border-radius: 3px;
}
.advice_submit{
    margin-top:30px;
    margin-left:175px;
}
.advice_submit input {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    width: 70px;
    background: #D1321D;
    color: white;
    text-align: center;
    border-radius: 3px;
    margin: 0px auto;
    border: none;
    margin-right: 20px;
}
.advice_submit input:hover{
    background: #E94029;
}
/*留言板页面开始*/
.message{
    width: 1002px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.message .home{
    text-align: center;
}
.message .home span{
    background: url("../images/sprite.png") no-repeat -458px -427px;
}

.message_ban{
    text-align: center;
}
.message_body{
    margin: 15px 10px 0;
    width: 750px;
}
.message_body ul li{
    margin:20px 0;
}
.message_body .message_cban{
    background: url("../images/messagebg.png");
    width: 750px;
    height: 30px;
    line-height: 34px;
    text-indent: 40px;
    font-size: 13px;
    color: #fff;
}
.message_body .message_detail{
    border: 1px solid #ccc;
    border-top: none;
    padding: 15px 10px;
}
.message_body .message_detail h3{
    line-height: 30px;
    font-size: 13px;
}
.message_body .message_detail .answer{
    border: 1px solid #f3a926;
    padding: 10px;
    line-height: 30px;
}
.message_body .message_detail .answer p{
    line-height: 30px;
}
.message_body .message_detail .answer em{
    color: red;
}

.message .page{
    width: 640px;
    margin: 20px 25px;
    border-top:none;
}
.message .page .pageM{
    float: none;
}
.message .page .pageM span{
    margin: 0 3px;
}
.message .page .pageM em{
    font-style: normal;
    margin:0 2px;
    color: red;
}
.message .message_add{
    padding: 4px 4px 30px;
    color: #666;
}
.message .message_add>form>div.message_text{
    margin-top: 8px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
}
.message .message_add>form>div.message_textarea{
    margin-top: 0px;
}
.message .message_text label,.message .message_textarea label{
    width: 40px;
    height: 18px;
    line-height: 18px;
    text-align: right;
    display: inline-block;
    padding: 6px 0;
}
.message .message_text input{
    width: 143px;
    border: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    margin-left: 6px;
    padding: 0px 5px;
    color: #a9a9a9;
}
/*--兼容ie9--*/
:root .message .message_text input{
    font-size:12px;
}

.message .message_text input.myzm{
    width: 65px;
}
.message .message_text input.yzm-img{
    float: right;
    margin-right: 7px;
    width: 55px;
    text-align: center;
    font-weight: bold;
    border: 0;
    letter-spacing: 2px;
    color: blue;
    background: #ccc;
}
.message .message_textarea textarea{
    width: 150px;
    border: 1px solid #ddd;
    height: 100px;
    margin-left: 6px;
    vertical-align: top;
    margin-top: 9px;
}
.message_submit {
    margin-top: 15px;
    margin-left: 50px;
}
.message_submit input {
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    width: 60px;
    background: #ccc;
    color: white;
    text-align: center;
    border-radius: 3px;
    margin: 0px auto;
    border: none;

}

/*--Volidform css--*/
.advice_text span.Validform_checktip{
    margin-left: 10px;
    width: 500px;
    text-align: left;
    color: red;
}
.advice_textarea span.Validform_checktip{
    margin-left: 10px;
    width: 300px;
    text-align: left;
    color: red;
}
.error-box{
    line-height: 40px;
    margin-left: 50px;
    color: red;
}
/*--问卷调查 css--*/
.research{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
    border: 1px solid #d2c9b4;

}
.research .home{
    text-align: left;
    margin-left: 15px;
}
.research .research_body{
    padding: 30px;
}
.research_body dl{

    overflow: hidden;
}
.research_body dl dt{
    height: 40px;
    line-height: 40px;
    clear: both;
    font-size: 13px;
    font-weight: bold;
    background: #F4FAEA;
    color: #000;
    text-indent: 10px;
}
.research_body dl dd{
    width: 215px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    margin-left: 20px;
    text-align: left;
}
.research_txt{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    width: 70px;
    background: #D1321D;
    color: white;
    text-align: center;
    border-radius: 3px;
    margin: 0px auto;
    border: none;
    margin-right: 20px;
}
.research_txt:hover{
    background: #E94029;
    text-decoration: underline;
}
.question p{
    line-height: 35px;
    text-indent: 2px;
}
.message_cban span{
    float: right;
    color: #000;
    margin-right: 15px;
}
/* list main */
.others .latest_body table{
    width: 1001px;
}
.others .page{
    width: 928px;
}
.others .page .pageL{
    margin-left: 200px;
}

.list_top_ban{
    background: #f7f4ee;
    height: 50px;
    line-height: 50px;
    background: url("../images/list_right_ban.png") repeat-x;
    position: relative;
    width: 1002px;
    margin: 0 auto 5px;
}
.list_top_ban .home{
    overflow: hidden;
}
.list_top_ban .home span{
    float: left;
}
.newMenu{
    float: left;
    font-size: 14px;
    margin-left: 36px;
}
.newMenu ul li{
    display: inline-block;
    margin-right: 10px;
    *display:inline;
}

/*.nav ul.o_ul{*/
     /*width: 138px;*/
 /*}*/
.selectMenu{
    float: right;
    overflow: hidden;
    margin-right: 10px;
}
.selectMenu ul.o_ul{
    width: 138px;
    float: left;
    border: 1px solid #ccc;
    height: 30px;
    margin-top: 10px;
    line-height:30px;
}
.o_ul li:first-child a{
    text-indent: -15px;
}
.o_ul li:first-child ul li a{
    text-indent: 0px;
}
.selectMenu ul.o_ul li a:link,.selectMenu ul.o_ul li a:visited{
    width: 138px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

.selectMenu ul.o_ul li ul{
    width: 137px;
    position: absolute;
    right: 10px;
    top: 44px;
    z-index: 9999;
    display: none;
}
.selectMenu ul.o_ul li ul li{
    width: 137px;
    height: 44px;
    border-top: 1px solid #ccc;
    display: block;
    line-height: 44px;
}
.selectMenu ul.o_ul li ul li:first-child{
    border-top: none;
}
.selectMenu ul.o_ul li ul li a:link,.selectMenu ul.o_ul li ul li a:visited{
    width: 137px;
    height: 44px;
    display: block;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    background: #E9ECCF;
}
.selectMenu ul.o_ul li ul li a:hover,.selectMenu ul.o_ul li ul li a:active,.selectMenu ul.o_ul li ul li a.active{
    background: #d68341;
}
.selectMenu em{
    float: left;
    font-size: 14px;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #b56004;
    position: absolute;
    top:22px;
    right:0px;
    z-index: 999;
}
a.cButton {
    color: #904900;
    font-size: 12px;
    text-align: center;
}
a.cButton:hover{
	color: #1171c5;
}
.nButton {
    border: 1px solid #C38A6C;
    background-color: #F8F3ED;
    color: #904900;
    font-size: 12px;
    height: 27px;
    line-height: 23px;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}
.table_title {
    text-align: right;
    padding-right: 3px;
    background-color: #f2f7fb;
    width: 25%;
}
.table_contant {
    text-align: left;
    padding-left: 8px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
}
.table_contant p{
	white-space: normal;
	word-break: break-all;
	word-wrap:break-word;
	overflow:visible;
}