/* 公用 */
.gg-ph {display: none;}
.index {background-color: #F7F7F7;}
.index-cont {width: 1000px;margin: 0px auto;}
.index-box1 {width: 770px;}
.cont-wzdh {background-color: #ffffff;margin-bottom: 10px;}
.index-finance {}
.index-finance-cont {width: 380px;}
/* 头部栏目标题 */
.news-tit {height: 40px;border-bottom: 2px solid #bf1b20;}
.news-tit-p {margin-left: 16px;position: relative;}
.news-tit-p span {width: 0;height: 0;border-bottom: 7px solid #BF1B20;border-left: 7px solid transparent;position: absolute;top: 16px;left: -3px;}
.news-tit-p p {font-size: 14px;font-weight: 700;margin-left: 10px;line-height: 40px;}
.news-tit a {margin-right: 12px;font-size: 12px;line-height: 40px;}
/* 公用 end*/
/* 公用 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*/
/* 内容 */
.wzdh_cont {padding: 10px;}
.wzdh_cont li {padding: 0 10px;border-right: 1px solid #BBBBBB;}
.wzdh_cont li:first-child {padding-left: 0;}

/* 内容 end*/


/* 手机样式 */
@media screen and (max-width: 999px) {
/* 公用 */
.index-cont {width: 100%;}
.index-box1 {width: 100%;}
.mbx {display: none;}
.cont-wzdh {padding: 0 10px;}
/* 公用 */
}