 .main{
    background: #f2f2f2;
}
.article{
    padding-top: 22px;
    overflow: hidden;
    padding-bottom: 30px;
}
.article-box{
    width: 900px;
    background: #fff;
    border-top: 2px solid #0579dc;
}
.article-box-item{
    width: 100%;
    padding-left: 20px;
    /* line-height: 62px;
    height: 62px; */
    padding-top: 18px;
    padding-bottom: 18px;
    box-sizing: border-box;
}
.article-box-item span{
    display: inline-block;
    font-size: 20px;
    color: #1d375e;
    /*width: 96px;*/
    padding-right: 16px;
    height: 26px;
    background: url(../imgs/article_bg.png) no-repeat;
    background-position:  right;
}
.article-box ul{
    width: 100%;
} 
.article-box ul li:hover .article-list{
    background: #f6fafe;
    /*margin-bottom: 20px;*/
}
.article-list{
    padding-top:0;
    padding: 20px;
} 
.article-box ul li h3 a{
    font-size: 18px;
	font-weight: 500;
    display: inline-block;
    color: #0e0e0e;
    margin-bottom: 10px;
}
.article-box ul li:hover h3 a{
    color: #0579dc;
}
.article-box ul li em{
    display: block;
    width: 860px;
    height: 1px;
    margin: 0  20px;
    background: #eeeef0;
}
.article-list p{
    width: 100%;
    font-size: 14px;
    color: #65738e;
    line-height: 1.6;
    margin-bottom: 10px;
}
.article-infor{
    width: 100%;
    font-size: 14px;
    color: #b5b5b5;
}
.article-infor span{
    display: inline-block;
    margin-right: 30px;
}
.article-infor span:nth-child(3){
    margin-right: 0;
}
.article-infor  a{
    color: #1d375e;
}
.article-box ul li:hover .article-list .article-infor a{
    color: #0579dc;
}
.article-box ul li .article-list .article-infor a:hover,.article-box ul li h3 a:hover {
    text-decoration: underline;
} 
/* ÏêÇéÒ³ */
.detial-box{
    padding-top: 0;
}
.detial-item{
    border: none;
    width: 900px;
}
.detial-item{
}
.article-detial{
    box-sizing: border-box;
    padding: 0  20px;
    padding-bottom: 26px;
    background: #fff;
    width: 100%;
}
.detial-item  h1{
    width: 100%;
    font-size: 30px;
    color: #252742;
	font-weight: 500;
    text-align: center;
    padding: 52px 0 0 0;
}
.detial-infor{
    text-align: center;
    font-size: 14px;
    color: #b5b5b5;
    margin-top: 20px;
}
.detial-infor span{
    display: inline-block;
    margin-right: 32px;
}
.detial-infor span:last-child{
    margin-right: 0;
}
.summary{
    width: 100%;
    box-sizing: border-box;
    padding: 16px  20px;
    background: #f8f8f8;
    border-radius: 6px;
    margin-top: 30px;
}
.summary p{
   color: #1d375e;
   font-size: 14px;
    line-height: 1.6;
}
.summary p b{
    font-size: 16px;
    color: #1d375e;
}
.detial-content{
    font-size: 14px;
    color: #0e0e0e;
    line-height: 1.6;
    padding-bottom: 24px;
    border-bottom: 1px solid #eeeef0;
    margin-bottom: 28px;
}
.detial-content p{
    margin-top: 20px;
    /* text-indent: 30px; */
}
.detial-content h1,.detial-content h2,.detial-content h3{
    text-align: left;
    font-size: 16px;
    color: #1d375e;
    padding: 0;
    font-weight: 500;
    margin-top: 20px;
}
/* ²Î¿¼ÎÄÏ× */
.references{
    width: 100%;
    margin-top: 24px;
}
.references ul{
    margin-bottom: 22px;
}
.references ul li{
    width: 100%;
    margin-top: 18px;
}
.references span{
    font-size: 18px;
    color: #1d375e;
    display: block;
    width: 100%;
    font-weight: 500;
}
.references ul li a{
    font-size: 14px;
    color: #65738e;
}
.references ul li a:hover{
    color: #0579dc;
    text-decoration: underline;
}
.detial-control{
    width: 100%;
}
.detial-control a{
    display: inline-block;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    color: #65738e;
    border: 1px solid #65738e;
    border-radius: 6px;
    padding: 0  8px 0 10px;
    margin-right: 28px;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detial-control a.active,.detial-control a:hover{
    color: #0579dc;
    border: 1px solid #0579dc;
}
/* ÏêÇé×ÉÑ¯ */
.detial-ask{
    width: 100%;
    margin-top: 17px;
    margin-bottom: 17px;
    height: 136px;
    background: url(../imgs/qikanask.png) no-repeat;
    background-size: 900px  136px;
}
.detial-ask a{
    display: block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    background: #ffe029;
    border-radius: 6px;
    text-align: center;
    margin-right: 54px;
    margin-top: 48px;
    font-size: 26px;
    color: #1d375e;
    font-weight: bold;
}
.related-recommend{
    border: none;
}