@CHARSET "UTF-8";
/* 内容区 */
#content {
    float: left;
    width: 74%;
    margin: 30px 13%;
    min-height: 700px;
}

#content_left {
    float: left;
    width: 22%;
    color: #666;
    margin-top: 10px;
}

#content_left #content_left_basic {
    float: left;
    width: 100%;
}

#content_left_basic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* for IE */
    filter: alpha(opacity=85);
    /* CSS3 standard */
    opacity: 0.85;
}

#content_left_basic img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}

#content_left_basic_top {
    float: left;
    width: 100%;
    font-size: 13px;
}

#content_left_basic_top p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#content_left_basic_top #uNickname {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 15px 0;
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
}

#content_left_basic_top #uNickname span {
    display: inline;
    font-size: 21px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 5px;
}

#content_left_basic_top #uNickname .uSex {
    font-size: 17px;
    vertical-align: middle;
}

#content_left_basic_top #uNickname .uSex-venus {
    color: #ea6f5a;
}

#content_left_basic_top #uNickname .uSex-mars {
    color: #3194d0;
}

#content_left_basic_top ul {
    float: left;
    width: 90%;
    text-align: center;
    margin: 10px 5%;
}

#content_left_basic_top ul li {
    float: left;
    margin: 10px 5%;
    width: 35%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}

#content_left_basic_top a {
    padding: 5px 10px;
}

#content_left_basic_top #send_msg {
    border: 1px solid rgba(59, 194, 29, .7);
}

#content_left_basic_top #send_msg:hover {
    border: 1px solid #42c02e;
    background-color: rgba(59, 194, 29, .05);
}

#content_left_basic_top #send_msg a {
    color: #42c02e !important;
}

#content_left_basic_top #attention_user {
    background-color: #42c02e;
    border-color: #42c02e;
}

#content_left_basic_top #attention_user:HOVER {
    background-color: #3db922;
    border-color: #3db922;
}

#content_left_basic_top #attention_user a {
    color: white;
}

#content_left_basic_top #attention_user_yes {
    background-color: white;
    border: 1px solid hsla(0, 0%, 59%, .6);
}

#content_left_basic_top #attention_user_yes:HOVER {
    background-color: #d7d7d7;
}

#content_left_basic_top #attention_user_yes a {
    color: #8c8c8c;
}

/* 底部 */
#content_left_basic_bottom {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #EEE;
}

#content_left_basic_bottom p {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
}

/* 内容区右侧 */
#content_right {
    float: right;
    width: 72%;
}

/* 列表错误信息 */
#resultMsg {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
    color: #40aff2;
    font-size: 15px;
}

/* 横向导航 */
#content_right_nav {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#content_right_nav #active a {
    color: #FE7517;
}

#content_right_nav #active span {
    width: 82%;
    height: 2px;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    background-color: #FE7517;
    margin-left: 9%;
    margin-right: 9%;
}

.nav {
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #EEE;
}

.nav ul li {
    height: 32px;
    line-height: 32px;
    float: left;
    padding: 5px;
    margin-right: 30px;
    position: relative;
}

.nav ul li a {
    color: #666;
    font-family: 'Microsoft Yahei';
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

.nav ul li a:hover {
    color: #000;
    text-decoration: none;
}

.nav ul li span {
    display: none;
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #FE7517;
    top: 40px;
    left: 50%;
}

/* 分页 */
#page-div {
    width: 100%;
    float: left;
}

#News-Pagination {
    float: left;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

/* 弹出层 */
#send_form, #login_form {
    min-width: 300px;
    padding: 20px;
    text-align: right;
}

#send_form p input, #send_form p textarea, #login_form p input {
    font-size: 13px;
    vertical-align: middle;
}

#send_form font, #login_form font {
    color: #40aff2;
    font-size: 15px;
    font-weight: 600;
}

#send_form p textarea {
    padding: 10px;
    width: 100%;
    resize: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #DEDEDE;
}

#send_form #submitBtn, #login_form #loginBtn {
    font-size: 14px;
    padding: 5px 20px;
    margin: 0;
    background-color: #FE7517;
    border: none;
    color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    outline: none;
}

#send_form #submitBtn {
    margin-top: 10px;
}

#send_form #submitBtn:HOVER, #login_form #loginBtn:HOVER {
    background-color: #FE6517;
}

#send_form p, #login_form p {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 5px 0;
}

#send_form #send_form_title, #login_form #login_form_title {
    padding-bottom: 15px;
}

#login_form input {
    height: 35px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    min-width: 270px;
    padding: 0 5px;
    margin-bottom: 5px;
}

#login_form button {
    margin-bottom: 20px;
}