<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		
.article-contents .section {
padding-left: 0;
}
.article-contents .section li {
    position: relative;
    padding: 18px 0 18px;
    list-style: none;
    border-top: 1px solid #9d9d9d;
}
.article-contents .section li .issue_right {
    float: right;
    width: calc((100% - 154px));
}

.article-contents .section li .img{
	overflow: hidden;
	display: block;
	float: left;
	width: 140px;
	height: auto;
	ext-align: center;
}
.article-contents .section li .img &gt; img{
	width:100%;
	height: 100%;
	border: 1px solid #ddd;
}
.article-contents .section li .img &gt; p{
	   text-decoration: none;
	   text-align: center;
	   padding-top: 8px;
}
.article-contents .section li .img &gt; p &gt; a{
	   text-decoration: none;
}

.article-contents .section li .issue_right .article-cate{
	display: block;
	font-size: 16px;
	font-weight: bold; 
	color: #666;
	line-height: 1.3em;
}
.article-contents img {
    vertical-align: middle;
        border: 0;
}
.article-contents .section li .issue_right .article-cate span {
    color: #c82e30;
    font-family: 'Lora', serif;
}

#share-modal .btn-close:hover {
    background-color: #d9272e;
    color: #fff;
}
.article-contents .section li .issue_right h3 &gt; a{
	line-height: normal;
	 display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
}
.article-contents .section li .issue_right h3:hover a{
	color:#3b5990;
}

.article-contents .section li .write_name{
	color: #666; 
	word-break: keep-all;
	 overflow: hidden;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
	 max-height: 80px; 
	 font-size:18px; 
	 line-height: 22px;
	 margin-bottom: 22px;
	 font-family: 'Lora', serif;
	}
.article-contents span.iso {
    color: #666;
    font-family: 'Lora', serif;
        font-size: 16px;
}


.article-contents .la-tag span.float-left {
	color: #666;
    display: block;
    float: none !important;
    width: 100%;
    text-align: left;
}
.article-contents .float-right &gt; span &gt; a{
	color: #000;
	text-decoration: none;
}
.article-contents .la-tag span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
}
.article-contents .float-left {
    float: left !important;
}
.article-contents .float-right {
    float: right !important;
}
.article-contents .section li .issue_contents {
    float: left;
    width: 100%;
    font-size: 18px;
}
.article-contents .bot_info {
    margin-top: 25px;
}
.article-contents .la-tag span+span {
    margin-left: 5px;
}
.article-contents .la-tag span img {
    margin-right: 3px;
    vertical-align: sub;
}
.article-contents .section li:first-child {
    border-top: 0;
}
#share-modal .modal-dialog {
    width: 375px;
    max-width: 90%;
    margin: 100px auto;

}
.article-modal {
    padding: 0 !important;
}
* {
    box-sizing: border-box;
}
.article-modal .modal-content {
    border-radius: 20px;
    overflow-y: hidden;
}
.modal-content {
    height: 74%;
    overflow-y: scroll;
    margin-top: 5%;
}
#share-modal .modal-header {
    padding: 0px 36px;
}

#share-modal .modal-header img {
    height: 50%;
}
.article-modal .modal-header {
    padding: 25px 30px;
    border-bottom: 3px solid #d9272e;
    border-radius: 20px 20px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/asset/images/bg-header.png');
}
#share-modal .modal-body {
    padding: 15px 25px 25px;
    text-align: center;
}
.article-modal .modal-body {
    padding: 20px 20px 30px;
}
#share-modal h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.article-modal h4 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
}
#share-modal ul {
    display: inline-block;
}
#share-modal ul &gt; li {
    display: inline-block;
    margin: 0 10px 10px;
}
#share-modal ul &gt; li &gt; a {
    display: block;
    color: #000;
    text-decoration: none;
    word-break: break-all;
}

ul:after, ol:after, .container-fulid:after, .inner_layer:after, .inner_content:after, .clear:after {
    content: "";
    display: block;
    clear: both;
}
#share-modal .btn-wrap {
    margin-top: 20px;
    margin-bottom: 0;
}
#share-modal .btn-close {
    display: inline-block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    padding: 11px 30px;
    border-radius: 3px;
    border: 1px solid #d9272e;
    font-size: 16px;
    color: #d9272e;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.article-modal .close {
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 50px;
    opacity: 1;
    color: #fff;
    font-weight: 400;
}
.btn-wrap {
    margin: 30px 0;
}
.text-right {
    text-align: right;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.article-contents .section li .w-100{
width: 100%;
}</pre></body></html>