@charset "utf-8";
/* CSS Document */
#login-form ul,#login-form li {
    margin: 0px;
    padding: 0px;
}
#login-form ul li {
    list-style-type: none;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
}


/*
.table {border-collapse:collapse; font-size:13px; height:24px; line-height:24px; color:#393939; }
.table tr th{background:#36F; color:#FFF; font-size:13px; height:24px; line-height:24px;}
.table tr th.th_border{border-right:solid 1px #FFF; border-left:solid 0px #36F;}
.table tr td{border:solid 0px #DCDCDC; padding:5px;}*/

.pages{float: right}
.pages a,.pages span {
    display:inline-block;
    padding:2px 10px;
    border:1px solid #f0f0f0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-size: 14px;
}
.pages a,.pages li {

    display:inline-block;
    list-style: none;
    text-decoration:none; color:#58A0D3;
}
.pages a.first,.pages a.prev,.pages a.next,.pages a.end{
    margin:0 auto;
}
.pages a:hover{
    border-color:#50A8E6;
}
.pages span.current{
    background:#50A8E6;
    color:#FFF;
    font-weight:700;
    border-color:#50A8E6;
}

/**会员中心**/
.bg-blue {
    background-color: #e3f3f8;
}
.welcome {
    text-align: center;
    font-size: 18px;
    color:aliceblue;
    font-weight: 800;
    line-height: 25px;
}
.user-center-welcome {
    display: inline-block;
    margin-right: 15px;
    color: red;
}
.font-white {
    color: #fff !important;
}
.hidden { 
    display: none; 
}

.user_right_menu div {
    line-height: 35px; 
    height: 35px;
    border-bottom: 1px solid #E7E7E7;
    padding-left: 2px;
}
.user_right_menu div:hover {
    background-color: #F92226;
    color:aliceblue;
}
.user_right_menu div:hover a{
     color:aliceblue;
}

.user_center_bg {
    background-image: url("/Public/images/user_center_bg.jpg");
    min-height: 380px;
}

.more-list a {
    font-size: 12px;
    color:cornflowerblue;
    float: right;
}
.news-title {
    color: #F50004;
    font-weight: 700;
}
.news-title a:link,.news-table tr td a:link {
    color: #000;
}
.news-title a:visited,.news-table tr td a:visited {
    color:#000;
}
.news-title a:hover,.news-table tr td a:hover {
    color: #000;
}
.news-title a:active,.news-table tr td a:active {
    color: #000;    
}
.news-table tr td a:link {
    
}

.list_left {
    background-color: #9BD8F5 !important;    
}
.user-bg {
    padding-bottom: 320px;
    background-image: url("/Public/images/login_bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}
.pd-15 {
    padding: 15px;
}
