*{
    margin:0;
    padding:0;
    text-decoration: none;
    outline: none;
    list-style: none;
}
body{
    background: #f1efee;
}
/*头部*/
.header{
    width: 100%;
    height:250px;
    background: url("../images/headerBack.png")no-repeat left center/100% 100%;

}
.headerLogo{
    width: 1200px;
    height:100%;
    margin:0 auto;
}
.logo{
    width:731px;
    height:100px;
    padding-top:74px;
}
.logo img{
    width:100%;
    height:100%;
}
/*导航*/
.nav{
    width: 1200px;
    height:70px;
    margin:0 auto;
    margin-bottom:12px;
}
.nav ul{
    width: 100%;
    height:100%;
}
.nav ul li{
    width:118px;
    height:70px;
    background: #525c9e;
    border-right: 2px solid #3a3670;
    float: left;
}
.nav ul li:last-child{
    border-right:none;
}
.nav ul li a{
    display: block;
    width:118px;
    height:68px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    font-family: 微软雅黑;
}
.nav ul .back_color{
    background: #424780;
}
.nav ul .back_color a{
    border-bottom: 2px solid #3a3670;
}

/*content*/
.content{
    width: 1200px;
    height:auto;
    overflow: hidden;
    margin: 0 auto 12px auto;
}
.contentLeft{
    width: 300px;
    height:598px;
    float: left;
    border-top:2px solid #525c9e;
    background: url("../images/listback.png")no-repeat left center/100% 100%;
    overflow-y: auto;
}
.leftTitle{
    width: 100%;
    height:30px;
    background: #fff;
    padding-top:20px;
    background: url("../images/gaikuang.png")no-repeat 26px 20px/36px 30px;
}
.leftTitle span{
    font-size: 24px;
    color:#333;
    line-height: 30px;
    font-family: 微软雅黑;
    padding-left:72px;
}
.leftList{
    width: 202px;
    height:auto;
    overflow: hidden;
    margin:35px auto 0 auto;
}
.leftList li{
     width: 100%;
     height:35px;
     margin-bottom:9px;
     background: url("../images/rightsj2.png")no-repeat 27px center/13px 13px;
 }
.leftList li a{
    font-size: 16px;
    color:#0a080a;
    line-height: 35px;
    font-family: 微软雅黑;
    padding-left:63px;
}
.leftList li.list{
    border-radius: 4px;
    background: #525c9e url("../images/rightsj.png")no-repeat 27px center/13px 13px;
}
.leftList li.list a{
   color:#fff;
}
.contentRight{
    width: 888px;
    height:600px;
    float:left;
    margin-left:12px;
    background: #fff;
}
.rightCon{
    width:840px;
    height:auto;
    overflow: hidden;
    margin:14px auto 0 auto;
}
.rightTitle{
    width: 100%;
    height:40px;
    /*background: #0c96e2;*/
    border-bottom: 1px solid #e5e2e0;
    position: relative;
}
.channel{
    width: 74px;
    height:38px;
    font-size: 16px;
    color:#525c9e;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    font-family: 微软雅黑;
    float: left;
}
.border{
    width:74px ;
    height:1px;
    background: #525c9e;
    position:absolute;
    left:0;
    bottom:-1px;
}
.currentUrl{
    width: 300px;
    height:38px;
    float: right;
    background: url("../images/gaikuang.png")no-repeat left center/17px 17px;
}
.currentUrl a{
    font-size: 12px;
    color:#989696;
    text-align: center;
    line-height: 38px;
    font-family: 微软雅黑;
    float: left;
}
.currentUrl a:first-child{
   padding-left:30px;
}
.right_list{
    width: 100%;
    height:auto;
    overflow: hidden;
    padding-top:12px;
}
.right_list li{
    width: 100%;
    height:36px;
    border-bottom: 1px dashed #f9f7f5;
}
.rightList li a{
    font-size:14px;
    color: #0a080a;
    text-align: center;
    line-height: 39px;
    font-family: 微软雅黑;
}
.rightList li span{
    font-size:14px;
    color: #908d8d;
    text-align: center;
    line-height: 39px;
    font-family: 微软雅黑;
    float:right;

}
/*底部开始*/
.bottom{
    width: 100%;
    height:320px;
    background: #faf9f8;
}
.bottom_con{
    width: 1200px;
    height:320px;
    margin: 0 auto;
    /*background: red;*/
}
.link{
    width: 100%;
    height:60px;
    padding-top:60px;
    background: #f8f6f6;
}
.linkTitle{
    width:150px;
    height:100%;
    background:#dad7d6;
    float:left;
    font-size:16px;
    color: #0a080a;
    text-align: center;
    line-height: 60px;
    font-family: 微软雅黑;
    font-weight: bold;
    margin-right:8px;
}
.link li{
    width: 255px;
    height:100%;
    background:#dad7d6;
    float:left;
    font-size:16px;
    color: #0a080a;
    text-align: center;
    line-height: 60px;
    font-family: 微软雅黑;
    font-weight: bold;
    margin-right:7px;
}
select {
    width: 255px;
    height:100%;
    border: none;
    border-radius: 4px;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #dad7d6 url("../images/xiala.png")no-repeat 230px center/ 21px 21px;
    color: #0a080a;
    text-align: center;
    line-height: 60px;
    font-family: 微软雅黑;
    font-weight: bold;
}

option {
    font-size:16px;
    color: #0a080a;
    text-align: center;
    line-height: 60px;
    font-family: 微软雅黑;
    font-weight: bold;
}
.bottoms{
    width:592px;
    height:200px;
    margin:0 auto;
}
.botLeft{
    width: 407px;
    height:110px;
    float: left;
    padding-top:45px;
}
.botLeft li span{
    font-size:14px;
    color: #0a080a;
    text-align: center;
    font-family: 微软雅黑;
    line-height: 28px;
}
.botRight{
    width: 89px;
    height:110px;
    float: left;
    margin-left:29px;
    margin-top:45px;
}
.botRight img{
    width: 100%;
    height:100%;

}