@charset "utf-8";

/*主体*/
.forum-main {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.forum-main .forum-main-l {
    width: 190px;
    float: left;
}

.forum-main .forum-main-r {
    width: 1000px;
    float: right;
}

.forum-category {
    overflow: hidden;
    box-shadow: 0 0 15px #ddd;
}

.forum-category dl {
    padding: 10px 0;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}

.forum-category dl dt {
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f3f3f3;
}

.forum-category dl dd {
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.forum-category dl dd:hover, .forum-category dl dd.current {
    background: #ee3340;
    color: #fff;
}

.forum-category dl dd:hover a, .forum-category dl dd.current a {
    color: #fff;
}

.forum-header {
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px #ddd;
}

.forum-header .forum-pic {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 3px;
}

.forum-header .forum-txt {
    width: 640px;
    height: 100px;
    float: left;
    margin-left: 10px;
}

.forum-header .forum-txt .forum-hd {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
}

.forum-header .forum-txt .forum-bd {
    height: 56px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.forum-header .forum-btn {
    width: 120px;
    padding-top: 30px;
    float: right;
    margin-right: 20px;
}

.forum-header .forum-btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #4d49e5;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #4d49e5;
    border-radius: 4px;
}

.forum-card {
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px #ddd;
}

.forum-list {
    width: 100%;
}

.forum-list ul {
    clear: both;
    overflow: hidden;
}

.forum-list ul li {
    width: 960px;
    position: relative;
    margin: 0 10px;
    padding: 10px;
    float: left;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.forum-list ul li:hover {
    background: #f8f8f8;
    border-bottom: 1px solid #ee3340;
}

.forum-list ul li .forum-list-img {
    width: 60px;
    float: left;
}

.forum-list ul li .forum-list-img img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    transition: All 0.3s linear;
}

.forum-list ul li .forum-list-img img:hover {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.forum-list ul li .forum-list-txt {
    width: 880px;
    float: right;
}

.forum-list ul li .forum-list-txt .forum-list-title {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
}

.forum-list ul li .forum-list-txt .forum-list-title a {
    display: block;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forum-list ul li .forum-list-txt .forum-list-time {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.forum-list ul li .flag {
    width: 48px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ee3340;
    color: #fff;
    text-align: center;
    border-radius: .25rem;
    font-size: 14px;
}

/*forum-detail*/
.forum-detail {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.forum-detail .forum-detail-l {
    width: 870px;
    float: left;
}

.forum-detail .forum-detail-r {
    width: 320px;
    float: right;
    box-shadow: 0 0 15px #ddd;
}

/*forum-left-box*/
.forum-left-box {
    width: 850px;
    padding: 10px;
    color: #333;
    box-shadow: 0 0 15px #ddd;
}

.forum-left-box .forum-title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.forum-left-box .forum-title h1 {
    width: 100%;
    height: 64px;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.forum-left-box .forum-append {
    line-height: 40px;
    text-align: center;
}

.forum-left-box .forum-append span {
    margin-left: 10px;
    margin-right: 10px;
}

.forum-left-box .forum-append span em {
    color: #ee3340;
    font-style: normal;
}

.forum-left-box .forum-desc {
    line-height: 150%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.forum-left-box .forum-content {
    line-height: 2em;
    font-size: 16px;
    color: #333;
    font-family: sans-serif;
}

.forum-left-box .forum-content img {
    max-width: 100%;
    vertical-align: middle;
}

/*forum-reply*/
.forum-reply {
    width: 850px;
    margin-top: 10px;
    padding: 10px;
    color: #333;
    box-shadow: 0 0 15px #ddd;
}

/*furum-reply-list*/
.forum-reply-list {
    overflow: hidden;
}

.forum-reply-list ul {
    overflow: hidden;
}

.forum-reply-list ul li {
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
    clear: both;
    overflow: hidden;
}

.forum-reply-list ul li:first-child {
    margin-top: 0;
}

.forum-reply-list ul li .forum-reply-list-l {
    width: 120px;
    float: left;
    text-align: center;
}

.forum-reply-list ul li .forum-reply-list-l img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.forum-reply-list ul li .forum-reply-list-l img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.forum-reply-list ul li .forum-reply-list-l p {
    width: 100%;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forum-reply-list ul li .forum-reply-list-r {
    width: 720px;
    float: right;
}

.forum-reply-list ul li .forum-reply-list-r .forum-reply-list-content {
    min-height: 80px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
}

.forum-reply-list ul li .forum-reply-list-r .forum-reply-list-time {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

/*furum-reply-form*/
.furum-reply-form {
    margin-top: 10px;
    color: #333;
    overflow: hidden;
}

.furum-reply-form textarea {
    width: 848px;
    height: 120px;
}

.furum-reply-form button {
    width: 120px;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-top: 5px;
    background: #4d49e5;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #4d49e5;
    border-radius: 4px;
    outline: none;
}

.activity-reply-form button {
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin-top: 5px;
    background: #4d49e5;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #4d49e5;
    border-radius: 4px;
    outline: none;
}

/*forum-right-right*/
.forum-right-box {
    padding: 10px;
}

.forum-right-box .hd {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #ee3340;
}

.forum-right-box .hd span {
    font-weight: bold;
    color: #ee3340;
}

.forum-right-box .bd {
    width: 100%;
    margin-top: 5px;
}

.forum-right-box .bd ul {
    width: 100%;
}

.forum-right-box .bd ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.forum-right-box .bd ul li b {
    color: #ee3340;
    font-weight: bold;
    margin-right: 5px;
}

.forum-right-box .bd ul li a {
    color: #666;
}

.forum-right-box .bd ul li a:hover {
    color: #ee3340;
}

.forum-map {
    width: 320px;
    height: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.share-right{
    display: block;
    text-align: right;
}

