.arc-box{
	width: 383px;
	height: 435px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eaeaea;
}
.arc-box h3{
	color: #687;
	line-height: 35px;
	font-weight: normal;
	background: #edf9ff;
	padding: 0 10px;
	border-bottom: 1px solid #eaeaea;
}
.arc-box h3 span{
	display: block;
	float: right;
}
.arc-box ul li{
	height: 39px;
	line-height: 40px;
    border-bottom: 1px dashed #EAEAEA;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tongji p{
	line-height: 30px;
	padding: 0 8px;
}
.spread{
	width: 780px;
	overflow: hidden;
}
.note{
    padding: 10px 5px;
    background: #f1f1f1;
    line-height: 1.5em;
    border-radius: 3px;
}
.urlbox{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.spread h3{
    line-height: 1.75em;
    margin: 10px 0;
}
.url-list li{
    width: 20%;
    padding: 2px;
    float: left;
    box-sizing: border-box;
}
.urlbox a{
    color: #5f9ea0;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    text-align: center;
    line-height: 32px;
    border: 1px dashed #5f9ea0;
    box-sizing: border-box;
}
.seotools{
    color: #009688;
    padding: 10px;
    border: 1px solid #009688;
    margin-bottom: 10px;
}
.seotools li{
    display: inline-block;
}
.seotools li a{
    padding: 2px 3px;
}
.flink{
    padding: 5px 12px;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.flink h3{
    line-height: 36px;
    color: cadetblue;
    border-bottom: 1px solid #e6e6e6;
}
.links{
    display: inline-block;
    padding: 5px 0;
}
.links a{
    padding: 2px 3px;
}
.hot-words a{
    display: inline-block;
    padding: 5px 8px;
}
.search ul li{
    display: flex;
    height: auto;
    overflow: hidden;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    text-align: justify;
    white-space: normal;
    line-height: 1.5em;
}
.search ul li h2{
    color: #1296db;
    font-size: 20px;
    padding: 10px 0;
}
.site-info{
    width: auto;
    padding: 10px 10px;
    
}
.site-litpic{
    flex: 0 0 108px;
    width: 108px;
    height: 108px;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.site-litpic img{
    width: 100%;
}
.content{
	font-size: 15px;
	line-height: 1.75em;
	text-align: justify;
}
.content a{
    text-decoration: underline;
    color: #05998a;
}
.content p,.content div,.content img,.content h2,.content h3,.content h4,.content h5{
    background: none;
	margin: 12px 0;
	border: none;
	overflow: hidden;
}
.content h2{
    padding-left: 9px;
    color: #1296db;
    font-size: 20px;
    background: none;
    position: relative;
    line-height: 24px;
}
.content h3{
    padding-left: 9px;
    color: #1296db;
    font-size: 18px;
    background: none;
    position: relative;
    line-height: 20px;
}
.content h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 0;
    padding: 12px 0;
}
.content h2:before{
    content: "";
    height: 20px;
    width: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #1296db;
}
.content h3:before{
    content: "";
    height: 16px;
    width: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #1296db;
}
.content img{
	max-width: 100%;
	height: auto;
}
.other{
	color: #5593ce;
	margin: 10px 0;
	line-height: 1.75em;
}
.other a{
	color: #ff00c6;
}
pre {  
    /* 设置字体家族，通常代码使用等宽字体（monospace）来保持整齐 */  
    font-family: 'Courier New', Courier, monospace;  
    /* 设置字体大小 */  
    font-size: 14px;  
    /* 设置背景颜色 */  
    background-color: #f4f4f4;  
    /* 设置边框 */  
    border: 1px solid #ddd;  
    /* 设置内边距，以给文本一些空间 */  
    padding: 10px;  
    /* 设置宽度（如果需要） */  
    width: 100%;  
    /* 设置最大高度（如果需要滚动条） */  
    /*max-height: 300px;*/  
    /* 添加滚动条，当内容超出指定高度时 */  
    overflow: auto;  
    box-sizing: border-box;
}
.ask_jine{
    color: red;
    font-size: 14px;
    line-height: 20px;
}
.ask_jiejue{
    color: green;
    font-size: 14px;
    line-height: 20px;
}
.ask-subimt{
    margin: 10px 0;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    outline: none;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    cursor: pointer;
}
.content table{
    margin: 10px 0;
    max-width: 100%;
}
.content table tr{
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.content table th,.content table td{
    padding: 5px 8px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.answer{
    margin: 10px 0;
    padding: 20px;
    line-height: 1.5em;
    text-align: justify;
    background: #f9f9f9;
    border-radius: 5px;
    position: relative;
}
.answer p{
    margin: 8px 0;
}
.answer-o{
    display: block;
    margin-top: 15px;
    color: #2375b3;
}
.caina{
    color: #fff;
    background: #5a9f0f;
    padding: 2px 8px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
.zuijia{
    color: #fff;
    background: #ff0000;
    padding: 2px 8px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.ask-add a{
    text-align: center;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #009688;
    border-radius: 12px;
    margin: 15px;
}