*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif;
    color: #333;
    list-style-type: none;
}
/*头部*/
#header{

}
/*顶部的背景图片*/
#header .top{
    height: 381px;
    background: url("imagestopbg.jpg") no-repeat center top;
}
#header .top .logo{
    width: 990px;
    padding-top: 100px;
    margin: 0 auto;
}
/*顶部的导航栏*/
#header .nav{
    background: url("imagesnav.png") repeat-x;
    position: relative;
}
#header .nav .navList{
    width: 1020px;
    padding: 0 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    margin: auto;
    height: 51px;
    background: url("imagesnav.jpg") no-repeat;

}
#header .nav .navList .col{
    text-align: center;
    position: relative;
}
#header .nav .navList .col>a{
    display: block;
    color: white;
    font-size: 15px;
    line-height: 51px;
    font-weight: bold;
}
#header .nav .navList .col>a:hover{
    line-height: 50px;
    background: url("imagesnavcur.jpg") no-repeat;
    letter-spacing:1px;
    color:#A80E04;
}
/*二级导航栏*/
#header .nav .navList .col .menu{
    position: absolute;
    top: 55px;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%);
    display: none;
    color: #f30;
}
#header .nav .navList .col:last-of-type .menu{
    left: auto;
    right: 0;
    transform: translate(0);
}
#header .nav .navList .col .menu a{
    color: #f30;
    font-size: 15px;
    padding: 0 5px;
}
#header .nav .navList .col .menu a:hover{
    color:#A80E02;
    text-decoration: underline;
}
#header .nav .date{
    padding-top: 80px;
    width: 990px;
    margin: 0 auto;
    height: 112px;
    overflow: hidden;
}
#header .nav .date .timer{
    background: url("imagesico1.jpg") no-repeat 0 0;
}
#header .nav .date .timer span{
    margin-left: 30px;
    line-height: 25px;
    font-size: 12px;
}
#header .nav .date .text-right{
    font-size: 13px;
}
/*内容区域content*/
#content{
    width: 990px;
    margin: 0 auto;
}
/*第一部分，flash与图片*/
#content .part_1{
    margin-top: 5px;
}
/*第二部分新闻中心*/
#content .part_2>div{
    display: inline-block;
    vertical-align: top;
}
#content .part_2 .left{
    width: 700px;
    position: relative;
}
#content .part_2 .left .title{
    height: 49px;
    background: url("imagesxwzxbg.jpg") no-repeat;
    position: relative;
    margin-bottom: 5px;
}
#content .part_2 .left .title a{
    position: absolute;
    top: 18px;
    left: 393px;
    font-size: 12px;
    color: #9B1712;
}
#content .part_2 .left .title a:hover{
    text-decoration: underline;
}
/*轮播图*/
#content .part_2 .banner{
    width: 310px;
    height: 245px;
    position: relative;
    overflow: hidden;
}
#content .part_2 .banner .pics li{
    width: 310px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
#content .part_2 .banner .pics li img{
    width: 100%;
    height: 100%;
}
#content .part_2 .banner .pics li:nth-of-type(1){
    transform: translate(0);
    z-index: 5;
}
#content .part_2 .banner .pics li:nth-of-type(2){
    transform: translate(310px);
    z-index: 4;
}
#content .part_2 .banner .pics li:nth-of-type(3){
    transform: translate(620px);
    z-index: 3;
}
#content .part_2 .banner .pics li:nth-of-type(4){
    transform: translate(-310px);
    z-index: 4;
}
#content .part_2 .banner .des{
    z-index: 99;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.8);
}
#content .part_2 .banner .des .detail{
    display: none;
    font-size: 12px;
    line-height: 30px;
    padding-left: 5px;
    color: white;
    width: 205px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#content .part_2 .banner .des .detail.active{
    display: block;
}
#content .part_2 .banner .des ol{
    position: absolute;
    right: 5px;
    line-height: 30px;
    top: 0;
}
#content .part_2 .banner .des ol li{
    text-align: center;
    display: inline-block;
    width: 18px;
    line-height: 18px;
    /*border-radius: 50%;*/
    color: black;
    font-size: 12px;
    background: #e2e2e2;
}
#content .part_2 .banner .des ol li.active{
    background: #FF5722;
    color: white;
}
/*新闻列表*/
#content .part_2 .news .newsList{
    border: 1px solid lightgrey;
    width: 366px;
    position: absolute;
    right: 6px;
    top: 53px;
}
#content .part_2 .news .newsList .row .col{
    text-align: center;
    border: 1px solid lightgrey;
    border-top: none;
    border-right: none;
}
#content .part_2 .news .newsList .row .col.active{
    border-bottom: none;
}
#content .part_2 .news .newsList .row .col a{
    line-height: 35px;
    font-size: 14px;
}
#content .part_2 .news .newsList .row .col a:hover{
    text-decoration: underline;
}
#content .part_2 .news .newsList .message{
    height: 210px;
    transition: 2s;
}
#content .part_2 .news .newsList .message li{
    padding-left: 10px;
    padding-right: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
