.ketang_container a:focus, .ketang_container a:hover {
    color: #000000;
}


.ketang_banner {
    height: 359px;
    background: url("../image/ketang_banner.png") center center no-repeat;
    margin-top: 61px;
}

.ketang_wrap {
    background: #fbfbfb;
    font-size: 16px;
    color: #666666;
    padding-bottom: 20px;
}

.tag_wrap {
    padding: 20px 0 10px 0;
}

.title_tag_wrap{
    display: inline-block;


}

.title_tag_wrap a{
    color: #39739d;
    background-color: #E1ECF4;
    border-color: #E1ECF4;
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 4px 2px 0;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: all .15s ease-in-out;

}

.tag_wrap>a {
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 15px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    padding: 0 13px;
    font-size: 14px;
}

.tag_wrap a:hover {
    opacity: .8;
}

.tag_wrap .tag_01 {
    background-color: #263ce1;
}

.tag_wrap .tag_02 {
    background-color: #ff701a;
}

.tag_wrap .tag_03 {
    background-color: #29abff;
}

.tag_wrap .tag_04 {
    background-color: #37d0c0;
}

.ketang_container, .ketang_detail_container {
    /*float: left;*/
    /*width: 750px;*/
    padding: 15px;
}

.hot_container {
    /*float: right;*/
    /*width: 365px;*/
    padding: 15px 20px;
}

.ketang_container, .hot_container, .ketang_detail_container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 5px solid #2d94fc;
    /*overflow: hidden;*/
    /*padding: 15px;*/
    margin-top: 15px;
}

.issue_wrap {
    display: block;
    padding: 15px 50px;
    background: url("../image/icon.png") 4px 15px no-repeat;
}

.issue_title {
    font-size: 16px;
    color: #333333;
    padding: 0 0 5px 0;
}

.issue_wrap.active .issue_title {
    color: #2d94fc;
}

.issue_title span {
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    padding: 0 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    background-color: #fa2272;
    margin-left: 10px;
}

.issue_text {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    text-align: justify;
    display: -webkit-box; /*1.设置display类型为-webkit-box*/
    text-overflow: ellipsis; /*3.设置超出样式为省略号*/
    -webkit-box-orient: vertical;
    padding: 6px 0;
}

.issue_time {
    text-align: right;
    color: #cccccc;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
}

.issue_wrap:last-child .issue_time {
    border-bottom: none;
    margin-bottom: 30px;
}

.issue_img {
    height: 200px;
    margin: 10px 0;
}

/*hot*/
.hot_container {
}

.hot_title {
    background: url("../image/hot.png") left top no-repeat;
    color: #2d94fc;
    font-size: 20px;
    font-weight: bold;
    padding-left: 40px;
    height: 40px;
    line-height: 26px;
    margin-top: 15px;
}

.hot_wrap p {
    font-size: 16px;
    color: #333333;
    margin: 8px 0 0 0;
}

.hot_wrap.active p {
    color: #2d94fc;
}

.hot_time {
    text-align: left;
    color: #cccccc;
    line-height: 30px;
    /*border-bottom: 1px solid #dddddd;*/
    font-size: 12px;
}

.ask_btn {
    display: block;
    background-image: url("../image/question.png");
    background-position: 33px center;
    background-repeat: no-repeat;
    background-color: #fa2272;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding-left: 80px;
    line-height: 60px;
    margin: 30px auto;
    width: 190px;
    height: 60px;
}

.ask_btn:hover {
    opacity: .8;
    color: #fff;
}

/*详情*/
.ketang_detail_container .issue_title {
    font-size: 20px;
    color: #2d94fc;
    font-weight: bold;
}

.ketang_detail_container .tag_wrap {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #dddddd;
}

.ketang_detail_container .tag_wrap>a {
    color: #39739d;
    background-color: #E1ECF4;
    border-color: #E1ECF4;
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 4px 2px 0;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: all .15s ease-in-out;
}

.title_tag_time{
    /*text-align: right;*/
    border-bottom: 1px solid #dddddd;
    line-height: 40px;
    font-size: 12px;
    margin-bottom: 15px;
}

.ketang_detail_container .tag_wrap span {
    font-size: 12px;
    color: #cccccc;
    margin-left: 10px;
}

.asset_container {
    padding-top: 15px;
}

.ketang_detail_container .share {
    background: url("../image/share.png") center left no-repeat;
    background-size: 12px 10px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    cursor: pointer;
    cursor: hand;
}

.asset_container img {
    max-width: 100%;
    margin: 0 auto;
}

.asset_container h1, .asset_container h2{
    font-size: 22px;
    color: #000;
    margin: 40px 0 15px 0;
    border-left: 5px solid #2d94fc;
    padding-left: 8px;

}
.asset_container.a-post:target{
    padding-top:44px;
}
.asset_container h3{
	font-size: 16px;
    color: #000;
    margin: 40px 0 15px 0px;
    border-left: 4px solid #2d94fc;
    padding-left: 8px;
}

.asset_container h4{
	font-size: 16px;
    color: #000;
    margin: 15px 0 15px 0px;
  
}

.asset_container p {
    margin: 10px 0 10px 0;
    line-height: 1.8;
}

.asset_container blockquote{
    font-size: 18px;
    padding-left: 8px;
    
}


.asset_container blockquote p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 2;
}

.asset_container blockquote p a{
    /*color: #2d94fc;*/
}

.toc{
    padding: 12px 12px 12px 12px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #2d94fc;
}
.toc ul{
	list-style-type: square;
}
.toc ul li {
	margin: 4px 0px 4px 20px;
}

.toc ul li a{
    color: #2d94fc;
}

.asset_container ol{
	display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
    
.asset_container img.svg-image{
	width: 80%;
	margin: 0 auto;
}

.asset_container table{
    border: 1px solid #ddd;
    width: 100%;
}

.asset_container table thead{
    background-color: #ddeeff;
    border-bottom: 3px solid #2d94fc;


}

.asset_container table>tbody>tr:nth-of-type(odd){
	background-color: #fff;
}

.asset_container table>tbody>tr:nth-of-type(even){
	background-color: #ddeeff;
}

table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th{
	border-top: none;
    padding: 8px;
    font-size: 14px;
    color:#000;
}

table>thead>tr>th{
    text-align: center;
    font-size: 14px;
    color:#000;
}

.story_image_caption {
	text-align: center;
	font-size: 13px;
	color: #000;
}

 .list-paddingleft-2{
 	padding-left: 20px;
 }

 /*相关文章列表*/
.asset_container ul{
    padding-left: 15px;
}

.asset_container ul li{
    list-style-type:disc;
    line-height: 1.8;
}

.katex .base, .katex .strut{
    font-size: 0.7em;
}
.editormd-tex{
    text-align: center;
}