/* 公用 */
.list_news {margin-top: 10px;}
.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*/
/* 二三级页内容 */
.three-level {padding: 10px;}
.three-level h6 {font-size: 14px;font-weight: bold;line-height: 40px;text-align: center;color: #bf1b20;}
.three-level .three-level-cont {overflow-x: auto;}
.three-level .three-level-cont p {margin: 7px 0 12px;font-size: 12px;line-height: 1.8;}
.three-level .three-level-cont h3 ,.three-level .three-level-cont strong {font-size: 14px;font-weight: 700;margin: 19px 0 11px;}
.three-level .three-level-cont img {max-width: 100%;height: auto;}

.three-level .three-level-cont table td {border: 1px solid #000000!important;}
/* 二三级页内容 end*/
/* 手机样式 */
@media screen and (max-width: 999px) {
/* 公用 */

.index-cont {width: 100%;}
#cont1 {display: none;}
.index-box1 {width: 100%;}
#cont2 {width: 100%;}
.mbx {display: none;}
/* 公用 */
}