/*基本样式*/
body {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 12px;
    font-family: Verdana, Arial, "Hiragino Sans GB", 宋体, sans-serif;
    color: #000000;
}
/*去掉chrome浏览器下的input和textarea在聚焦的时候都有一个黄色的边框*/
/*公共控件样式*/
::-ms-clear, ::-ms-reveal {
    display: none;
}

input, button, select, textarea {
    outline: none;
    font-family: Verdana, Arial, "Hiragino Sans GB", "黑体", sans-serif;
    font-size: 14px;
    color: #303030;
}

textarea {
    resize: none;
    font-family: Verdana, Arial, "Hiragino Sans GB", "黑体", sans-serif;
    font-size: 12px;
    border: 1px solid #c1c1c1;
}

Select {
    font-family: Verdana, Arial, "Hiragino Sans GB", "黑体", sans-serif;
    font-size: 14px;
    vertical-align: middle;
    height: 25px;
    _vertical-align: auto;
}

input[type=text], input[type=password] ,select{
    padding: 0px 0px 0px 3px;
    border: 1px solid #c1c1c1;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    width: 400px;
    height: 50px;
}
.MessageTxtt{
    width:100%;
    height:152px;
    line-height:30px;
}

/*链接样式*/
a:link {
    color: #686868;
    text-decoration: none;
}

a:visited {
    color: #686868;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}


a.blue:link {
    color: #005ea7;
    text-decoration: none;
}

a.blue:visited {
    color: #005ea7;
    text-decoration: none;
}

a.blue:hover {
    color: #FF0000;
    text-decoration: none;
}

a.white:link {
    color: white;
    text-decoration: none;
}

a.white:visited {
    color: white;
    text-decoration: none;
}

a.white:hover {
    color: yellow;
    text-decoration: none;
}


a.gray:link {
    color: #676767;
    text-decoration: none;
}

a.gray:visited {
    color: #676767;
    text-decoration: none;
}

a.gray:hover {
    color: #FF0000;
    text-decoration: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
/*****头部******/
.layout-top {
    height: 204px;
}
.layout-top a{
    width:617px;
    height:129px;
    margin: 30px 0px 0px 100px;
    display:block;
    float:left;
}
.layout-top a img{
    width: 100%;
    height: 100%;
}
#flash{
    float:right;
    width:1100px;
    height:110px;
    margin-right:60px;
    margin-top:30px;
    overflow:hidden;
    position: relative;
}
#flash img {
    position: absolute;
    top: 0;
    left: 0;
}
/*****头部-end******/


.layout-cneter{
    box-shadow: 0px 0px 100px rgba(0,0,0,0.5);
    border-radius: 6px;
    border: 1px solid rgba(256,256,256,0.4);
}
.layout-cneter-left {
    position: relative;
    float: left;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}
.layout-cneter-leftt {
    position: relative;
    float: left;
    border-radius: 30px;
    padding: 10px;
    height:auto;
}
.layout-cneter-right {
    width: 237px;
    height: 100%;
    position: relative;
    float: right;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    background-color: rgba(219,188,165,0.92);
    font-size: 14px;
    color:#c7171d;
    line-height: 23px;
    padding-left: 20px;
    padding-right: 20px;
}
.layout-cneter-right span{
    font-size: 20px;
}
.layout-cneter-right img{
    width: 100%;
    height: 120px;
}
.layout-cneter-rightt {
    width: 450px;
    height: 100%;
    position: relative;
    float: right;
    border-radius: 30px;
    background-color: rgba(219,188,165,0.92);
    box-shadow: 0px 0px 100px rgba(0,0,0,0.5);
    border: 1px solid #fff8c7;
    font-size: 16px;
    color: #b60a10;
    font-family: '微软雅黑';
    line-height: 23px;
    padding: 20px 30px 0px 40px;
    margin: 10px;
}
.intro-img{
    text-align: center;
    width: 420px;
    height: 170px;
    border: 1px solid #cc141a
}
.layout-cneter-rightt span{
    font-size: 20px;
}
.rightt-img{
    width: 100%;
    height: 170px;
}
.rightt-text{
    line-height: 25px;
    height: 360px;
}
/*******二维码*******/
.code{
    height: 150px;
    padding: 0px 80px;
}
.code_text{
    float: left;
    text-align:right;
    width: 70px;
    height: 78px;
    border-right:2px solid #fff;
    margin-top: 52px;
    padding-right: 15px;
    font-size: 14px;
}
.code_text p{
    margin-top: 32px;
}
.code img{
    margin-left: 20px;
}
/*******二维码-end*******/


/***左边内容***/
.layout-cneter-view {
    padding: 20px;
}
.font{
    font-size: 24px;
}
/*.layout-cneter-view table tr td{
    font-size: 24px;
}
.layout-cneter-view table tr th{
    font-size: 24px;
}*/

