/*.clear_hidden{
    overflow: hidden;
}
*{
    margin: 0;
    padding: 0;
}*/
.list_news{
font-size: 16px;
width: 1164px;
margin: 50px auto;
color: black;
border-bottom: 1px solid #ccc;

}
.list_news .bottom_my>ul{
    display: flex;
    flex-direction: row-reverse;
   
}

.button_my{
    
    margin: 20px auto;
    margin-top: 100px;
}
li{
    
   list-style: none;
}


.main_my{
	
	padding-top:5px;
	padding-bottom: 5px;
}

.main_my .title {
    font-size: 14px;
    color: #ccc;
    width: 1164px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top:20px;
}
.main_my .title>span{
    font-size: 24px;
    border-left: 3px solid #c4161f;
    color: #c4161f;
    padding-left: 10px;
}
.time_my{
    color: #ccc;
    display: block;
    line-height: 100px;
    width: 100%;
    text-align: center;
}
.main_my .title>dl{
    display: flex;
}
.content_my{
     width: 1164px;
}
.content_my h1{
    text-align: center;
	color:#c4161f;
	font-weight: bold;
}
.content_my >.logo>span{
    display: block;
    text-align: center;
    margin-top: 20px; 
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.content_my img{
    display: inline-block;
    margin: 0 auto;
}
.content_my p{
    line-height: 30px;
    text-indent: 30px;
}
.content_my h4{
    font-weight: normal;
    text-align: center;
    line-height: 40px;
}
.bottom_my>ul>li>a{
    color:black;
}
.bottom_my>ul>li>a:hover{
    color: red;
}
 .button_my{
     width: 1164px;
     margin: 30px auto;
    font-size: 16px;
    display: flex;
}
.button_my .prev,.button_my .next{
    width: 50%;
}
.button_my .prev>span,.button_my .next>span{
    color: #c4161f;
    font-weight: 600;
    font-size: 20px;
}
.button_my .prev>a,.button_my .next>a{
    color: black;
   font-size: 16px;
}
.button_my .prev>a:hover{
    color: #c4161f;
    /*border-bottom: 2px solid red;*/
}
.button_my .next>a:hover{
    color: #c4161f;
    /*border-bottom: 2px solid red;*/
}
.h4{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
}
.main_my .title>dl a{
    color: #c4161f;
	font-size: 16px;
}

@media (max-width: 767.98px) {
	.main_my .title{
		width: 95%;margin: 0px 2.5%;
	}
	.content_my,.button_my{
		width: 95%;margin: 0px 2.5%;
	}
.content_my img{
width:100%;
}
.content_my p{
text-indent:0px;
}
	.list_news{
	font-size: 16px;
	width: 100%;
	margin: 20px auto;
	color: black;
	border-bottom: 1px solid #ccc;
	
	}
	.button_my {
		width: 95%;
		display: flex;
		flex-direction: column;margin: 0px 2.5%;
	}
	.button_my .prev,.button_my .next{
	    width: 100%;float: left;margin: 5px 0px;
	}
	.button_my .prev>span,.button_my .next>span{
	    color: #c4161f;
	    font-weight: 600;
	    font-size: 18px;
	}
	.button_my .prev>a,.button_my .next>a{
	    color: black;
	   font-size: 14px;
	}
	.time_my{
		line-height: 40px;
	}
	.content_my h1{
		font-size: 20px;
	}
	.main_my .title>dl{
		display: none;
	}
}