body, html{
	margin: 0;
	padding: 0;
	background: #faf5f5;
}
a{
	text-decoration: none;
	color: #333;
}
img{
	display: block;
	width: 100%;
	height: 100%;
}
.header{
	width: 100%;
	height: 3.75rem;
	background: url('../images/01.png') no-repeat;
}
.header .header_container{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .header_container .logo{
	width: 30%;
}
.header .header_container .search{
	/* width: 20%; */
	height: 1.75rem;
	border: 1px solid #dd0e20;
	background: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.search span{
	display: block;
	height: 1.15rem;
	width: 1.15rem;
	flex-shrink: 0;
	margin: 0 2px;
}
.search input{
	border: none;
	outline: none;
	height: 100%;
	flex: 1;
}
.search .search_btn{
	width: 4.58rem;
	height: 1.75rem;
	line-height: 1.75rem;
	background: #dd0e20;
	color: #fff;
	text-align: center;
	flex-shrink: 0;
	font-size: 14px;
	cursor: pointer;
}
.topBanner{
	height: 450px;
	width: 100%;
}
.banner{
	position: relative;
	overflow: hidden;
}
.banner ul{
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.topBanner .banner-item{
	width: 100vw;
	height: 100%;
	flex-shrink: 0;
	list-style-type:none;
}
.banner .left{
	width: 16px;
	height: 16px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 50px;
	top: 50%;
	color: rgba(255, 255, 255, .8);
	/* display: none; */
	z-index: 999;
	cursor: pointer;
}
.banner .right{
	width: 16px;
	height: 16px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 50px;
	top: 50%;
	color: rgba(255, 255, 255, .8);
	/* display: none; */
	z-index: 999;
	cursor: pointer;
}
.banner .dot{
	position: absolute;
	bottom: 2%;
	width: 100%;
	height: 40px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

.current {
    background-color: red;
}

.dot li {
    /* position: absolute;
    left: 50%;
    bottom: 10%; */
    width: 20px;
    height: 4px;
    background-color: white;
    cursor: pointer;
    margin: 0 10px;
    float: left;
    list-style: none;
}

.content{
	width: 1200px;
	margin: 10px auto;
}
.content .con_item{
	width: 100%;
	height: 400px;
	background: #fff;
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.con_item .con_item_box{
	width: 50%;
	height: 100%;
}
.con_item_box .banner-item{
	width: 590px;
	height: 100%;
	flex-shrink: 0;
	list-style-type:none;
}
.list{
	width: 100%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.list .list_tit{
	width: 100%;
	height: 39px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #eaeaea;
}
.list .list_tit span:nth-child(1){
	display: block;
	width: 140px;
	height: 100%;
	background: #dd0e20;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 20px;
	position: relative;
}
.list .list_tit span:nth-child(1)::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 39px 0 0 10px;
	border-color: transparent transparent transparent #e19ca2;
	
}
.list .list_tit span:nth-child(2){
	color: #dd0e20;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}
.list .list_tit span:nth-child(2)::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #dd0e20;
	border-right: 2px solid #dd0e20;
	transform: rotate(45deg);
}
.list_con{}
.list_con .list_item{
	width: 100%;
	height: 53px;
	border-bottom: 2px dashed #eaeaea;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.list_con .list_item:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #dd0e20;
	margin-right: 6px;
	flex-shrink: 0;
}
.list_con .list_item a{
	flex: 1;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}
p{
	color: #dd0e20;
}
p span{
	color: #333;
}
.list_item_time{
	color: #bdbdbd;
	font-weight: 500;
	font-size: 14px;
	flex-shrink: 0;
}
.footer{
	width: 100%;
	margin-top: 150px;
	padding-bottom: 50px;
}
.footer .city{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.city .city_item{
	padding: 0 20px;
	font-size: 12px;
}
.city_item a{
	
	color: #666;
}
.city .city_item:not(:nth-last-child(1)){
	border-right: 1px solid #666;
}
.footer .link{
	width: 100%;
	background: #dd0e20;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	/* font-weight: bold; */
	color: #fff;
	margin-bottom: 10px;
}
.footer .link a{
	font-size: 14px;
	/* font-weight: bold; */
	color: #fff;
	margin-right: 5px;
}
.info{
	width: 100%;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	color: #999;
}
.info a{
	text-decoration: #dd0e20;
	color: #dd0e20;
}



/* 分页 */
.page_left {
        float: left;
    }

    .page_right {
        float: right;
    }
    .page_right a{
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #dddddd;
        color: #000000;
        padding: 6px 12px;
        margin: 0 3px;
    }
    .page_right a:hover{
       border-color: #dd0e20;
    }
    .page-active{
       background-color: #dd0e20;
    }

    .page_right .page-porv ,
    .page_right .page-next {
        color: #bfbfbf;
    }
    .fred{
    color:red
