﻿.top_banner{
 padding-bottom: 20px;
}
.top_banner img{
 width: 100%;
 height: auto;
}
.article_box_jianjie h2{
 font-weight: bold;
 text-align: center;
 font-size: 20px;
}
.article_box_jianjie h2 a{
 color: #a03043;
}
.article_box_jianjie p{
 text-indent: 2em;
 color: #333333;
}
.article_box_jianjie .details{
 float: none;
}
.article_list_type1 .title_type{
 font-size: 16px;
 font-weight: bold;
}
.article_list_type1{
 margin-bottom: 15px;
}
.article_list_type1 p{
 color: #666666;
 line-height: 24px;
 font-size: 12px;
}
.article_list_type2 .title_type{
 font-size: 16px;
 font-weight: bold;
}
.article_list_type2 li{
 margin-bottom: 15px;
}
.article_list_type3 li{
 float: left;
 width: 25%;
}
.article_list_type3 li img{
 width: 100%;
 height: 100%;
}
.article_list_type3 li .img_box{
 display: block;
 width: 200px;
 height: 150px;
 margin: 0 auto;
 border:1px solid #ededed;
 padding: 3px;
}
.article_list_type3 .title_type{
 display: block;
 line-height: 20px;
 width: 200px;
 margin: 15px auto;
}
.article_line{
 width: 100%;
 height: 1px;
 background: #ededed;
 margin: 0px 0px 10px;
}
@media only screen and (max-width:768px){
ul.article_list li{
overflow: auto;
text-overflow: initial;
white-space: initial;
}
.article_list_type3 li{width:100%;}
} 