.auto{
    margin-left:auto;
    margin-right:auto;
}
.main-width{
    max-width:1200px;
    min-width:1000px;
    _width:1000px;
}
.mt20{
    margin-top:20px;
}
.pl10{padding-left:10px;}
.fl{float:left}

body{background:#EAEAEA;}

.main-nav{
    position: fixed;
    _position:absolute;
    left:0;
    top:0;
    width:100%;
    min-width:1000px;
    height:69px;
    border-bottom:2px solid #AF6C03;
    background:#D5850A;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 100;
}
.main-nav-logo{
    float:left;
    font-size:20px;
    color:#fff;
    margin-top:17px;
}
.main-nav-logo img{
    vertical-align: middle;
}
.main-nav-menu{
    float:right;
}
.main-nav-menu li{
    float:left;
}
.main-nav-menu a{
    display:block;
    height:69px;
    line-height:69px;
    font-size:20px;
    color:#fff;
    padding:0 40px;
}
.main-nav-menu a:hover{
    color:#fddddd;
}
.main-nav-menu li.on a,.main-nav-menu li.on a:hover{
    background:#EA5842;
    border-bottom:2px solid #C2442E;
    color:#fff;
    position: relative;
}
.main-nav-menu li.on a:before{
    position: absolute;
    content:"";
    left:-6px;
    bottom:-2px;
    width:6px;
    height:5px;
    background:url(../images/nav-rds-l.png) no-repeat;
    border-bottom:2px solid #C2442E;
}
.main-nav-menu li.on a:after{
    position: absolute;
    content:"";
    right:-6px;
    bottom:-2px;
    width:6px;
    height:5px;
    background:url(../images/nav-rds-r.png) no-repeat;
    border-bottom:2px solid #C2442E;
}

.main-banner{
    min-width:1000px;
    height:587px;
    border-bottom:2px solid #FC853E;
    background:url(../images/banner.gif) center top no-repeat;
}

.main-body{
    background:#fff;
}
.index-item{
    border-bottom:3px solid #E3E2E2;
}
.index-item-name{
    width:1145px;
    height:80px;
}
.index-item-title{
    float:left;
    margin-top:21px;
    padding-left:10px;
}
.icon-shu{
    float:left;
    width:7px;
    height:43px;
    margin-left:-14px;
    background:#EA5B5A;
}
.item-word{
    font-size:18px;
    color:#EA5B5A;
    line-height:43px;
}

.item-list{
    margin:0 30px;
}
.item-hdzs-one{
    border-top:1px dashed #ccc;
    padding:5px 0 15px;
}
.item-hdzs-say{
    padding-top:10px;
    font-size:16px;
    color:#666;
    line-height: 2em;
}

.lx-btn{
    width:350px;
    text-align: center;
    display:block;
    padding:13px 0;
    margin:18px auto 30px;
    background:#EA5B5A;
    color:#fff;
    font-size:20px;
}
a.lx-btn:hover{
    background:#EC4C58;
}
.index-ad{
    min-width:1000px;
    height:394px;
    background:url(../images/body_ad.gif) center top no-repeat;
}

.main-footer{
    position: relative;
    background:#6D6869;
    min-width:1000px;
    text-align: center;
    font-size:24px;
    line-height:2.4em;
    color:#fff;
    padding:50px 0 70px;
    border-top:2px solid #FB8C37\0;
    *border-top:2px solid #FB8C37\0;
}
.main-footer:before{
    position:absolute;
    z-index: 1;
    left:0;top:0;
    width:100%;
    content: "";
    height:2px;
    background: -moz-linear-gradient(left, #F9A71B,#FF605E,#F9A71B,#FF605E,#F9A71B,#FF605E);
    background: -webkit-linear-gradient(left, #F9A71B,#FF605E,#F9A71B,#FF605E,#F9A71B,#FF605E);
}
.main-fcolor1{
    color:#d6cabe;
}

.main-login{
    min-width:1000px;
    height:920px;
    background:url(../images/banner-login.gif) center top no-repeat;
}
.login-body{
    position: relative;
}
.login-wrap{
    position: absolute;
    top:128px;
    right:64px;
    width:502px;
    height:498px;
    background:url(../images/login-tit.png) no-repeat;
}
.login-input1,.login-input2{
    position:absolute;
    top:163px;
    right:82px;
    border:0;
    background:#E2D2C5;
    width:225px;
    height:40px;
    line-height:40px;
    font-size:20px;
}
.login-input2{
    top:279px;
}
input.login-input1:-webkit-autofill,input.login-input2:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #E2D2C5 inset;
}
.login-submit{
    position: absolute;
    top:383px;
    left:71px;
    width:368px;
    height:66px;
    text-align: center;
    line-height:66px;
    font-size:26px;
    color:#fff;
    background:#EDB110;
    border:0;
    border-radius: 10px;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.login-hover{
    background:#E0A70F;
}

.content img{
    display:block;
    margin:10px auto;
}

.icon-arwup{
    display:none;
    position: absolute;
    left:50%;
    margin-left:-16px;
    bottom:-50px;
    width:33px;
    height:24px;
    background:url(../images/sj.gif) no-repeat;
}
.item-tabs{
    margin:0 20px;
    padding:20px 0 10px;
}
.item-tabs li{
    position:relative;
    float:left;
    margin-right:2px;
    height:60px;
    padding-top:12px;
}
.item-tabs a{
    position: relative;
    display:block;
    width:142px;
    height:60px;
    line-height:60px;
    background:#878787;
    color:#fdb72c;
    font-size:20px;
    text-align: center;
}
.item-tabs a:hover{
    background:#929292;
}
.item-tabs li.on{
    padding-top:0;
}
.item-tabs li.on a{
    position:relative;
    left:0;
    bottom:0;
    background:#FDB72C;
    height:72px;
    font-size:24px;
    line-height: 72px;
    color:#fff;
}
.item-tabs li.on .icon-arwup{
    display:block;
}


.item-kemus{
    position: relative;
    height:56px;
    background:#F5ECCB;
    border:2px solid #FDB72E;
    margin:24px 20px 0;
}
.btn-left{
    position: absolute;
    left:0;
    top:0;
    width:46px;
    height:56px;
    border-right:2px solid #FDB72E;
    background:#F5ECCB;
    box-shadow: 5px 0 3px rgba(0,0,0,.3);
    font:bold 26px/56px '宋体';
    color:#FDB72E;
    text-align: center;
}
.btn-right{
    position: absolute;
    right:0;
    top:0;
    width:46px;
    height:56px;
    border-left:2px solid #FDB72E;
    background:#F5ECCB;
    box-shadow: -5px 0 3px rgba(0,0,0,.3);
    font:bold 26px/56px '宋体';
    color:#FDB72E;
    text-align: center;
}
a.btn-left:hover,.btn-right:hover{
    background:#F1E6BA;
}
.item-kwrap{
    height:56px;
    margin:0 48px;
    overflow: hidden;
}
.item-kul{
    width:10000px;
    height:100%;
}
.item-kul li{
    float:left;
}
.item-kul a{
    display:block;
    height:40px;
    margin-top:8px;
    padding:0 20px;
    font-size:20px;
    line-height: 40px;
    color:#555;
    border-radius: 5px;
}
.item-kul a:hover{
    background:#F1E6BA;
}
.item-kul li.on a{
    background:#E8D78E;
}

.item-pscont{
    position: relative;
}
.item-infoleft{
    margin-right:450px;
}
.item-infoone{
    font:18px/2em  'Arial','微软雅黑';
}
.clr-gry{
    color:#666;
}
.item-bianhao{
    position: absolute;
    right:0;
    top:0;
    padding-top:36px;
}
.item-zjfen{
    float:left;
    margin-left:10px;
    width:237px;
    height:67px;
    background:url(../images/zj.gif) no-repeat;
}
.item-zjfen span{
    line-height:67px;
    padding-left:158px;
    font-size:20px;
    color:#fff;
}
.item-shenct{
    padding:10px 0;
    font-size:16px;
    line-height: 2em;
}
.media-audio{display:block;height:80px;text-align:center;background:url(../images/icon-audio.png) center center no-repeat;background-color:#F4F4F6;}
.paused{background:url(../images/icon-pause.png) center center no-repeat;background-color:#F4F4F6;}
a.media-audio:active{background-color:#eee}
.media-audio img{display: inline-block;}
.item-shenword{
    padding-top:10px
}


.item-filearea{
    padding:20px 0;
    font-size:18px;
}
.item-filearea img{
    vertical-align: middle;
}
.item-pic{
    float:left;
    border:2px solid #FDBF48;
    margin-right:15px;
}
.item-pic img{
    width:266px;
    height:269px;
}
.item-pages{
    padding:30px 20px;
    text-align: center;
}
.item-pages a{
    display: inline-block;
    font-size:24px;
    padding:0 5px;
    color:#666;
}
.item-pages .pre{
    margin-right:20px;
}
.item-pages .next{
    margin-left:20px;
}
.item-pages a:hover{
    color:#333;
}
.item-menu-ctr{
    border-bottom:2px solid #E3E2E2;
    text-align: center;
    padding-top:30px;
    margin:0 20px;
}
.item-menu-ctr a{
    display: inline-block;*xoom:1;
    width:162px;
    height:60px;
    line-height:60px;
    background:#878787;
    color:#fdb72c;
    font-size:20px;
    text-align: center;
    margin:0 30px;
}
.item-menu-ctr a:hover{
    background:#929292;
}
.item-menu-ctr a.on{
    background:#FDB72C;
    color:#fff;
}
.item-list-tb{
    border:2px solid #FDB72C;
    margin:27px 20px;
}
.item-data{
    width:100%;
    border-collapse:collapse;
}
.item-data th{
    font-size:20px;
}
.item-data th,.item-data td{
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    text-align: center;
    border:1px solid #ddd;
    padding:10px;
}
.item-data td{
    font-size:16px;
}
.item-btn-sure{
    padding:10px 0 30px;
}
.item-btn-sure .lx-btn{
    width:180px;
}

.item-media{
    background:#eee;
}
.item-score{
    padding:5px;
    border:1px solid #ccc;
    width:60px;
}
.item-data td.item-say{text-align: left;}