#content .part_2 .news .newsList .message li:first-child{
    text-align:center;
    padding:0 20px;
}
#content .part_2 .news .newsList .message li:first-child a{
    font-size: 17px;
    color: #D42123;
    font-weight: bold;
}
#content .part_2 .news .newsList .message li:first-child span{
    display:none;
}
#content .part_2 .news .newsList .message li *{
    line-height: 30px;
    font-size: 13px;
}
#content .part_2 .news .newsList .message li span{
    position: absolute;
    right:2px;
    top: 0;
    color: #666;
}
#content .part_2 .news .newsList .message li:hover a{
    text-decoration: underline;
    color: #9B1712;
}
.message{
    display: none;
}
.message.active{
    display: block;
}
#content .part_2 .right{
    width: 275px;
    float: right;
}
#content .part_2 .right .title{
    padding-left: 30px;
    background: url("imagesrtitbg.jpg") no-repeat;
    line-height: 31px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
#content .part_2 .right ul li,#content .part_7 .sbphUl li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed lightgrey;
    padding-left: 10px;
    background: url("imageslist-orange.png") no-repeat center left;

}
#content .part_2 .right ul li a,#content .part_7 .sbphUl li a{
    color: #C80002;
    line-height: 29px;
    font-size: 14px;
}
#content .part_2 .right ul li a:hover,#content .part_7 .sbphUl li a:hover{
    text-decoration: underline;
}
/*第三部分，两张图片*/
#content .part_3{
    margin-top: 10px;
    overflow: hidden;
}
#content .part_3 img{
    float: left;
}
#content .part_3 img:last-of-type{
    float: right;
}
/*第四部分*/
#content .part_4{
    margin-top: 10px;
}
#content .part_4 .w700{
    width: 700px;
    float: left;
}
#content .part_4 .w700 .fl{
    overflow: hidden;
    width: 345px;
}
#content .part_4 .w700 .grid-345{
    clear: both;
    float: left;
}
#content .part_4 .w700 .grid-345-r{
    float: right;
}
#content .part_4 .w700 .fl ul li{
    line-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed lightgrey;
    padding-left: 20px;
    background: url("imageswzlb.gif") no-repeat center left;
}
#content .part_4 .w700 .fl ul li a{
    font-size: 14px;
}
#content .part_4 .w700 .fl ul li a:hover{
    color: #9B1712;
    text-decoration: underline;
}
#content .part_4 .w278{
    width: 278px;
    float: right;
}
#content .part_4 .w278 .hd:first-of-type .title{
    background: url("imagesgk.jpg");
}
#content .part_4 .w278 .hd .title{
    background: url("imagesrtitbg.jpg");
    padding-left: 30px;
    line-height: 31px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
#content .part_4 .w278 .hd .title a{color:#FFF;}
#content .part_4 .w278 .hd .title:hover{
    text-decoration: underline;
}
#content .part_4 .w278 .hd:first-of-type tr{
    margin-bottom: 2px;
}
#content .part_4 .w278 a:hover{
    color: red;
    text-decoration: underline;
}
/*第五部分，flash和图片*/
#content .part_5{

}
/*第六部分，视频展示*/
#content .part_6 .w700{
    width: 700px;
    float: left;
    overflow: hidden;
}
#content .part_6 .w700 .grid-280{
    float: left;
    width: 280px;
}
#content .part_6 .w700 .grid-416{
    float: right;
    width: 416px;
}
#content .part_6 .w700 .grid-416 ul li{
    width: 200px;
    height: 41px;
    background: url("imagesbsdtsbg.jpg") no-repeat;
    float: left;
    margin: 10px 5px 0 2px;
}
#content .part_6 .w700 .grid-416 ul li a{
    font-size: 12px;
    color: #A51F1C;
    line-height: 38px;
    padding-left: 30px;
}
#content .part_6 .w700 .grid-416 ul li a:hover{
    text-decoration: underline;
}
#content .part_6 .w278{
    float: right;
}
#content .part_6 .w278 .title{
    background: url("imagesgk.jpg") no-repeat;
    height: 31px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding-left: 30px;
    line-height: 31px;
}
/*第七部分，旅游社区*/
#content .part_7{
    margin-top: 10px;
    /*overflow: hidden;*/
}
#content .part_7 .w700{
    width: 700px;
    float: left;
}
#content .part_7 .w700 .fl{
    overflow: hidden;
    width: 345px;
}
#content .part_7 .w700 .grid-345{
    clear: both;
    float: left;
}
#content .part_7 .w700 .grid-345-r{
    float: right;
}
#content .part_7 .w700 .fl ul li{
    line-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed lightgrey;
    padding-left: 20px;
    background: url("imageswzlb.gif") no-repeat center left;
}
#content .part_7 .w700 .fl ul li a{
    font-size: 14px;
}
#content .part_7 .w700 .fl ul li a:hover{
    color: #9B1712;
    text-decoration: underline;
}
#content .part_7 .w700 .bmfw ul li {
    float: left;
    width: 126px;
    height: 37px;
    margin-left: 10px;
    margin-top: 10px;
    list-style: none;
}
#content .part_7 .w278{
    width: 278px;
    float: right;
}
#content .part_7 .w278 .title{
    background: url("imagesgk.jpg");
    padding-left: 30px;
    line-height: 31px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
