/*整体开始*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; font-weight:normal;}
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
ul, ol { list-style:none; font-weight:normal;}
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
 select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; }
body {font-size:12px; color:#333;font-family:"Microsoft YaHei","微软雅黑","SimHei","黑体","SimSun","宋体"; font-weight:normal;}
a { color:#333; text-decoration:none;}
a:hover { color:#000; text-decoration:none; }
html {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: 100%;
}

video embed, video object, video iframe {
width: 100%;
height: auto;
}
		*{
			margin:0px;
			padding:0px;
		}
		div{
			display:block;
		}
		body{
    			font-weight:normal;
		}
		html{
			color:#666;
		}
		html,body{
			width: 100%;
		}
/*banner*/
.msbb_banner{ 
    width: 100%;
    position:relative;
}
.msbb_banner1{
    width:100%;
}
.msbb_xqbz{
	width:30%;
	position:absolute;
	bottom:40%;
	left:50%;
	margin-left:-15%;
}
.msbb_xqbz img{
	width:100%;
}
/*内容*/
.msbb_con{
	width:100%;
	margin-top:50px;
}
.msbb_con .lm-list{
	width:1260px;
	margin:0 auto;
	overflow:hidden;
}
.lm-list ul{width:100%;overflow:hidden;}
.lm-list li{width:100%;padding:30px;border-bottom: 1px solid #eee;overflow:hidden; box-sizing:border-box;}
.lm-list li h3{width:100%;font: bold 20px/26px "Microsoft Yahei","STHeiti";color: #404040;}
.lm-list li:hover{background:#f8f8f8}
.lm-list li h3 {
    margin-bottom: 10px;
    line-height: 30px;
    width: 100%;
    font: bold 20px / 26px "Microsoft Yahei", "STHeiti";
    color: #333;
}
.lm-list li h3 a:hover{color:#c61a0f;}
.lm-list li p {
    line-height: 25px;
    max-height: 70px;
    width: 100%;
    padding: 10px 0;
    display: block;
    overflow: hidden;
    color: #666;
}
.imgtxt0 .pics {
    display: none;
}
.lm-list li .other {
    color: #999;
    font-size: 12px;
    width: 70%;
    float: right;
    text-align: right;
}
.lm-list li .other {
    color: #999;
    font-size: 12px;
    width: 70%;
    float: right;
    text-align: right;
}
.imgtxt1 .txt {
    width: 70%;
    float: right;
}
.imgtxt1 .pics {
    width: 25%;
    overflow: hidden;
    float: left;
    max-height: 160px;
    border:5px solid #e8e8e8;
}
.lm-list li .pics img {
    width: 100%;
    height: auto;
}
.pics img {
    cursor: pointer;
    transition: all 0.6s;
}
.pics img:hover{transform: scale(1.2);  }
/*查看更多*/
.msbb_more{
	width:100px;
	height:30px;
	line-height:30px;
	border:1px solid #c61a0f;
	font-size:14px;
	text-align:center;
	float: right;
	margin-top:50px;
}
.msbb_more:hover{
	text-decoration: underline;
}
.bottom{
	margin-top:50px;
}
@media (min-width: 640px) and (max-width:1200px){
        body{
            width:1200px;
        }
    }
/*手机版*/
 @media screen and (max-width: 640px){
.msbb_con .lm-list{
	width:92%;
}
.msbb_con{
	margin-top:0px;
}
.lm-list li{
	padding:20px 0px;
}
.lm-list li h3{
	font-size:16px;
	margin-bottom:0px;
}
.lm-list li p{
	padding: 5px 0 10px;
}
.imgtxt1 .pics{
	width:35%;
	border:none;
}
.imgtxt1 .txt{
	width:63%;
}
.lm-list li p{
	display:none;
}
.lm-list li .other{
	width:50%;
}
.msbb_more{
	margin-top:30px;
}
.msbb_xqbz{
	width:30%;
	position:absolute;
	bottom:40%;
	left:50%;
	margin-left:-15%;
}
.bottom{
	margin-top:30px;
}
 }