/* 公用 */
.gg-ph {display: none;}
.news-box {background-color: #F7F7F7;border-radius: 6px;}
.index {background-color: #F7F7F7;}
.index-cont {width: 1000px;margin: 0px auto;}
.index-box1 {width: 770px;}
#cont1 {width: 190px;background-color: #ffffff;}
#cont2 {width: 570px;background-color: #ffffff;}
.index-finance {}
.index-finance-cont {width: 380px;}
/* 公用 end*/
/* 面包屑 */
.mbx {height: 50px;line-height: 50px;}
/* 面包屑 */
/* banner 轮播*/
#index_banner {}
#index_banner .swiper-slide img {width: 100%;}
#index_banner .swiper-pagination {text-align: right;left: -15px;}
#index_banner .swiper-pagination .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 2px;}
#index_banner .swiper-pagination .swiper-pagination-bullet-active {background-color: #BF1B20;}
/* banner 轮播end*/
/* 新闻列表样式 */
.list_news {padding: 10px;background-color: #ffffff;}
.list_news ul {}
.list_news ul li {margin-top: 5px;}
.list_news ul li p {}
.list_news ul li p a {font-size: 12px;color: #333333;}
.list_news ul li span {font-size: 12px;color: #333333;}
/* 新闻列表样式 */
/* 手机样式 */
@media screen and (max-width: 999px) {
/* 公用 */
.index-cont {width: 100%;}
#cont1 {display: none;}
.index-box1 {width: 100%;}
#cont2 {width: 100%;}
.mbx {display: none;}
/* 公用 */
/* 内容 */
.list_news ul li p {width: calc(100% - 100px);}
.list_news ul li p a {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
}