/* 新闻列表 */

.list-top {
    background: #3A7D01;
    font-weight: bold;
    color: #fff;
    padding: 18px;
    font-size: 18px;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}

.l-list li {
    padding: 20px 0 30px;
    border-bottom: 1px dashed #c5c5c5;
}

.l-list-pic {
    width: 260px;
    height: 160px;
    float: left;
    margin-right: 25px;
    object-fit: contain;
}

.l-list-txt {
    width: 900px;
    float: left;
}

.l-list-subtxt {
    width: 600px;
    float: left;
}

.allwidth {
    width: 100%;
}

.l-list-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.l-list-desc {
    line-height: 1.8;
    min-height: 87px;
    margin-bottom: 10px;
}

.l-list a:hover .l-list-title {
    color: #65BA33;
}

.pagination {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
}

.nav-bar {
    margin-top: 20px;
    width: 1206px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea;
}

.as_nav,
.as_nav2 {
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}

.as_nav .par,
.as_nav2 .par {
    display: table-cell;
    vertical-align: middle;
    width: 258px;
    padding: 18px;
    padding-right: 30px;
    line-height: 1.6;
    text-align: justify;
    font-size: 18px;
    color: #000;
    /* background: url(../img/as_par.png) no-repeat right 0; */
    /* background-position-y: 7px; */
    /* background-position-x: 220px; */
}

.as_nav .con {
    padding-left: 38px;
    border-top: 1px solid #eaeaea;
    display: none;
}

ul {
    list-style-type: none;
}

.as_nav li {
    /* width: 114px; */
    float: left;
    padding: 18px;
    text-align: justify;
    padding-left: 0
    /* background: url(../images/as_par.png) no-repeat left 7px; */
    /* background-position-x: -19px; */
}
.as_par_tips{
    position: absolute;
    width: 62px;
    height: 100%;
    text-align: center;
    top: 0;
    right: -30px;
    display: table;
    cursor: pointer;
}
.as-select-par{
    display: table-cell;
    vertical-align: middle;
}
.as_nav .as_par_tips img:nth-child(1){
    display: block !important;
}
.as_nav .as_par_tips img:nth-child(2){
    display: none !important;
}
.as_navdown .as_par_tips img:nth-child(1){
    display: none !important;
}
.as_navdown .as_par_tips img:nth-child(2){
    display: block !important;
}
.as_par_tips img{
    width: 32px; 
    display: none;
}
.as_nav li a:hover {
    color: #65BA33;
}

div.clear {
    font: 0px Arial;
    line-height: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.as_navdown .par {
    color: #fff;
    background: #65BA33;
}

.as_navdown2 .par {
    color: #fff;
    background: #65BA33;
}



/* 发言人名录 */


/* 发言人列表 */

.s-list {
    padding: 10px 10px 30px;
}

.s-list li {
    padding: 20px 0 30px;
    border-bottom: 1px dashed #c5c5c5;
}

.s-list-pic {
    width: 284px;
    height: 160px;
    float: left;
    margin-right: 25px;
    object-fit: contain;
}

.s-list-txt {
    width: 840px;
    float: left;
}

.s-list-title {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: 126px;
}

.s-list-desc {
    line-height: 1.8;
    min-height: 87px;
    margin-bottom: 10px;
}

.s-list a:hover .s-list-title {
    color: #65BA33;
}


/* 在线留言 */

.message-left {
    width: 690px;
}

.message-right {
    width: 500px;
    margin-left: 30px;
}

.m-search-input {
    width: 490px;
    background: #f9f9f9 url(../img/icon_search2.png) 20px center no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding-left: 60px;
    border: none;
    font-size: 16px;
}

.m-search-btn {
    width: 130px;
    background-color: #65BA33;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
}

.m-list li {
    margin: 30px 0;
}

.m-list .name {
    width: 580px;
    margin-left: 20px;
}

.pagination {
    margin-left: -5px;
}

.m-list li:hover a {
    color: #65BA33;
}

.m-wrap {
    padding: 15px;
    background: #f9f9f9;
}

.m-wrap .title {
    font-weight: bold;
    font-size: 24px;
}

.m-form .line {
    margin: 20px 0;
}

.m-form .label {
    float: left;
    text-align: right;
    width: 64px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #3b3b3b;
}

.m-form input[type='text'] {
    width: 350px;
    float: left;
    margin-left: 20px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 16px;
    text-indent: 1em;
    padding-right: 30px;
}

.m-form input.required {
    background: #fff url(../img/required.jpg) 355px center no-repeat;
}

.m-form input[type='text'].code-input {
    width: 200px;
    padding-right: 1em;
}

.m-form .imgcode-btn {
    width: 150px;
    height: 50px;
    float: left;
    margin-left: 15px;
    object-fit: contain;
    cursor: pointer;
}

.m-form .getcode-btn {
    width: 145px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    float: left;
    margin-left: 15px;
    cursor: pointer;
}

.m-form .radio-group {
    line-height: 48px;
    height: 48px;
    margin-left: 20px;
}

.m-form .radio-item {
    padding-left: 25px;
    background: url(../img/radio.png) left center no-repeat;
    float: left;
    margin-right: 25px;
    cursor: pointer;
}

.m-form .radio-item.checked {
    background: url(../img/radio_active.jpg) left center no-repeat;
}

.m-form textarea {
    width: 350px;
    float: left;
    margin-left: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 16px;
    padding: 14px;
    resize: none;
}

.m-form .btn-group .btn {
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.m-form .btn-group {
    float: right;
    margin-right: 5px;
}

.m-form .btn-group .submit {
    background-color: #c5272f;
    float: left;
    margin-right: 20px;
}

.m-form .btn-group .reset {
    background-color: #666;
    float: left;
}

.m-form input[name='checkbox'] {
    width: 19px;
    height: 19px;
}

.checkbox-group {
    width: 380px;
    float: right;
}

.m-infor img {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}

.m-infor span {
    font-size: 20px;
    line-height: 20px;
}

.m-question {
    padding: 0;
    margin: 20px 0;
}

.m-question td {
    border: 1px solid #E3E3E3;
    background: #FCFEFF;
    line-height: 32px;
    padding: 0 10px;
    font-size: 16px;
}

.tabletitle {
    background: #E8EFF6 !important;
    width: 186px;
    line-height: 48px !important;
    text-align: right;
}

.tablecontent {
    width: 427px;
    line-height: 32px;
}

.on {
    background: url(../img/icon-r.png) left center no-repeat;
    background-position-x: 10px;
    background-position-y: 26px;
}

.on a {
    color: #65BA33;
}

.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-center {
    text-align: center;
}

.pt-30 {
    padding-top: 30px;
}