.pagestr{
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: arial;

     
}

.pagestr a, .pagestr span{width:auto;padding:6px 10px; background:#f7f0e5;margin-right:3px;}
.fenye strong{padding:0 10px; display: inline-block;}

.url-here{padding:0.1rem 0px; text-indent:15px}

.pagestr a, .pagestr span{width:auto;padding:0 15px;}
.fenye strong{padding:0 10px; display: inline-block;}

.pagestr li{list-style: none; display: inline-block}
.pagestr span{color:#333; background: none !important;}
.thisclass a{background: #c73b3a;color:#fff;}

    a.writer img{width:19px;height:19px;border-radius:50%;display:inline;margin-right:5px;}
    .info .item a,.art_info a{color: #3366ff;}
    
    .azixun_sec{margin:30px 0px; text-align:center;}
    .azixun_sec a{text-decoration: none;color: #7758ed;font-size:14px;}
    .azixun_sec a:hover{color:#cc0000;text-decoration: under-line;}
.abanquan_sec {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ccc;
    background: #f2f3f4;
    padding: 20px 0px;
}
    .abanquan_sec a{color:#7758ed !important;font-size:15px;}
    a.tit{color:#333;}
    
    .article-detail a{color:#7758ed}
    .abanquan_sec a{color:rgb(0, 112, 192)}
    
    .article-detail .text{padding-top:18px;}
    .content-list .list-bd .tit { font-size: 18px; font-weight: bold; }
    .navbar .sec-nav{text-align: center;height:50px;line-height:50px;}
    #detail_sidebar2{margin-bottom:20px;}
    .navbar .nav-item + .nav-item {
    margin-left: 33px;
}
.navbar .sec-nav-link { margin-right: 25px; font-size:15px;line-height:50px;}


.site_con{
	font-size: 0;
	border: dashed #d7d7d7 1px;
	padding: 0;
	margin: 10px 0;
	display: flex;
}
.site_con img{
	height: 150px;
	width: auto;
	margin: 14px;
}
.site_con table{
	border-left: dashed #d7d7d7 1px;
	margin: 14px;
	margin-left: 0;
	flex: auto;
	height: 150px;
	font-size: 14px;
	padding-left: 14px;
}
.site_con table tr td{
	border-bottom: dashed #d7d7d7 1px;
	color: #5c5c5c;
}
.site_con table tr td:nth-child(1){
 	text-align: right;
	color: #8080ff;
}
@media screen and (max-width: 724px) {
    .site_con{
		flex-wrap: wrap;
	}
	.site_con img{
		width: calc(100% - 28px);
		margin-bottom: 0;
		height: auto;}
    .site_con table{
		width: 100%;
		border-left:none;
	}
}