/* CSS Document */
ol, ul, li, dl, dd, p, dt {list-style:none; margin:0px ; padding:0px; }
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px; font-weight:normal;}
body{ font-size:12px; color:#000;line-height:25px;  margin:0 auto;-webkit-text-size-adjust:none;font-family: "微软雅黑";}
input{ font-family: "微软雅黑";}
img{ border:0px;}
form{padding:0px; margin:0px;}
a{ text-decoration:none; color:#666666; }
a:hover{ color:#cf0000;  }
input {outline: none;}
textarea {outline: none;}  
.clear{ clear:both; }
.fl{ float:left;}
.fr{ float:right;}
.mar_t10{ margin-top:10px;}
.mar_t20{ margin-top:20px;}
.mar_t40{ margin-top:40px;}


input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}
input, textarea, keygen, select, button {
    margin: 0em;
    font: 13.3333px Arial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}
input {
    padding: 1px;
    background-color: white;
    border: 2px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}
input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}
.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}

.disabled{cursor:not-allowed}



/*焦点图*/
.focus{ position:relative; width:470px; height:310px; background: #000; float: left; margin-top:55px;}  
.focus img{ width: 470px; height: 310px;} 

.focus .shadow{overflow: hidden;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis; width:350px; position:absolute; bottom:0; left:0px; z-index:210; padding-left:10px; height:40px; line-height: 40px;display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:14px;overflow:hidden; }  

  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  

.focus .fbg{ bottom:0px;  background: url(../img/bg01.png) repeat; width:470px;  position:absolute; height:40px; text-align:center; z-index: 200;  }  
.focus .fbg div{overflow:hidden;zoom:1;height:40px}  

.focus .D1fBt{ overflow:hidden; zoom:1;  height:23px; z-index:10; float:right   }   
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; outline:0; float:left; text-indent:-9999em; background:#FFF;-webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; margin-right:5px; margin-top:15px; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#b32215; color:#fff;
}    
.focus .D1fBt i{font-style:normal; }  













.oa_width{ width:980px; margin:0px auto;}
.oa_widthSon{ width:1250px; margin:0px auto; position:relative;}
.oa_logo{ padding-top:15px;}

