/*content*/
.content{width: 1200px;margin: 50px auto;}
/* bsItem */
.bsItem{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;}
.ulLev{width: 372px;height: 245px;padding: 30px 0 0 98px;}
.ulLev1{background: url("../img/ggfw01.png") top center no-repeat;}
.ulLev2{background: url("../img/ggfw02.png") top center no-repeat;}
.ulLev3{background: url("../img/ggfw03.png") top center no-repeat;}
.ulLev li{width: 256px;height: 48px;line-height: 48px;font-size: 16px;text-indent: 60px;margin-bottom: 20px;border: 1px solid #d6d6d6;background: #fff url("../img/icon-78.png") left 40px center no-repeat;}
.ulLev li a{display: block;width: 100%;height: 100%;color: #145086;}
/* newsCon */
.newsCon{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.newsCon .newsList{width: 580px;}
.newsCon .newsList .title{width: 100%;height: 50px;text-align: right;font-size: 14px;padding-top: 15px;}
.newsCon .newsList .title a{color: #145086;}
.newsCon .newsListL .title{background: url("../img/ggfw04.png") top center no-repeat;}
.newsCon .newsListR .title{background: url("../img/ggfw05.png") top center no-repeat;}
.newsCon .newsList ul{width: 100%;}
.newsCon .newsList ul li{font-size: 16px;height: 42px;line-height: 42px;background: url("../img/li-bg.png") center left no-repeat;overflow: hidden;}
.newsCon .newsList ul li a{display: block;float: left;width: 76%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-left: 14px;}
.newsCon .newsList ul li a:hover{color: #145086;}
.newsCon .newsList ul span{float: right;color: #999;font-size: 14px;}

/* oldModel */
.oldModel .ulLev li{font-size: 28px;text-indent: 56px;}
.oldModel .newsCon .newsList{width: 100%;}
.oldModel .newsCon .newsList .title{font-size: 28px;}
.oldModel .newsCon .newsList ul{margin-bottom: 20px;}
.oldModel .newsCon .newsList ul li{font-size: 32px;height: 64px;line-height: 64px;}
.oldModel .newsCon .newsList ul span{font-size: 28px;}