#content .part_7 .w278 img{
    display: block;
}
/*第八部分，轮播图*/
#content .part_8{
    clear: both;
}
#content .part_8 #slider .slider_box{
    width: 990px;
    height: 270px;
    overflow: hidden;
    position: relative;
}
#content .part_8 .silder_con{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 1s;
}
#content .part_8 .silder_con li.silder_panel{
    float: left;
    position: relative;
    width: 990px;
    overflow: hidden;
    background: #111;
    height: 270px;
}
#content .part_8 .silder_con li.silder_panel .f_l{
    float: left;
}
#content .part_8 .silder_con li.silder_panel .f_l img{
    display: block;
}
#content .part_8 .silder_con li.silder_panel .silder_intro{
    width: 222px;
    height: 270px;
    float: left;
    margin-left: 10px;
    position: relative;
}
#content .part_8 .silder_con li.silder_panel .silder_intro a:hover{
    text-decoration: underline;
}
#content .part_8 .silder_con  li.silder_panel .silder_intro *{
    color: #787878;
    font-size: 13px;
    line-height: 25px;
}
#content .part_8 .silder_con  li.silder_panel .silder_intro ul li a{
    padding-left: 5px;
}
#content .part_8 .silder_con li.silder_panel .silder_intro h3 a{
    color: white;
    font-weight: bold;
    line-height: 50px;
    margin: 20px auto;
    font-size: 20px;
    letter-spacing: 1px;
}
#content .part_8 .silder_con li.silder_panel .silder_intro *{
    line-height: 30px;
}
#content .part_8 .silder_con li.silder_panel .silder_intro .silder_play{
    display: block;
    width: 136px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 40px;
    background: url("imagessilder-play.png") 0 -30px no-repeat;
}
#content .part_8 .silder_con li.silder_panel .silder_intro .silder_play:hover{
    background-position: 0 0;
}
/*轮播图导航*/
#content .part_8 .slider_nav{
    padding: 10px 0;
    width: 990px;
    height: 58px;
    background: black;
    overflow: hidden;
}
#content .part_8 .slider_nav li{
    width: 118px;
    height: 54px;
    float: left;
    margin-left: 10px;
    opacity: .5;
    transition: 1s;
}
#content .part_8 .slider_nav li.active{
    opacity: 1;
}
#content .part_8 .slider_nav li.active img{
    border: 3px solid #7acf39;
}
#content .part_8 .slider_nav li img{
    width: 112px;
    height: 48px;
    border: 3px solid lightgrey;
}
/*第九部分，底部导航，友情链接*/
#content .part_9 .top{
    margin-top: 5px;
    background: lightgrey;
}
#content .part_9 .top span,#content .part_9 .top select{
    margin-left: 30px;
    width: 180px;
    font-size: 14px;
    line-height: 40px;
}
#content .part_9 .bottom{
    border: 1px solid lightgrey;
    padding: 15px 0;
}
#content .part_9 .bottom a{
    font-size: 12px;
    color: black;
    margin-left: 10px;
    line-height: 20px;
}
#content .part_9 .bottom a:hover{
    color: red;
    text-decoration: underline;
}
/*底部的footer部分*/
#footer{
    padding: 65px 0 15px 0;
    background: url("imagesfootbg.jpg") repeat-x;
}
#footer *{
    text-align: center;
    font-size: 12px;
    line-height: 25px;
}

.totalMsg{
    padding-left: 30px;
    background: url("imagesphbg.jpg") no-repeat left top;
    overflow: hidden;
    margin-top: 5px;
}
.totalMsg .xqMsg{
    width: 49%;
    float: left;
}
.totalMsg .ksMsg{
    width: 50%;
    float: right;
}