/* *********list-1************ */

i {
    font-style: normal;
}

.is-main {
	padding-top: 20px;
	padding-bottom:20px;
	background: url(../images/bg.jpg) center top no-repeat;
}
.is-main .is-w {
	background: #fff;
}
.m-silde {
	width: 25%;
	background: #fff;
}
.m-silde .slide-theme {
	height: 117px;
	background: #1f5da4;
	padding: 32px 0 0 36px;
}
.m-silde .slide-theme h2 {
	font-size: 26px;
	font-weight: bolder;
	color: #fff;
	margin-bottom: 20px;
}
.m-silde .slide-theme span {
	display: block;
	width: 68px;
	height: 2px;
	background: #bed8cb;
	margin-top: 6px;
}
.m-silde ul li a {
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	padding-left: 36px;
	color: #000;
	background: #dfdfdf;
	border-top: 1px solid #fff;
}
.m-silde ul li.active a {
	color: #fff;
	background: #1e77dd;
}
.m-silde ul li a:hover {
	color: #fff;
	background: #1e77dd;
	text-decoration: none;
}

.m-list-box {
	width: 75%;
	margin: auto;
	border: 1px solid #dddddd;
}

.m-list-site {
    padding: 20px 0 34px 19px;
    width: 100%;
    text-align: left;
    height: 19px;
    line-height: 19px;
    color: #525252;
    font-size: 14px;
}

.m-line {
    margin: 0 20px;
    border-top: 1px dashed #dddddd;
}

.m-list-site img {
    width: 15px;
    height: 18px;
    vertical-align: middle;
}

.m-list-site a {
    font-size: 14px;
    color: #525252;
}

.m-list-tit {
		position: relative;
		height: 10px;
    margin: 30px 20px 14px;
    background-color: #f5f5f5;
}

.m-list-tit h2 {
		position: absolute;
		top: -50%;
		left: 0;
    padding-right: 20px;
    font-size: 20px;
		font-weight: bolder;
    color: #1f5da4;
    background-color: #fff;
}

.m-list-tit a {
		position: absolute;
		top: -50%;
		right: 0;
		padding-left: 20px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
}

.m-list-content {
    padding: 0 20px;
}
.m-list-content p {
	color:#333;
	font-size: 18px;
	line-height: 40px;
}

.m-list-content ul li {
    width: 100%;
    height: 54px;
    line-height: 54px;
    white-space: pre;
	border-bottom:1px dashed #ccc;
}

.m-list-content ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-list-content ul li a:hover, .m-list-tit a:hover, .m-list-site a:hover {
    color: #ca0000;
}

.m-list-content ul li i {
    font-size: 16px;
    color: #999999;
    float: right;
}

.m-search .m-list-box {
	width:100%;
}
.m-search .search-title{
	color:#1f5da4;
    padding-left:20px;
}



/* ************媒体查询*************** */
@media (min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        width: 1200px
    } 
}
@media (max-width:992px) and (min-width:768px) {
    .m-list-tit h2 {
        font-size: 22px;
        margin-right: 40px;
    }
    .m-list-content ul li a {
        font-size: 16px;
    }
}

@media (max-width:768px) and (min-width:414px) {
    .m-list-tit h2 {
        font-size: 15px;
        margin-right: 50px;
    }
    .m-list-tit a {
        font-size: 14px;
    }
    .m-list-content ul li a {
        font-size: 14px;
    }
}

@media (max-width:414px) {
    .m-list-tit h2 {
        font-size: 12px;
        margin-right: 50px;
    }
    .m-list-tit a {
        font-size: 12px;
        padding-left: 0px;
    }
    .m-list-content ul li a {
        font-size: 12px;
    }
}

/* *********list-2************ */

/*pagination 分页*/

.m-sorter {
    width: 100%;
    text-align:center;
    margin: 0 auto;
}

.m-pagination {
    padding: 15px;
    display: inline-block;
}

.m-pagination li {
    float: left;
    margin: 3px;
    height: 28px;
    font-size: 14px;
}

.m-pagination li a {
    display: block;
    padding: 0 10px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

.m-pagination li.u-redirect {
    line-height: 28px;
}

.m-pagination li.u-redirect input {
    padding: 0 5px;
    vertical-align: middle;
    width: 42px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    margin: -2px 0 0 3px;
}

.m-pagination li.active a, .m-pagination li a:hover {
    background: #cc1c25;
    border: 1px solid #dddddd;
    color: #fff;
}

.m-pagination li.page-info a, .m-pagination li.page-info a:hover {
    border: 1px solid #ccc;
    cursor: default;
    color: #666;
    background: #fff;
}

.m-pagination li.disabled a, .m-pagination li.disabled a:hover {
    background: #eee;
    border: 1px solid #ccc;
    cursor: default;
    color: #666;
}

/* *********list-picture************ */
.m-list-picture ul li {
	float:left;
	width:33%;
	padding:20px;
}
.m-list-picture ul li a:hover {
	text-decoration:none;
    color: #ca0000;
}
.m-list-picture ul li img {
	width:100%;
	height:244px;
}
.m-list-picture ul li h3 {
	text-align:center;
	color:#333;
	font-size:14px;
	padding:10px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media screen and (max-width: 767px) {
	.m-silde {
		display:none;
	}
	.m-list-box {
		width:100%;
	}
	.m-list-picture ul li {
		float:none;
		width:100%;
		padding:0;
	}
	.m-list-picture ul li img {
		display:none;
	}
	.m-list-picture ul li h3 {
		text-align:left;
		padding:10px 20px;
	}
}
