
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
p {
    margin: 10px 0 10px;
}

h3{
	position: relative;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    margin: 0;
    font-weight: bold;
    background: url(../picture/tle-bg.gif) repeat-x;
}
h3 i{
	display: block;
    width: 18px;
    height: 18px;
    margin: 6px 10px 0;
    background: url(../picture/all-ico.png) no-repeat 0 0;
    float: left;
}
h3 a{
	width: 50px;
    height: 30px;
    background: url(../picture/all-ico.png) no-repeat 0 -18px;
    float: right;
}
.col-md-3,.col-md-9{padding: 10px;}
.main-ul{
	list-style: none;
	padding: 10px;
	text-align: left;
	margin: 0;
}
.main-ul li{
	position: relative;
    padding: 7px 0 7px 14px;
    border-bottom: 1px dotted #d9d9d9;
    background: url(../picture/all-ico.png) no-repeat 0 -266px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-ul li:hover{
	color: #e60000;
	text-decoration: underline;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
    .next-line{display: block;}
	.foot-box{padding: 10px 0;}
	.link{border: 1px solid #e1e1e1;background: #f8f8f8;}
	
	/*.col-md-8{padding-left: 0;padding-right: 0;}*/
	.col-md-4,.col-md-6{padding-top: 10px;padding-bottom: 10px;}
	.foot-bg{text-align: left;padding: 10px;}
	.foot-bg ul{padding-left: 0;list-style: none;display: flow-root;margin: 10px 0;}
	.foot-bg ul li{float: left;}
	.foot-bg ul li a{color: #444;padding: 0 10px;border-right: 1px solid #444;}
	.foot-bottom{color: #616161;margin: 5px 0;line-height: 24px;}
	
	.main1-box{border: 1px solid #d9d9d9;display: flow-root;margin-top:15px;}
	.main1-p{
	    text-align: left;
	    line-height: 30px;    
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
	}
	.mobileScroll{
	    overflow: auto;
	    display: -webkit-box;
	}
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
    .foot-box{font: 16px/1.5 '宋体',Arial,sans-serif;padding: 35px 0;}
	.link{border: 1px solid #e1e1e1;background: #f8f8f8;}
	.col-md-8{padding-left: 0;margin-top: 15px;}
	.col-md-4{padding-left:5px;padding-right: 5px;margin-top: 15px;}
	.banner{margin-top: 50px;}
	.foot-bg{
		background: #f8f8f8;
		border-top: 5px solid #103977;
		height: 230px;
		text-align: left;
		margin-top: 30px;
	}
	.foot-bg ul{padding-left: 0;list-style: none;display: flow-root;margin: 10px 0 20px;}
	.foot-bg ul li{float: left;}
	.foot-bg ul li a{color: #444;padding: 0 15px;border-right: 1px solid #444;}
	.foot-bottom{color: #616161;margin: 5px 0;width: 68%;line-height: 26px;}
	.main1-box{border: 1px solid #d9d9d9;display: flow-root;height: 270px;}
	.main1-p{text-align: left;line-height: 30px;overflow: hidden;height: 210px;}
}