@media screen and (min-width: 751px){
	/* 新闻一级页 */
	.search-wrap{
		margin-bottom: 35px;
	}
	.search-wrap input{
		height: 48px;
		line-height: 48px;
		font-size: 14px;
		padding: 0 15px;
		vertical-align: middle;
		border: 0;
	}
	.search-wrap .search-keyword{
		width: 380px;
		background: #f1f1f1;
	}
	.search-wrap .btn{
		width: 105px;
		text-align: center;
		background: #d71a1b;
		color: #fff;
	    margin-left: -5px;
	}
	.news-page .search-wrap{
		margin: 35px auto 40px;
		text-align: center;
	}
	.news-wrap-item{
		width: 1070px;
		margin: auto;
		padding: 35px 0 60px;
	    border-top: 2px solid #f0f0f0;
	}
	.news-item-title{
	    font-size: 20px;
	    font-weight: bold;
	    line-height: 26px;
	    margin-bottom: 25px;
	}
	.news-item-title a{
		float: right;
		font-size: 16px;
		font-weight: 100;
	}
	.news-item-title a:hover{
        color: #d71a1b;
        text-decoration: underline;
	}
	.news-layout{
		overflow: auto;
	}
	.news-layout .fl{
		position: relative;
		float: left;
		width: 460px;
		height: 264px;
		overflow: hidden;
	}
	.news-layout .fl:hover{
		color: #d71a1b;
        text-decoration: underline;
	}
	.news-layout .fl img{
		width: 100%;
		height: 100%;
		transition: all 0.5s;
	}
	.news-layout .fl:hover img{
		transform: scale(1.1);
	}
	.news-layout .fl .news-fl-text{
		position: absolute;
	    width: 100%;
	    bottom: 0;
	    height: 52px;
	    line-height: 52px;
	    padding: 0 15px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
		background: rgb(255,255,255,0.9);
	}
	.news-layout .fr{
		position: relative;
		width: 518px;
	}
	.news-layout .fr .new-introduce{
		display: block;
		position: relative;
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 15px;
	}
	.news-layout .fr .new-introduce .introduce-title{
		height: 26px;
		line-height: 26px;
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-layout .fr .new-introduce .introduce-text:hover{
		color: #d71a1b;
        text-decoration: underline;
	}
	.news-layout .fr .new-introduce .introduce-text{
		height: 52px;
	    line-height: 26px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
		font-size: 14px;
		color: #666666;
	}
	.news-layout .fr .new-introduce .introduce-text img{
		margin-top: 20px;
	}
	.news-layout .fr .new-introduce .introduce-date{
		position: absolute;
		top: 0;
		left: -60px;
		line-height: 32px;
		font-size: 32px;
		color: #dddddd;
		font-weight: bold;
	}
	.new-intro-list{
		padding-top: 10px;
	}
	.new-intro-list li{
		overflow: auto;
		line-height: 30px;
	}
	.new-intro-list .intro-title{
		float: left;
		width: 360px;
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.new-intro-list .intro-title:hover{
		color: #d71a1b;
        text-decoration: underline;
	}
	.new-intro-list .intro-date{
		float: right;
		font-size: 14px;
		color: #999999;
	}

	/* 新闻二级页 */
	.news-inner-wrap{
		background: #fff;
		padding: 35px 30px 40px 40px;
	}
	.news-inner-left{
		float: left;
		width: 785px;
	}
	.news-inner-left .news-inner-list{
	    border-top: 2px solid #f0f0f0;
	}
	.news-inner-left .news-inner-title{
		margin-top: 30px;
	    font-size: 20px;
	    font-weight: bold;
	}
	.news-inner-left .news-inner-list .news-inner-item{
		display: block;
		padding: 30px 0;
		color: #333;
		border-bottom: 1px solid #ebebeb;
		overflow: auto;
	}
	.news-inner-left .news-inner-list .news-inner-item:last-child{
		border-bottom: 0;
	}
	.news-inner-left .news-inner-list .news-inner-item .fl{
		width: 188px;
	}
	.news-inner-left .news-inner-list .news-inner-item .fl img{
		width: 188px;
		height: 108px;
	}
	.news-inner-left .news-inner-list .news-inner-item .fr{
		width: 560px;
	}
	.news-inner-left .news-inner-list .news-inner-item .inner-name{
		height: 25px;
	    line-height: 25px;
	    margin-bottom: 12px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 18px;
	    font-weight: bold;
	}
	.news-inner-left .news-inner-list .news-inner-item:hover .inner-name,.news-inner-left .news-inner-list .news-inner-item:hover .inner-text{
		color: #d71a1b;
	}
	.news-inner-left .news-inner-list .news-inner-item .inner-date{
		margin-bottom: 10px;
		font-size: 14px;
		color: #999999;
	}
	.news-inner-left .news-inner-list .news-inner-item .inner-text{
		height: 52px;
		line-height: 26px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
		font-size: 14px;
		color: #666666;
	}
	.news-inner-left .news-inner-list .news-inner-item .inner-text img {
	    margin-top: 20px;
	}
	.news-inner-right{
		float: right;
		width: 295px;
		padding: 25px 20px 0px;
		background: #f1f1f1;
	}
	.right-module{
		overflow: auto;
		margin-bottom: 10px;
	}
	.right-module .module-title{
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	.right-module .module-type .type-item{
		float: left;
		width: 80px;
		height: 25px;
		line-height: 25px;
		padding: 0 5px;
		margin: 0 7px 15px 0;
		font-size: 14px;
		color: #666666;
		text-align: center;
		background: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
	}
	.right-module .module-type .type-item:nth-child(3n){
		margin-right: 0;
	}
	.right-module .module-type .type-item:hover,.right-module .module-type .on{
		color: #fff;
		background: #d71a1b;
	}
	.right-module .hot-item{
		position: relative;
		margin-bottom: 20px;
	}
	.right-module .hot-item:hover{
		color: #d71a1b;
	}
	.right-module .hot-item img{
		width: 255px;
		max-width: 255px;
	}
	.right-module .hot-item .hot-text{
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 32px;
		line-height: 32px;
		padding: 0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14px;
		background: rgba(255, 255, 255, 0.8);
	}

	/* 搜索结果 */
	.search-banner{
		height: 228px;
		padding-top: 90px;
		background: url(../images/inner/search-bg.jpg) center;
	}
	.news-inner-left .search-title{
		margin-bottom: 30px;
	    font-size: 20px;
	    color: #333;
	    font-weight: bold;
	}
	.news-inner-left .search-title .result-num{
		font-size: 14px;
		color: #666666;
		font-weight: 100
	}
}


@media screen and (max-width: 750px){
	.news-page{
	    background: #f1f1f1;
	}
	.search-wrap{
	    overflow: auto;
	    background: #f1f1f1;
	    text-align: center;
	    margin: 0;
	}
	.news-page .search-wrap,.news-inner-left .search-wrap{
		padding: 0.2rem 0.1rem;
	}
	.search-wrap>div{
		overflow: auto;
	    padding: 0.2rem 0.3rem;
	}
	.search-wrap input{
	    float: left;
	    height: 0.39rem;
	    line-height: 0.39rem;
	    font-size: 0.13rem;
	    vertical-align: middle;
	    border: 0;
	}
	.search-wrap .search-keyword{
		padding: 0 0.15rem;
	    width: 2.8rem;
	    background: #fff;
	}
	.search-wrap .btn{
	    float: left;
	    width: 0.75rem;
	    text-align: center;
	    background: #d71a1b;
	    color: #fff;
	    margin-left: -5px;
	}
	.news-wrap-item{
		background: #fff;
		width: 100%;
		padding: 0 0.1rem;
	}
	.news-wrap-item:last-child{
		margin-top: 0.2rem;
	}
	.news-item-title{
	    font-size: 0.17rem;
	    font-weight: bold;
	    line-height: 0.2rem;
	    padding: 0.15rem 0;
	}
	.news-item-title a{
	    float: right;
	    font-size: 0.14rem;
	    font-weight: 100;
	}
	.news-layout{
	    overflow: auto;
	}
	.news-layout .fl{
		position: relative;
	    float: none;
	    width: 100%;
	    min-height: 0.4rem;
	}
	.news-layout .fr{
	    float: none;
	}
	.news-layout .fr .new-introduce{
	    display: block;
	    position: relative;
	    border-bottom: 1px solid #f0f0f0;
	}
	.news-layout .fl .news-fl-text{
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	    height: 0.4rem;
	    line-height: 0.4rem;
	    padding: 0 0.15rem;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    background: rgb(255,255,255,0.9);
	}
	.news-layout .fr .new-introduce .introduce-title{
	    height: 0.2rem;
	    line-height: 0.2rem;
	    margin: 0.15rem 0 0.08rem;
	    font-size: 0.14rem;
	    font-weight: bold;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.news-layout .fr .new-introduce .introduce-text{
	    line-height: 0.2rem;
	    font-size: 0.11rem;
	    color: #666666;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	}
	.new-intro-list{
	    padding-top: 0.2rem;
	}
	.new-intro-list li{
	    overflow: auto;
	    line-height: 0.15rem;
	    margin-bottom: 0.2rem;
	}
	.new-intro-list .intro-title{
	    margin-bottom: 0.07rem;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 0.13rem;
	    color: #333;
	}
	.new-intro-list .intro-date{
	    font-size: 0.12rem;
	    color: #999999;
	}
	.news-inner-list{
		background: #fff;
	    padding: 0rem 0.1rem 0.2rem;
	    overflow: auto;
	}
	.news-inner-left .search-title{
		margin: 0 0.1rem;
	    padding: 0.2rem 0 0.15rem;
	    font-size: 0.15rem;
	    color: #333;
	    font-weight: bold;
	    border-bottom: 1px solid #ebebeb;
	}
	.news-inner-left .search-title .result-num{
	    font-size: 0.12rem;
	    color: #666666;
	    font-weight: 100;
	}
	.news-inner-left .news-inner-list .news-inner-item{
	    display: block;
	    padding: 0.15rem 0;
	    color: #333;
	    border-bottom: 1px solid #ebebeb;
	    overflow: auto;
	}
	.news-inner-left .news-inner-list .news-inner-item:last-child{
		border: 0;
	}
	.news-inner-left .news-inner-list .news-inner-item .inner-name{
	    height: 0.2rem;
	    line-height: 0.2rem;
	    margin-bottom: 0.1rem;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 0.15rem;
	    font-weight: bold;
	}
	.news-inner-left .news-inner-list .news-inner-item .inner-text{
	    height: 0.44rem;
	    line-height: 0.22rem;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    font-size: 0.12rem;
	    color: #666666;
	}
	.news-inner-title{
	    font-size: 0.17rem;
	    font-weight: bold;
	    padding-top: 0.15rem;
	}

	.news-lists .news-inner-item .fl{
	    width: 0.94rem;
	    margin-right: 0.15rem;
	}
	.news-lists .news-inner-item .fl img{
	    width: 0.94rem;
	    height: 0.54rem;
	}
	.news-lists .news-inner-item .fr{
	    float: right;
	    width: 2.4rem;
	}
	.news-lists .news-inner-left .news-inner-list .news-inner-item .inner-name{
	    height: 0.25rem;
	    line-height: 0.25rem;
	    margin-bottom: 0.1rem;
	    font-size: 0.14rem;
	    font-weight: bold;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.inner-date{
	    margin-top: 0.06rem;
	    font-size: 0.12rem;
	    color: #999999;
	}
	.news-lists{
	    background: #f1f1f1;
	}

	.news-inner-right{
	    margin-top: 0.1rem;
	    background: #fff;
	    padding: 0.05rem 0.1rem 0.1rem;
	}

	.module-title {
	    padding: 0.15rem 0;
	    font-size: 0.17rem;
	    font-weight: bold;
	    text-align: center;
	}
	.module-type{
		overflow: auto;
	}
	.module-type span{
	    float: left;
	    display: block;
	    width: 0.85rem;
	    height: 0.24rem;
	    line-height: 0.24rem;
	    background: #f1f1f1;
	    font-size: 0.13rem;
	    color: #666666;
	    text-align: center;
	    margin: 0.06rem 0.15rem;
	}
	.module-type .on{
		color: #fff;
		background: #d71a1b;
	}
	.right-module .hot-item{
	    position: relative;
	    margin-bottom: 0.15rem;
	    width: 3.55rem;
    	height: 2.04rem;
	}
	.right-module .hot-item img{
	    width: 3.55rem;
    	height: 2.04rem;
	}
	.right-module .hot-item .hot-text{
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	    height: 0.45rem;
	    line-height: 0.45rem;
	    padding: 0 0.1rem;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 0.14rem;
	    background: rgba(255, 255, 255, 0.8);
	}
	.search-banner .search-wrap{
		background: none;
	}
	.search-banner .search-wrap .search-keyword{
		float: left;
    	width: 2.4rem;
	}
	.search-banner .search-wrap .btn{
		width: 0.75rem;
	}
	.search-banner {
	    height: 1rem;
	    color: #fff;
	    text-align: center;
	}

}