 /* 统一样式 */
 
 body,
 p,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 ul,
 ol,
 li,
 dl,
 dt,
 dd,
 pre {
     margin: 0;
     padding: 0;
     border: none;
     list-style: none;
     box-sizing: border-box;
 }
 
 body {
     font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 14px;
     color: #333;
     background-color: #f0f0f0;
 }
 
 a {
     color: #333;
     text-decoration: none;
     transition: .3s;
 }
 
 a:hover {
     color: #fc912f;
     text-decoration: none;
 }
 
 input,
 button {
     outline: 0;
 }
 
 img {
     vertical-align: middle;
     border: 0;
     transition: .3s;
     padding: 0;
     max-width: 100%;
 }
 
 li {
     list-style: none;
 }
 
 a {
     text-decoration: none;
     /* color: #828282; */
 }
 
 .clearfix {
     *zoom: 1;
 }
 
 .clearfix:after {
     content: '';
     display: block;
     height: 0;
     visibility: hidden;
     clear: both;
 }
 /* 统一样式结束 */
 /* 版心 */
 
 .w {
     width: 1200px;
     margin: 0 auto;
 }
 
 .fl {
     float: left;
 }
 
 .fr {
     float: right;
 }

 /* 顶部一栏开始 */
 
 .cont {
     width: 100%;
     background-color: #2d3032;
 }
 
 .top-event {
     width: 100%;
     height: 186px;
     background-image: url(../images/bg-1.png)
 }
 
 .top-event-1 {
     height: 36px;
     color: #8c8c8c;
 }
 
 .top-event-2 {
     position: relative;
     height: 150px;
 }
 
 .cont-2 {
     width: 100%;
     height: 150px;
     box-sizing: border-box;
 }
 
 .top-event-1>span {
     text-align: center;
     line-height: 36px;
 }
 
 .top-event-1 .list li {
     float: left;
     padding-right: 10px;
 }
 
 .top-event-1 .list span {
     padding-left: 5px;
 }
 
 .top-event-1 .list a {
     text-align: center;
     color: #8c8c8c;
     line-height: 36px;
 }
 
 .top-event-1 .list a:hover {
     color: #fff;
 }
 
 .top-event-2 .cont-3 {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%)
 }
 /* 导航条开始 */
 
 .bar {
     width: 100%;
     background-color: #007fd8;
 }
 
 .nav-bar {
     z-index: 100000;
 }
 
 .nav {
     height: 55px;
     line-height: 55px;
     background: #007fd8;
     position: relative;
     z-index: 100000;
 }
 
 .nav a {
     color: #fff;
 }
 
 .nav .nLi {
     float: left;
     position: relative;
     display: inline;
 }
 
 .li-left {
     padding-left: 100px;
 }
 
 .nav .nLi h3 {
     float: left;
     width: 120px;
     text-align: center;
 }
 
 .nav .nLi h3 a {
     display: block;
     padding: 0 20px;
     font-size: 16px;
     font-weight: normal;
 }
 
 .nav .sub {
     display: none;
     width: 120px;
     top: 53px;
     position: absolute;
     background: #295994;
     line-height: 36px;
     padding: 5px 0;
     opacity: 0.8;
 }
 
 .nav .sub li {
     zoom: 1;
 }
 
 .nav .sub a {
     display: block;
     padding: 0 10px;
     text-align: center;
 }
 
 .sub li a:hover {
     /* background: #295994; */
     color: #fc912f;
 }
 
 .nav .on h3 a {
     background: #295994;
     color: #fff;
 }
 /* 导航条结束 */
 /* 中间内容区域 */
 
 .bgphoto {
     background-image: url(../images/banner-news.jpg);
     height: 310px;
 }
 
 .main {
     width: 1200px;
     margin: 0 auto;
 }
 
 .main-bar {
     position: relative;
     height: 72px;
     border-bottom: 1px solid #cfcfcf;
     padding-top: 20px;
 }
 
 .main-bar h1 {
     font-size: 35px;
     font-weight: bold;
     color: #666;
 }
 
 .main-bar .quary {
     width: 35px;
     height: 8px;
     background-color: #106bce;
     position: absolute;
 }
 
 .main-bar p {
     position: absolute;
     right: 0;
     top: 40px;
     color: #666;
 }
 
 .main-bar .bar-a {
     color: #666;
     font-weight: bold;
 }
 
 .main-bar .bar-a:hover {
     color: #fc912f;
 }
 
 .main-nav {
     padding-top: 32px;
     margin-bottom: 40px;
     display: flex;
 }
 
 .main-nav-l {
     width: 24%;
     margin-right: 32px;
 }
 
 .main-nav-r {
     width: 100%;
     padding-left: 17px;
 }

 .main-nav-l li a {
     display: block;
     font-size: 18px;
     background-color: #106bce;
     width: 236px;
     line-height: 40px;
     height: 40px;
     color: #fff;
     padding-left: 26px;
     box-sizing: border-box;
     margin-bottom: 16px;
 }
 
 .main-nav-l a:hover {
     background-color: #fa8639;
 }

 .main-nav-l .main-li a {
     line-height: 50px;
     height: 50px;
     font-size: 20px;
     background-color: #fa8639;
 }
 
 .main-nav-r {
     float: right;
 }
 
 .main-nav-r h2 {
     font-size: 36px;
     font-weight: bold;
     color: #383838;
 }
 
 .main-nav-r span {
     font-size: 24px;
     color: #666;
 }
 
 .main-nav-r .intro {
     margin-bottom: 20px;
 }
 /* 新闻列表 */
 
 .main-newslist .news-li {
     position: relative;
 }
 
 .main-newslist .news-li a {
     width: 500px;
     display: inline-block;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     word-break: break-all;
 }
 
 .main-newslist .news-ul li {
     width: 922px;
     height: 72px;
     color: #333;
     box-sizing: border-box;
 }
 
 .main-newslist .news-ul li:hover {
     background-color: #e4edf7;
     font-weight: bold;
 }
 
 .main-newslist .news-ul .p1 {
     font-size: 24px;
     line-height: 30px;
     display: inline-block;
     padding-left: 11px;
 }
 
 .main-newslist .news-ul .p2 {
     font-size: 14px;
     display: inline-block;
 }
 
 .main-newslist .news-ul .p3 {
     font-size: 16px;
     display: inline-block;
     position: absolute;
     top: 14px;
     left: 75px;
 }
 /* 小棍子 */
 
 .main-newslist .news-ul .p4 {
     position: absolute;
     height: 38px;
     width: 1px;
     background-color: #cfcfcf;
     top: 6px;
     left: 62px;
 }

 /* 中间内容区域结束 */
 /* 页脚开始 */
 
 .footer {
     background-color: #00407e;
     color: #fff;
     height: 380px;
 }
 
 .footer li a {
     color: #fff;
 }
 
 .footer .link {
     border-bottom: 1px solid #4977a3;
     height: 61px;
 }
 
 .footer .link ul li {
     float: left;
 }
 
 .link li {
     line-height: 61px;
     text-align: center;
     padding-right: 8px;
 }
 
 .link li a:hover {
     color: #fc912f;
 }
 /* 列表 */
 
 .footer-list {
     height: 320px;
     padding-top: 40px;
 }
 
 .footer-list ul {
     margin-right: 62px;
 }
 
 .footer-list li a {
     color: #b3c6d8;
     line-height: 24px;
 }
 
 .footer-list li a:hover {
     color: #fc912f;
 }
 
 .footer-list .list-name {
     font-size: 16px;
     color: #fff;
     line-height: 32px;
 }
 /* 两个图标 */
 
 .tubiao {
     position: relative;
 }
 
 .tubiao div {
     display: inline-block;
     padding-left: 54px;
 }
 
 .tubiao-text {
     display: inline-block;
     position: absolute;
     right: 4px;
     bottom: -23px;
 }
 /* copyright */
 
 .copyright {
     background-color: #2d3032;
     border-top: 1px solid #3d3f42;
     height: 46px;
 }
 
 .copyright p {
     line-height: 46px;
     text-align: center;
     color: #fff;
 }


 /* 新闻详情页 */

 .news-info {
     margin-top: 24px
 }

 .main-nav-r .news-info h2 {
     font-size: 30px;
     font-weight: normal;
     color: #333;
     text-align: center;
     padding-bottom: 13px;
 }

 .main-nav-r .news-info .info {
     text-align: center;
     padding-bottom: 28px;
 }

 .article p {
     font-size: 16px;
     line-height: 30px;
 }