/***左边内容头部***/
.layout-buts-top {
    /*height: auto;*/
    height: 58px;
    line-height: 58px;
    border-bottom: dotted #FFF 1px;
}
.layout-buts-top a, .layout-buts-top a:link, .layout-buts-top a:active, .layout-buts-top a:visited {
    display: inline-block;
    list-style-type: none;
    float: left;
    width: 156px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    margin-left: 6px;
    background-image: -webkit-linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    background-image: linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    border-radius: 9px;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    font-family: '黑体';
    font-weight: 900;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
.layout-buts-top a.active, .layout-buts-top a.active:link, .layout-buts-top a.active:visited, .layout-buts-top a.active:active {
    background-image: -webkit-linear-gradient(to top, #fcc45d,#d88003, #ecaf3c);
    background-image: linear-gradient(to top,#fcc45d,#d88003,#ecaf3c);
}
.layout-buts-top a:nth-child(n+9){
    margin-top: 25px;
}

/***左边内容头部-end***/

.layout-cneter-info {
    height: 660px;
    overflow-y: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

/*.layout-cneter-info table tr th{
     font-size: 24px;
 }
.layout-cneter-info table tr td{
    font-size: 24px;
}*/

.layout-cneter-info .item {
    position: relative;
    float: left;
    width: 460px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 15px;
}

.layout-cneter-info .item:nth-child(3n) {
    padding-right: 0px;
}

.layout-cneter-info a .item{
   width: 445px;
}
.fj{
    height: 40px;
    border-radius: 5px;
    background-color: #cf100c;
    color: #fff;
    border: none;
    margin-left: 45%;
    margin-top: 15px;
}
.layout-cneter-info .item .panel {
    background-color: white;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

.layout-cneter-info .item .panel .tel-panel {
    border-top: 1px dotted #676767;
    margin-top: 10px;
    text-align: right;
}
.layout-cneter-info .item .panel .tel-panel {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 106px;
    height: 32px;
    border-top: none;
}
.layout-cneter-info .item .panel .tel {
    width: 80px;
    height: 18px;
    background: url("../img/tel_icon.png") no-repeat center center;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.layout-cneter-info .item .panel .tel {
    width: 106px;
    height: 32px;
}
.layout-buts-titlee{
    height: 60px;
    line-height: 40px;
    color: #7f1304;
    font-size: 40px;
    font-weight:bold;
    font-family:'微软雅黑';
    text-align: center;
}
.layout-buts-title{
    height: 60px;
    color: #7f1304;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
}
/*
.layout-cneter-info .item .panel .img {
    width: 137px;
    height: 230px;
    margin: 10px;
    float: left;
}
*/
.layout-cneter-info .item .panel .img {
    width: 137px;
    height: 176px;
    margin: 10px;
    float: left;
}

.layout-cneter-info .item .panel .name, .layout-cneter-info .item .panel .jobpost {
    background-color: #57a2de;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.layout-cneter-info .item .panel .name {
    border-bottom: solid #FFF 2px;
}

.layout-cneter-info .item .panel .jobpost {
    font-size: 12px;
}

.layout-cneter-info .item .panel .message {
    width: 287px;
    float: left;
    line-height: 26px;
    padding-top: 10px;
    font-size: 16px;
    position: relative;
}
.layout-cneter-info .item .panel .message {
    width: 287px;
    line-height: 26px;
    padding-top: 10px;
    position: relative;
    height: 190px;
    font-size: 14px;
}
.layout-cneter-info .item .panel .titlee {
    line-height: 40px;
    border-bottom: dotted 1px #000000;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.layout-cneter-info .item .panel .title {
    color: #a11c19;
    border: none;
    font-size: 14px;
    line-height: 20px;
    margin-left: 0 !important;
}

.layout-cneter-info .item .panel .message .vote-but{
    text-align: center;
    color: #000;
    line-height: 37px;
    height: 37px;
    margin-top: 5px;
    font-weight: 900;
    cursor: default;
    width: 108px;
    background: url("../img/vote-but_bg.png");
    display: inline-block;
    font-size: 16px;
}

.layout-cneter-info .item .panel .message span {
    margin-left: 20px;
}

.layout-cneter-info .item .vote .vote-but a {
    color: #FFF;
}

.layout-cneter-info .item .vote .vote-but:nth-child(3) {
    border: none;
}
.TitleName {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    color: #7f1304;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    color: #891f0e;
    height: 58px;
    line-height: 45px;
}
.Supervision {
    background: url("../img/Supervision.png") no-repeat center top;
    height: 70px;
    line-height: 70px;
    border-bottom: dotted #FFF 1px;
}

.Suggestion {
    padding: 30px;
}

.Suggestion-List {
    border-radius: 7px;
    background-color: #FFF;
    padding: 20px;
    font-size: 18px;

}


.Suggestion-title {
    background: url("../img/Suggestion_bg.png") no-repeat center center;
    height: 60px;
    margin-bottom: 20px;
}

a.Suggestion-but, a.Suggestion-but:link, a.Suggestion-but:visited, a.Suggestion-but:active {
    line-height: 42px;
    display: inline-block;
    width: 200px;
    font-family:'Microsoft YaHei';
    font-weight:bold;
    height: 48px;
    background-image: -webkit-linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    background-image: linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

.Suggestion-List > table {
    table-layout: fixed;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #000;
    width: 100%;
}

.Suggestion-List td {
    font-size: 16px;
}

.Suggestion-List > table:last-child {
    border-bottom: none;
}
a.Supervision_but, a.Supervision_but:link, a.Supervision_but:hover, a.Supervision_but:active, a.Supervision_but:visited {
    width: 429px;
    height: 79px;
    display: list-item;
    float: left;
    list-style-type: none;
}

.Supervision_but {
    background: url("../img/Supervision_but2.png") no-repeat center center;
}

.Supervision-panel {
    margin-left: auto;
    margin-right: auto;
}
.Return {
    background: url("../img/Return.png") no-repeat center center;
    position: absolute;
    top: 18px;
    right: 0px;
    width: 158px;
    height: 55px;
}
.Tabsk {
    padding: 30px;
}

.Tabsk-Types {
    text-align: center;
    padding-top: 30px;
}

.Tabsk-Title {
    background: url("../img/Tabsk_title.png") no-repeat center top;
    height: 70px;
    line-height: 70px;
    border-bottom: dotted #FFF 1px;
}

.Process-Title {
    background: url("../img/Process.png") no-repeat center top;
    height:70px;
    line-height: 70px;
    border-bottom: dotted #FFF 1px;
}

.Tabsk-Types {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.Tabsk-Types a, .Tabsk-Types a:link, .Tabsk-Types a:active, .Tabsk-Types a:visited {
    width: 420px;
    line-height: 70px;
    display: inline-block;
    height: 70px;
    background-image: -webkit-linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    background-image: linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    float: left;
}

.Tabsk-Types a:nth-child(2n) {
    margin-left: 137px;
}

.Tabsk-Types a:nth-child(n+3) {
    margin-top: 60px;
}

.Tabsk-List table, .TaskInfo-Talbe {
    border-collapse: separate;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

.Tabsk-List th, .TaskInfo-Talbe th {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: rgba(171,41,26,0.4);
    color: #FFF;
}

.Tabsk-List a .TaskInfo-Talbe a {
    color: #000;
    font-size: 18px;
}

.Tabsk-List th:last-child {
    width: 128px;
}

.Tabsk-List td, .TaskInfo-Talbe td {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: rgba(250,152,53,0.4);
}

.Tabsk-List tr td:first-child {
    cursor: default;
}
.Tabsk-List td, .TaskInfo-Talbe td {
    padding-left: 10px;
}
.Tabsk-List-Title {
    height: 80px;
    color: #7f1304;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
}
.MessageTdTitle {
    font-size: 20px;
    height: 80px;
    width: 100px;
}
.MessageTxt {
    font-size: 20px;
    line-height: 50px;
    background-color: rgba(256,256,256,0.6);
}
.MessageBut {
    line-height: 50px;
    display: inline-block;
    width: 138px;
    height: 50px;
    background-image: -webkit-linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    background-image: linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    border: none;
}

.field-validation-error {
    color: red;
    font-size: 20px !important;
}

.Search {
    position:absolute;
    left:30px;
    top:20px;
}

.Search .text {
    border-left: 1px solid #ec621a;
    border-top: 1px solid #ec621a;
    border-bottom: 1px solid #ec621a;
    border-right: 1px solid #ec621a;
    line-height: 30px;
    height:30px;
    vertical-align: middle;
    width:200px;
}
.Search .submit {
    border-right: 1px solid #ec621a;
    border-top: 1px solid #ec621a;
    border-bottom: 1px solid #ec621a;
    border-left-width: 0;
    line-height: 30px;
    height:32px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    color: #FFF;
    background-color: #ae060c;
    background-image: -webkit-linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    background-image: linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    width:90px;
}
.centers{
    width:35%;
    margin:0 auto;
    font-family:"微软雅黑";
}
.centers input{
    width:100%;
    height:24px;
    margin-top:10px;
    margin-bottom:10px;
}
.centers textarea{
    width:100%;
    height:100px;
    margin-top:10px;
}
.centers h1{
    text-align:center;
}
#sub{
    width:50%;
    float:left;
    color:#FFF;
    background-image: -webkit-linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    background-image: linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    border:none;
    cursor:pointer;
    border-radius:8px;
    height:50px;
}
.res{
    margin-top:10px;
    height:50px;
    width:50%;
    float:left;
    color:#FFF;
    background:rgb(221, 138, 17);
    border:none;
    cursor:pointer;
    border-radius:8px;
}
.resa{
    height:50px;
    width:50%;
    color:#FFF;
    background-image: -webkit-linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    background-image: linear-gradient(to top, #cd0d0b,#e63416, #fc5921);
    border:none;
    cursor:pointer;
    border-radius:8px;
}
.cb-box span{

}
.cb-box span input{
    width:5%;
}
.layout-right{
    width: 275px;
    height: 100%;
    position: relative;
    float: right;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 14px;
    line-height: 23px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(219,188,165,0.92);
    color: #b60a10;
}
.layout-right img{
    width: 100%;
    height: 120px;
}
.layout-right span{
    font-size: 20px;
    font-family: '宋体';
}
.layout-bottom {
    height: 96px;
}
.col-md-12{
    height:703px;
    padding-bottom: 20px;
}
.messbox{
    padding: 5%;
}