﻿body {
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 340px;
    }
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-header > button {
    font-size: 2em;
    font-weight: bold;
}

.modal-header > button:hover {
    color: #2f79b9;
}

.modal-content {
    border: 4px solid #bcbcbc;
    border-radius: 0;
}

.modal-content label {
    color: #219393;
    font-weight: bold
}

.modal-footer {
    border: none;
    padding-top: 0;
    text-align: center;
}

.modal-footer > .btn {
    margin: 0;
}

input.filename[type=file] {
    font-size: 0.75em;
    display: inline-block;
}

.issuelist {
    border: 1px solid #219393;
    border-radius: 10px;
    padding: 40px 15px;
    height: 285px
}

.issuelist h4, .content_main h4, .leavemessage h4, .content_footer h4 {
    color: #219393;
}

.issue_intro {
    text-align: justify;
}

.like i, .message i, .downloadfile i{
    font-size: 1.3em;
    margin-right: 5px;
}

.like a:hover, .message a:hover{
    text-decoration:underline;
}

.orderby .list-inline {
    font-size: 1em;
}

.orderby .list-inline > li {
    border-right: 1px solid;
    padding-right: 10px;
}

.orderby .list-inline > li > a {
    text-decoration: underline;
}

.orderby .list-inline > li > a:hover {
    color: #219393;
    text-decoration: none;
}

.issue_content {
    border: 4px solid #009999;
    border-radius: 10px;
    padding: 30px;
}

.content_header i {
    font-size: 5em;
    float: left;
    margin-right: 10px;
    color: #c9c9ca;
}

.Writer_data {
    line-height: 1.7em;
}

.content_main {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.6em;
    font-size: 1.1em;
}

.leavemessage {
    border-top: 1px solid #c9c9ca;
    padding: 20px 0;
}

.content_footer {
    padding-top: 20px;
    border-top: 1px solid #c9c9ca;
}

.content_footer i {
    margin-left: 5px;
    font-size: 1.3em;
}

.hot img {
    margin-right: 5px;
    margin-top: -4px;
}

.hot h4 {
    color: #0068b7;
    margin-top: -4px;
}

/*margin*/
.top10 {
    margin-top: 10px;
}

.right15 {
    margin-right: 15px;
}

.bottom15{
    margin-bottom:15px;
}

.truncate_list {
    display: block; /* Fallback for non-webkit */
    max-width: 940px;
    height: 80px; /* Fallback for non-webkit */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.truncate_list_title {
    display: block; /* Fallback for non-webkit */
    max-width: 940px;
    height: 46px; /* Fallback for non-webkit */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

