/**********************文章列表*************************/
section.post_list{padding:10px;}
section.post_list h2{color:#e3e3e3;}
section.post_list h3{
margin:0;
padding:0;
color:#333;
}
/*section.post_list a{color:#333333;}*/
section.post_list a:hover{text-decoration:underline; color:#f05323;}
section.post_list .the_list{padding:10px 5px 10px 5px;}
section.post_list .list_background_1{
}
section.post_list .list_background_2{
background:#fafafa;
}
section.post_list p{
}
section.post_list .article_info{
font-size: 12px;
color:#999999;
}
section.post_list .article_abstract{
margin:0;
padding:0;
color:#555555;
}
p.article_abstract{
	text-align: justify; /*段落每一行首尾对其*/
}
/**********************随即图片*************************/
.banner_show{
    position: relative;/*相对定位,设置图片上的文字*/
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); /* 水平偏移 垂直偏移 模糊半径 颜色 */
}
.banner_show .banner-image{
   /* border-radius:10px;
    -moz-border-radius:10px; *//* Old Firefox */
}
.banner_show .banner-text{
    position: absolute;/*绝对定位*/
    bottom: 0px;/*离底下0像素*/
    left: 0px;/*离左边0像素*/
    right: 0px;/*离左边0像素*/
	padding: 10px;
    font-size: 1.2em;
	background-color: rgba(255, 255, 0, 0.5); /* 白色背景透明 */
    color: rgb(255, 0, 0); /* 黑色字体不透明 */
}
.banner_show .banner-shuoming{
    position: absolute;/*绝对定位*/
    top: 20px;/*离底下0像素*/
    right: 20px;/*离左边0像素*/
	padding: 2px 7px 2px 7px;
    font-size: 1.2em;
	background-color: rgba(255, 255, 0, 0.5); /* 白色背景透明 */
    color: rgb(255, 0, 0); /* 黑色字体不透明 */
}
.content .fenleiming{
    margin:30px 20px 20px 20px;
    color:#B22222;
}

section.post_list:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


/************************************************************/
@media (max-width: 1080px) {
section.post_list{margin:0;padding:10px;box-sizing:border-box;}
.banner_show{
    font-size: 0.6em;
	margin:5px;
}
.content .banner_show .banner-image{
    width:100% !important;
}
.content .banner_show #mapBox{
    width:100% !important;
}
.content section .detail_top{ 
    width:100% !important;
}

.content .fenleiming{
    font-size:1.8em;
    margin:20px 10px 0 10px;
    color:#B22222;
}
