.tis{
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #888;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.02);
    font-size: 12px;
    text-indent: 20px;
}

.news{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_main{
    float: left;
    width: 1150px;
    height: auto;
    overflow: hidden;
}
.news_left_tit{
    width: 100%;
    height: auto;
    padding: 15px 0% 15px 0%;
    overflow: hidden;
}
.news_left_tit h1{
    width: 100%;
    /*height: 50px;*/
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
}
.news_left_tit p{
    width: 100%;
    height:30px;
    line-height:30px;
    font-size: 12px;
    color: #636363;
}
.news_left_tit p i{
    color: #a0a0a0;
    font-style: normal;
	font-size: 12px;
}
.news_left_main{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.news_left_main_jj{
    width: 100%;
    height: auto;
    color: #f60;
    padding-bottom: 15px;
}
.news_left_main_jj h2{
    width: 100%;
    height: auto;
    color: #ff9800;
    font-size: 15px;
}
.news_left_main p{
	white-space: normal !important;
    font-size: 15px;
    line-height: 25px !important;
}
.news_left_main span{
    white-space:normal !important;
}
.news_left_main p img{
    max-width: 100% !important;
    height: auto !important;
    text-indent: 0 !important;
    display: block !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.news_left_main video{
	width: 100%;
    height: 420px;
    display: inline-block;
}
.news_left_main_up{
	width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.news_left_main_up span.up{
    float: left;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;	
}
.news_left_main_up span.down{
    float: right;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align: right;
}
.gminfo{
	width: auto;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;
}
.gminfo_left{
	float: left;
    width: 72px;
    height: auto;	
}
.gminfo_left img{
    float: left;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
}
.gminfo_cen{
    float: left;
    width: 350px;
    height: auto;
    padding-left: 15px;
}
.gminfo_cen h1{
	float: left;
    width: 76%;
    height: 23px;
    line-height: 25px;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gminfo_txt{
    float: left;
    width: 100%;
    height: 23px;
    line-height: 20px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

.gminfo_bq{
	float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gminfo_bq span{
    padding-left: 5px;
    padding-right: 5px;
    height: 18px;
    line-height: 18px;
    margin-right: 0px;
    font-size: 11px;
    border-radius: 5px;
    display: inline-block;
}
.gminfo_bq span.s1{
	border: 0.01rem solid rgba(255, 85, 0, 0.3);
    background-color: rgba(255, 85, 0, 0.1);	
}
.gminfo_bq span.s2{
	border: 0.01rem solid rgba(255, 170, 0, 0.3);
	background-color: rgba(255, 170, 0, 0.1);	
}
.gminfo_bq span.s3{
	border: 0.01rem solid rgba(255, 0, 255, 0.3);
	background-color: rgba(255, 0, 255, 0.1);	
}

.gminfo_right{
	width: 145px;
    height: auto;
    float: right;
}

.gminfo_right_an{
	float: right;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(85, 255, 127, 1.0);
    text-align: center;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    font-weight: 100;
}
.gminfo_right_ios{
float: right;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid rgba(85, 255, 127, 1.0);
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    margin-top: 5px;
    cursor: pointer;
}
.gminfo_right_ios:hover {
    background: rgba(85, 255, 127, 0.1);
}

.news_right{
    width: 435px;
    height: auto;
    overflow: hidden;
    float: right;
}
.news_tit{
    width: 100%;
    height: 60px;
    line-height: 80px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}
.news_tit_left{
    float: left;
    width: auto;
    height: 80px;
    line-height: 80px;	
}
.news_tit_left b{
	font-size: 18px;
    color: #000;
    font-weight: 500;
}

.news_hot{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_hot a{ 
	float: left;
    width: 100%;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}
.news_hot i{ 
    float: left;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    background: #eaeaea;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 12.5px;
    border-radius: 5px;
    margin-right: 15px;
    color: #000;
    font-style: normal;
    min-width: 20px;
    text-align: center;
    margin-left: 15px;
}
.news_hot i.num1{ 
    background: #f00;
    color: #fff;
}
.news_hot i.num2{ 
	background: #ff9800;
    color: #fff;
}
.news_hot i.num3{ 
    background:#f8d486;
    color: #fff;
}
.news_hot h1{ 
	float: left;
    width: 345px;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gminfo_main_right_sv {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gminfo_main_right_sv a {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    display: block;
}

.gminfo_main_right_sv a .left {
    float: left;
    width: 60px;
    height: 60px;
}

.gminfo_main_right_sv a .left img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.gminfo_main_right_sv a .cen {
    float: left;
    padding-left: 15px;
    height: auto;
    width: 220px;
}

.gminfo_main_right_sv a .cen .cen_name {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gminfo_main_right_sv a .cen .cen_name h1 {
    float: left;
    font-size: 15px;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.gminfo_main_right_sv a .cen .cen_name span {
    float: left;
    max-width: 46%;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: -6px 0px 8px 6px #fff;
}

.gminfo_main_right_sv a .cen_txt {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 11px;
    color: #828181;
}

.gminfo_main_right_sv a .cen_bq {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gminfo_main_right_sv a .cen_bq span {
    padding-left: 5px;
    padding-right: 5px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 5px;
    float: left;
}

.gminfo_main_right_sv a .cen_bq span.s1 {
    border: 1px solid rgba(255, 85, 0, 0.3);
    background-color: rgba(255, 85, 0, 0.1);
}

.gminfo_main_right_sv a .cen_bq span.s2 {
    border: 1px solid rgba(255, 170, 0, 0.3);
    background-color: rgba(255, 170, 0, 0.1);
}

.gminfo_main_right_sv a .cen_bq span.s3 {
    border: 0.01rem solid rgba(255, 0, 255, 0.3);
    background-color: rgba(255, 0, 255, 0.1);
}

.gminfo_main_right_sv a .right {
    width: 80px;
    text-align: center;
    float: right;
}

.gminfo_main_right_sv a .right_tis {
    width: 100%;
    text-align: center;
    float: right;
    height: 25px;
    line-height: 18px;
    font-size: 13px;
    color: #f00;
    font-weight: 100;
}

.gminfo_main_right_sv a .right_dow {
    width: 100%;
    text-align: center;
    float: right;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 100;
}



@media (min-width: 1500px) and (max-width: 1800px) {
.news_main {
    width: 900px;
}
.news_right{
    width: 385px;
    height: auto;
    overflow: hidden;
    float: right;
}
.news_hot h1 {
    width: 265px;
}
}
@media (min-width: 1px) and (max-width: 1500px) {
.news_main {
    width: 750px;
}
.news_right{
    width: 335px;
    height: auto;
    overflow: hidden;
    float: right;
}
.news_hot h1 {
    width: 225px;
}
}

