
.bst_page {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    max-width: 1200px;
}

.mb20 {
    margin-bottom: 20px;
}
.bst_formwidth_c {
    width: 98%;
}

.bst_member_login_center {
    padding: 0px 0px 25px 0px;
    border: 1px solid #dedede;
    margin: 35px auto 25px auto;
}
html .button:hover{
	/*background-color: #4d1777;*/
}
.bst_member_login_center .title {
    height: 35px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid;
    overflow: hidden;
    background: #e5e5e5;
    border-color: #e5e5e5;
    background: url(../images/message_bg.jpg) repeat-x;
}
.bst_member_login_center .messageicon2 {
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/mess_icon.gif) no-repeat 0px -54px;
    margin-top: 8px;
}

.bst_member_login_center .messtitle {
    float: left;
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
}



.control_label16 {
    float: left;
    width: 36%;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    min-height: 1px;
    color: #818181;
}

.control_required20 {
    /*float: left;
    width: 72%;*/
}

.infoInput {
    padding: 5px;
    margin: 0px;
    border: 1px solid #d5d5d5;
}



select, input, textarea {
    /* font-size: 12px; */
    margin: 0;
    outline-style: none;
    padding: 0;
}

.bst_form_group {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 15px;
    /*padding-left: 156px;*/
}





html .button {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    padding: .4em 1.5em .55em;
    border: none;
    border-radius: 2px;
    color: #fff;
    background: #A7A9AA;
}

.bst_page_typename_width {
    float: left;
    width: 100%;
    padding: 10px 0px 7px 5px;
    /*color: #4d1777;*/
    font-size: 16px;
}

.bst_page_center_line {
    width:100%;
    border-bottom: 1px solid #e6e6e6;
    height: 1px;
    overflow: hidden;
}

.bst_newslist {
    padding: 10px 10px;
}

.bst_newslist li.bst_strlist {
    padding: 10px 0px 0px 10px;
    background: url(../images/icon3.gif) no-repeat 0px 18px;
}

.bst_newslist li {
    padding: 15px 0px;
    overflow: hidden;
}

.bst_newslist li.bst_strlist a {
    display: block;
    overflow: hidden;
}

.bst_newslist li dd.tl {
    float: left;
}

.bst_newslist li dd.dr {
    float: right;
    color: #a5a5a5;
}

.bst_page_botton {
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
}

#pagelist {
    color: #808080;
    text-transform: none;
}

.bst_page_botton {
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
}

#pagination {
    padding-top: 20px;
}


.pagination {
    overflow: hidden;
    padding: 20px 0px;
    margin: 0px;
    display: inline-block;
    font-size: 13px;
}

.pagination {
    font-family: '微软雅黑', 'Microsoft YaHei UI', 'Microsoft YaHei', arial, helvetica, sans-serif;
    overflow: hidden;
    padding: 10px 0px;
    font-size: 12px;
    margin: 0px;
}

.pagination span.current {
    color: #333333;
    overflow: hidden;
    padding: 5px 5px;
    margin: 0px 0px 0px 10px;
    font-size: 13px;
}



.bst_strlist a:hover dd{
	color:  #000000;
    font-weight: bold;
} 


@media (max-width:768px){
    .control_label16{
        width: 100%;
        text-align: center;
    }

    .control_required20{
        text-align: center;
    }
    .bst_newslist li.bst_strlist{
        padding-left: 0;
    }
    .bst_newslist li dd.tl{
        float: none;
    }
    .bst_newslist li dd.dr{
        float: none;
    }
    .bst_newslist li.bst_strlist a{
        border-bottom: 1px dashed #ccc;
    }
}