.ms{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.cp_tis{
	width: 1200px;
    margin: auto;
    height: 60px;
}
.cp_tis_main{
	width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    overflow: hidden;
    color: #000;
}
.cp_tis_main a{
	color:#333;
}
.cp_tis_main a:hover{
	color:#ff6600;
}
.ms_main{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
    min-height: 600px;
    position: relative;
    z-index: 9;
}
.ms_main_top_tm{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}
.ms_main_top_tm li{
    width: 29.33%;
    height: auto;
    float: left;
    padding: 2%;
    cursor: pointer;
}
.ms_main_top_tm li.cur{
    background: #FFEB3B;
}
.ms_main_top_tm li .ms_main_top_tm_t{
    width: 100%;
    height: 35px;
    line-height: 40px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}
.ms_main_top_tm li .ms_main_top_tm_c{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.ms_main_top_tm li .ms_main_top_tm_b{
	width: 100%;
    height: 30px;
	line-height: 30px;
}
.ms_main_top_tm li .ms_main_top_tm_b i{
	font-style: normal;
}
.ms_main_li{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: inline-block;
}
.ms_main_li a{ 
    float: left;
    width: 285px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.ms_main_li a:nth-child(4n+4) { 
	margin-right:0;
}

.ms_main_li_ioc{
    width: 285px;
    height: 200px;
    overflow: hidden;
    background: #f1f1f1;
}
.ms_main_li_ioc img{
    width: 100%;
    height: 200px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ms_main_li a:hover .ms_main_li_ioc img{
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
	-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.ms_main_li_bottom{
    width: 90%;
    height: 50px;
    line-height: 50px;
    padding: 0 5%;
    font-size: 15px;
    color: #FF5722;
}
.ms_main_li_bottom i{
float: right;
    width: auto;
    height: 50px;
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 12px;
    text-align: right;
}
.ms_main_li_name{
    width: 90%;
    height: auto;
    min-height: 48px;
    padding: 0 5%;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ms_main_li a:hover .ms_main_li_name{
	color:#FF5722;
}
.ms_main_li_no{
	width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.ms_main_li_no p{
width: auto;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    color: #888;
}
.ms_main_li_no p b{
color: #ff6600;
}
.ms_main_li_no img{
	width: 400px;
    height: 100%
}
.ms_page {
	text-align: center;
    width: auto;
    height: auto;
    overflow: hidden;
}
.ms_page a{
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;	
}