.LoginBg{ background:url(../img_oa/loginbg.png) repeat; width:286px; min-height:295px; margin-top:15px; float:right}
.LoginTitle{ text-align:center; font-size:18px; color:#FFF; padding-top:30px;}
.LoginFont{ background:#aaabab; width:50px; height:40px;  text-align:center; line-height:40px; color:#FFF; margin-left:34px; float:left; margin-top:15px;}
.LoginInput{ width:180px; float:left; margin-top:15px;}
.LoginInput input{ width:170px; height:38px; background:#FFF; border:none}
.LoginWj{ text-align:right; padding-top:5px; padding-right:35px;}
.LoginWj a{ color:#FFF;}

.LoginAnNiu{ text-align:center; padding-top:20px;}
/*信息平台*/
.Oa_TopBg{ background: url(../img_oa/topbg.jpg) no-repeat center #dad8d8; height:142px; min-width:1250px;}
.OaTime{ float:right; font-size:12px; color:#666666; padding-top:20px;}
.OaTime a{ color:#333333}


.OaNav{ text-align:right; font-weight:bold; line-height:30px; position:absolute; bottom:-20px; right:0px;}
.OaNav a{ font-size:16px; color:#525252; background:url(../img_oa/oa01.png) no-repeat right; padding:0px 15px;}
.OaNav a:hover{ color:#cf0000;}
#OaNav{ color:#cf0000;}
.OaBg{ background:url(../img_oa/oabottombg.jpg) no-repeat bottom center #f9f9f9; overflow:hidden; padding-bottom:100px;min-height:515px;min-width: 1250px;}
/*二级栏目*/
.OaMenu{ background:url(../img_oa/oa02.gif) no-repeat top #767b7f; width:200px; min-height:515px; position:absolute; left:0px; padding:0px 15px 15px 15px;}
.OaMenuTitle{ font-size:22px; color:#ffffff; text-align:center; padding-top:70px;}
.OaMenuListBg{ background:#ebebeb; min-height:400px; margin-top:20px;}

.OaMenuList{}
.OaMenuList ul{}
.OaMenuList li{ line-height:38px; font-size:14px;}
.OaMenuList li a{ padding-left:40px; color:#333333;border-bottom:1px solid #dcdcdc; display:block; }
.OaMenuList li a:hover{ color:#cf0000}
.OaMenuList ul li ul{ border-bottom:1px solid #dcdcdc; padding:5px 0px;}
.OaMenuList ul li ul li{ line-height:24px; font-size:14px;}
.OaMenuList ul li ul li a{border-bottom: none;}
#OaMenuList{ color:#cf0000}
.OaMenuListT{  padding-left:40px;font-weight:bold; color:#cf0000; border-bottom:1px solid #dcdcdc; }
.OaMenuList li.OaMenuListT a{padding-left:0;}
.OaRight{ width:983px; float:right; overflow:hidden;}
.OaR_xlk{ padding-top:20px;}




.w470{ width:470px; height:350px; overflow:hidden; margin-top:20px;}
.w470T{ background:url(../img_oa/oa03.gif) no-repeat left center; padding-left:10px; border-bottom:2px solid #cf0000; font-size:18px; font-weight:bold; line-height:40px}
.w470T span{ float:right; font-size:12px; font-weight:normal}

.w470List{ padding-top:10px}
.w470List ul{}
.w470List li{ background: url(../img_oa/oa04.gif) no-repeat left center; padding-left:10px; line-height:30px; font-size:14px;overflow: hidden;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis; width:460px;}

.w470List span{ float:right; color:#999999} 

.oacopy{ height:60px; background:#767b7f; min-width:1250px; text-align:center; color:#FFF; line-height:60px; font-size:14px;}

.Mbx{ border-bottom:1px solid #eaeaea; height:55PX; color:#999999; line-height:55px;}
.Mbx span{ font-family:"宋体"; padding:0px 5px; color:#999999;}
.Mbx a{ color:#999}
.Mbx a:hover{ color:#c49023;}
.SrHome{ background:url(../img/icon15.png) no-repeat left center; padding-left:15px; font-size:14px;}
.GlMenu{ text-align:right; font-size:14px;}
.GlMenu a{ padding:5px 20px; }
.GlMenu a:hover{ background:#cf0000; color:#FFF;}
#GlMenu{ background:#cf0000; color:#FFF;}
.GlTitle{ background:url(../img_oa/oa03.gif) no-repeat left center; padding-left:10px; font-size:18px; font-weight:bold; color:#666666;border-bottom:2px solid #c91212; line-height:50px;}
.GlTitle span{ float:right; font-size:16px; color:#666666}

.GlTable{ background:#ffffff;  border-collapse:collapse}
.GlTable td{ border:1px solid #f6f6f6; height:45px;  font-size:14px; color:#666666; padding:0px 15px;}


.GlTable tr.GlTr td{ font-size:18px; color:#666666; font-weight:bold;} 
.GlTable tr.GlTr01 td{ font-size:14px; color:#666666; font-weight:bold;} 

.GlTable td a.btn{padding:2px 6px;}

.Page{ font-size:14px;  margin:0px auto; margin-top:30px; text-align:center;}  
.Page a{ background:url(../img/icon18.png) no-repeat; width:31px; height:31px; text-align:center; line-height:31px; display:inline-block; margin-right:10px;}
.Page a:hover{ background:url(../img/icon19.png) no-repeat; color:#FFF}
.Page input{ margin-left:10px; width:40px; height:25px; background:#FFF; border:1px solid #c1c1c1; float:left; margin-right:10px;}
.Page span{background:url(../img/icon19.png) no-repeat; width:31px; height:31px; text-align:center; line-height:31px; display:inline-block; margin-right:10px; color:#fff; }

.TjF{ line-height:24PX; font-size:14px; color:#666666; margin-top:10px; width:120px; text-align:right}
.TjF01{ line-height:24PX; font-size:14px; color:#666666; margin-top:10px; }
.TjInput{ margin-top:10px;}
.TjInput input{ width:198px; height:24px; background:#FFF; border:1px solid #d6d6d6;}
.TjInput select{width:198px; height:24px; background:#FFF; border:1px solid #d6d6d6;}

.tjscf{ text-align:right; color:#666666; margin-top:10px;}
.tjscf a{ background:url(../img_oa/oa08.png) no-repeat; width:49px; height:24px; padding:5px 10px; text-align:center;}


.tInput{ width:20px; height:20px; line-height:20px; text-align:center;}
.tInput01{ width:125px;height:20px; line-height:20px;}





.GlTable01{ background:#ffffff;  border-collapse:collapse}
.GlTable01 td{ border:1px solid #f6f6f6; height:55px; line-height:55px; font-size:12px; color:#666666; padding:0px 15px;}


.GlTable01 tr.GlTr td{ font-size:18px; color:#666666; font-weight:bold;} 
.GlTable01 tr.GlTr01 td{ font-size:14px; color:#666666; font-weight:bold;} 


.tjinput02{ margin-top:10px;}
.tjinput02 textarea{ width:325px; height:130px; background:#FFF; border:1px solid #d6d6d6}

.scqybg{ background:#FFF; line-height:40px; font-weight:bold; font-size:14px; color:#666; text-align:center; margin-bottom:10px;}


.bbstable{ background:#FFF; font-size:14px; height:40px; line-height:40px; padding:5px 20px; color:#666666}




.wjmmbox{ width:390px; overflow:hidden; margin:0px auto; margin-top:50px;}
.wjmmfont{ width:120px; height:30px; text-align:right; font-size:14px;}
.wjmminput{height:28px; line-height:28px;}
.wjmminput input{ background:url(../img_oa/oa18.gif) no-repeat; width:204px; height:28px; line-height:28px; border:none; margin-left:15px;}




 .has-error {
        color: #9f3a38;
    }

        .has-error .LoginFont {
            background-color: #e0b4b4;
            border-color: #e0b4b4;
            color: #9f3a38;
        }

        .has-error input, .has-error textarea {
            background-color: #fff6f6;
            border-color: #e0b4b4;
            color: #9f3a38;
            box-shadow: none;
        }










  #oldbox {
        font-family: "宋体";
    }

    #box {
        width: 100%;
        font-weight: bold;font-family: "宋体";
    }

    #h_top {
        font-size: 44px;
        line-height: 50px;
        font-weight: bold;
        color: #FF0000;
        text-align: center;
        display: block;
        width: auto;
    }

    #zihao {
        font-size: 18px;
        line-height: 50px;
        font-weight: bold;
        color: #000;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #ff0000;
        height: 50px;
        width: 100%;
    }

    #content {
        font-size: 16px;
        line-height: 25px;
        font-weight: normal;
    }

        #content h1 {
            font-size: 21px;
            line-height: 30px;
            font-weight: bold;
            color: #030004;
            text-align: center;
            display: block;
            height: auto;
            width: 100%;
            margin-top: 0px;
            margin-right: auto;
            margin-bottom: 20px;
            margin-left: auto;
            padding-top: 10px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }

    #time {
        text-align: right;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 50px;
        font-weight: bold;
    }

    #keywords {
        font-size: 16px;
        line-height: 20px;
        display: block;
        height: auto;
        width: auto;
        padding: 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000;
    }

    #compay {
        float: left;
        width: 80%;
    }

    #timer {
        float: right;
        width: 20%;
        text-align: right;
    }

    .clear {
        clear: both;
    }

    #shu {
        text-align: right;
        width: auto;
        line-height: 25px;
        height: 25px;
        font-size: 14px;
    }

    .STYLE1 {
	color: #FF0000;
	font-size: 36px;
}






#huizhibox{padding:10px; font-size:16px; width:500px; margin:0 auto; padding-top:100px; color:#cf0000;}
#huizhibox i.fa1{float:left; margin:10px; font-size:90px }
#huizhibox div{text-align:right;padding-top:10px;}








img.timg{width:40px; height:40px; display:block;}
    .ccdd{padding:20px;}
    .bbsff{ height:30px; line-height:30px; overflow:hidden;border-top:1px dotted #ccc;}
    .bbsffip{ float:left;}
    .bbsfffrr{ float:right;}