@charset "utf-8";
html,body{ width: 100%; height: 100%; min-width: 1220px;}

.header-top{ width: 100%; height: 48px; background: #fff;}
.header-top .content{ width: 1200px; height: 100%; font-size: 16px; color: #666; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}

.header-banner{ width: 100%; height: 300px; background: url(../images/headerBg.png) no-repeat center center;}
.header-banner .content{ width: 1200px; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.header-banner .content .cn{ font-size: 56px; line-height: 60px; color: #fff; font-weight: bold;}
.header-banner .content .en{ font-size: 30px; line-height: 30px; color: #fff; padding-top: 5px;}
.header-banner .content .r{ display: flex; align-items: center; justify-content: space-between;}
.header-banner .content .img{ width: 152px; height: 200px;}
.header-banner .content .text{width: 350px; line-height: 24px; padding-left: 20px; display: flex; align-items: center; font-size: 14px; color: #fff;}

.header-nav{ width: 100%; height: 50px; background-color: #0062B2;}
.header-nav .content{ width: 1200px; height: 50px; margin: 0 auto;}
.header-nav .content li{ width: 150px; height: 50px; float: left; position:relative;}
.header-nav .content li a { width: 100%; height: 100%; display:flex; align-items: center; justify-content: center; text-decoration:none; color:#fff; text-align: center; font-size: 18px;}
.header-nav .content li a > span{ font-size: 12px; padding-left: 5px;}
.header-nav .content li:hover { background:#2482cf;}
.header-nav .content li.cur{ background:#3196E9;}
.header-nav .content li a.more{position: relative;}
.header-nav .content li a.more:after{content:"›"; position: absolute; right: 10px; top: 0px;} 
.header-nav .content li ul { position:absolute; width:150px; padding: 5px 0; display:none; background-color:#04599e; z-index:99;} /*这是第二级菜单*/
.header-nav .content li ul a { text-decoration:none; color:#ffffff; text-align: center;} 
.header-nav .content li ul ul{ top:0;left:150px;} /*从第三级菜单开始,所有的子级菜单都相对偏移*/

.index-search-box{ width: 100%; height: 80px; padding: 10px 0; background-color: #EAF4FD;}
.index-search-box .content{ width: 1200px; height: 60px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.index-search-box .content .l{ padding: 5px 0; display: flex; align-items: center;}
.index-search-box .content .l .title{ width: 50px; height: 50px; font-size: 15px; color: #fff; background: linear-gradient(216deg, #3196E9 5%, #0062B2 93%); border-radius: 4px; display: flex; align-items: center; justify-content: center;}
.index-search-box .content .l a{ display: block; width: 500px; font-size: 16px; margin-left: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.index-search-box .content .r{ padding: 10px 0; display: flex; align-items: center;}
.index-search-box .content .r button{ border: none; width: 70px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 16px; margin-left: 10px; cursor: pointer; border-radius: 4px; background: linear-gradient(229deg, #3196E9 8%, #0062B2 89%);}
.index-search-box .content .r button:hover{ background: linear-gradient(180deg, #3196E9 8%, #0062B2 89%);}
.index-search-box .content .r input{ height: 40px; width: 200px; padding: 0 10px; border: 1px solid #ddd; border-radius: 4px; background-color: #fff; font-size: 15px; margin-left: 10px;}
.index-search-box .content .r select{ width: 120px; height: 40px; padding: 0 5px; background-color: #fff; border-radius: 4px;  border: 1px solid #ddd; font-size: 15px;}

.index-main-bg{ width: 100%; padding: 20px 0; background-color: #f7f7f7;}

.periodical-and-info{ width: 1200px; margin: 0 auto; zoom: 1; overflow: hidden;}
.periodical-and-info .info{ width: 360px; height: 380px; padding: 10px; margin-left: 20px; float: left; background-color: #fff;}
.periodical-and-info .periodical{ width: 820px; height: 380px; padding: 20px; float: left; background-color: #fff;}
.periodical-and-info .periodical .img-box{ width: 220px; height: 340px; float: left; margin-right: 20px; line-height: 40px; text-align: center; font-size: 16px;}
.periodical-and-info .periodical .img-box > img{ width: 220px; height: 300px; display: block;}
.periodical-and-info .periodical .details{ width: 540px; height: 340px; float: left;}
.periodical-and-info .periodical .details .title{ width: 100%; height: 50px; line-height: 50px; font-size: 24px; margin-bottom: 20px;}
.periodical-and-info .periodical .details .text{ width: 100%; height: 120px; line-height: 30px; font-size: 16px;}
.periodical-and-info .periodical .details .btns{ width: 100%; height: 120px; margin-top: 10px;}
.periodical-and-info .periodical .details .btns p{ width: 100%; height: 60px; padding: 0; margin: 0; padding-top: 10px;}
.periodical-and-info .periodical .details .btns p button{ border: none; width: 180px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; margin-right: 10px; cursor: pointer; border-radius: 4px; background: linear-gradient(229deg, #3196E9 8%, #0062B2 89%);}
.periodical-and-info .periodical .details .btns p button:hover{ background: linear-gradient(180deg, #3196E9 8%, #0062B2 89%);}
.adv-01{ width: 1200px; height: 150px; margin: 20px auto 0;}

.page-card-title{ width: 100%; height: 50px; border-bottom: 1px solid #3196E9;}
.page-card-title .title{ float: left; height: 49px; line-height: 49px; padding: 0 30px; background-color: #3196E9; color: #fff; font-size: 18px;}
.page-card-title .more{ display: block; float: right; line-height: 49px; font-size: 14px; color: #666;}
.page-card-title .more:hover{color: #0A5599;}
.page-card-con{ width: 100%; zoom: 1; overflow: hidden; padding-top: 10px;}
.page-card-con > li{ width: 100%; height: 40px; padding: 10px 0; position: relative;}
.page-card-con > li .time{ height: 25px; position: absolute; right: 0; line-height: 25px; text-align: center; z-index: 2; font-size: 16px; color: #666;}
.page-card-con > li .dot{ font-size: 16px; color: #0A5599; line-height: 25px; float: left; width: 20px;}
.page-card-con > li > a{ width: calc(100% - 20px); height: 40px; line-height: 25px; display: block; float: left; font-size: 16px;}

.index-main-bg-white{width: 100%; padding: 20px 0; background-color: #fff;}

.cur-read-box{ width: 1200px; margin: 0 auto; zoom: 1; overflow: hidden;}
.cur-read-box .left{width: 820px; float: left;}
.cur-read-box .right{ width: 360px; margin-left: 20px; float: left;}

.index-gkll{ width: 100%; height: auto; background-color: #F9F9F9; margin-bottom: 20px; padding: 10px 5px;}
.index-gkll .gkll-con{ width: 100%; height: auto; overflow: hidden; overflow-y: auto;}
.index-gkll .gkll-con li{ margin: 10px 4px 0; width: 62px; height: 40px; float: left;}
.index-gkll .gkll-con li a{ display: block; width: 62px; height: 40px; line-height: 40px; text-align: center; background-color: #fff;}
.index-gkll .gkll-con li a:hover{ background-color: #E7F1FA; color: #0A5599;}

.index-rdyd{width: 100%; height: 655px; background-color: #F9F9F9; margin-bottom: 20px; padding: 10px;}

.cur-read-con{ width: 100%; height: 1400px; margin: 20px 0;}
.cur-read-con > li{ width: 100%; height: 200px; padding: 20px 0 19px; border-bottom: 1px solid #ddd;}
.cur-read-con > li .img{ display: block; float: right; width: 240px; height: 160px; padding-left: 20px;}
.cur-read-con > li .img img{ width: 220px; height: 160px; border: 1px solid #ddd; border-radius: 10px;}
.cur-read-con > li .new{ float: left; width: 580px; height: 160px;}
.cur-read-con > li .new .title{ width: 100%; height: 50px; line-height: 50px; font-size: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.cur-read-con > li .new .con{ width: 100%; height: 60px; line-height: 30px; font-size: 16px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.cur-read-con > li .new .conz{ width: 100%; height: 36px; line-height: 30px; font-size: 16px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.cur-read-con > li .new .info{ width: 100%; height: 50px; padding: 10px 0;}
.cur-read-con > li .new .info > li{ width: auto; float: left; height: 30px; line-height: 30px; text-align: center; font-size: 16px; border-right: 1px solid #ddd;padding-left: 10px;}
.cur-read-con > li .new .info > li:last-child{border: none;}

.adv-02{width: 1200px; height: 150px; margin: 0 auto;}

.index-hzhb{ width: 1200px; margin: 0 auto;}
.index-hzhb .hzhb{width: 100%; min-height: 80px; margin-top: 20px;}
.index-hzhb .hzhb li{ height: 40px; float: left; margin: 0 15px;}
.index-hzhb .hzhb li a{font-size: 16px;}

.card-title-02{ height: 40px; line-height: 38px; border-bottom: 2px solid #3196E9; font-size: 20px; text-align: center; width: 90px; margin: 0 auto;}

.footer-box{ width:100%; height: 180px; padding: 40px 0; background-color: #0A5599;} 
.footer-box .footer{ width: 1200px; height: 100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.footer-box .footer a{color: #fff;}
.footer-box .footer ul{ width: 50%;}
.footer-box .footer ul li{ height: 25px; line-height: 25px; color: #fff;}
.footer-box .footer .ewm{ width: 80px; height: 100px;}
.footer-box .footer .ewm .img{ width: 80px; height: 80px; background-color: #fff;}
.footer-box .footer .ewm .text{ width: 100%; height: 20px; line-height: 20px; text-align: center; font-size: 12px; color:#fff}

.page-main{ width: 100%; background-color: #f7f7f7; zoom: 1; overflow: hidden;}
.page-main .main{ width: 1200px; margin: 20px auto; zoom: 1; overflow: hidden;}
.page-main .main .main-right{ width: 360px; float: right; margin-left: 20px;}
.page-main .main .main-left{ width: 820px; float: left;}

.inside-page-search{ width: 100%; background-color: #fff; padding: 10px; height: 150px;}
.inside-page-search .con{ width: 100%; height: 80px; padding: 20px 0; display: flex; align-items: center;}
.inside-page-search .con button{ border: none; width: 60px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 16px; margin-left: 5px; cursor: pointer; border-radius: 4px; background: linear-gradient(229deg, #3196E9 8%, #0062B2 89%);}
.inside-page-search .con button:hover{ background: linear-gradient(180deg, #3196E9 8%, #0062B2 89%);}
.inside-page-search .con input{ height: 40px; width: 160px; padding: 0 10px; border: 1px solid #ddd; border-radius: 4px; background-color: #fff; font-size: 15px; margin-left: 5px;}
.inside-page-search .con select{ width: 100px; height: 40px; padding: 0 5px; background-color: #fff; border-radius: 4px;  border: 1px solid #ddd; font-size: 15px;}

.inside-page-gkll{ width: 100%; background-color: #fff; padding: 10px 5px; height: auto; margin-top: 20px;}
.inside-page-gkll .gkll-con{ width: 100%; height: auto; overflow: hidden; overflow-y: auto;}
.inside-page-gkll .gkll-con li{ margin: 10px 4px 0; width: 62px; height: 40px; float: left;}
.inside-page-gkll .gkll-con li a{ display: block; width: 62px; height: 40px; line-height: 40px; text-align: center; background-color: #f9f9f9;}
.inside-page-gkll .gkll-con li a:hover{ background-color: #E7F1FA; color: #0A5599;}

.inside-page-new{width: 100%; padding: 10px; margin-top: 20px; background-color: #fff;}

.column-page-box{ width: 100%; min-height: 1540px; background-color: #fff; padding: 20px;}
.article-title  {width: 100%; line-height: 40px; font-size: 24px; color: #222; text-align: center; padding-bottom: 50px; border-bottom: 1px solid #ddd;}
.article-zuozhe {width: 100%; line-height: 25px; font-size: 14px; color: #222; text-align: center; margin-top: -30px;}
.article-con{  width: 100%; line-height: 30px; font-size: 16px; padding: 20px;word-wrap:break-word;}
.article-page{ width: 100%; height: 50px; padding-bottom: 10px; position: absolute; left: 0; bottom: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between;}
.article-page li{ width: 50%; height: 40px; display: flex; align-items: center;}
.article-page li span{color: #666; display: block; float: left; width: 80px; text-align: right;}
.article-page li a{ display: block; float: left; width: calc(100% - 80px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.secondary-menu{ padding: 5px 3px; background-color: #fff; float: left; margin-bottom: 20px;}
.secondary-menu li{ float: left; padding: 0 30px; background-color: #fff; font-size: 16px; color: #3196E9; height: 40px; line-height: 40px; cursor: pointer; border-radius: 4px; margin: 0 2px;}
.secondary-nenu li a{color: #3196E9;}
.secondary-menu li:hover{background-color: #f9f9f9;}
.secondary-menu li.cur{ background-color: #3196E9; color: #fff;}

.new-list-one-box{ width: 100%; padding: 20px; background-color: #fff; min-height: 1330px;}
.inside-page-title{ width: 100%; border-bottom: 1px solid #ddd; padding-bottom: 10px;}
.inside-page-title .big-title{ width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 24px; color: #222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.inside-page-title .small-title{ width: 100%; height: 30px; line-height: 30px; text-align: center; font-size: 16px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.new-list-one-ul{ width: 100%; padding-bottom: 20px; }
.new-list-one-ul > li{ width: 100%; height: 200px; padding: 20px 0 19px; border-bottom: 1px solid #ddd;}
.new-list-one-ul > li .img{ display: block; float: right; width: 225px; height: 160px; padding-left: 20px;}
.new-list-one-ul > li .img img{ width: 220px; height: 160px; border: 1px solid #ddd; border-radius: 10px;}
.new-list-one-ul > li .new{ float: left; width: 555px; height: 160px;}
.new-list-one-ul > li .new .title{ width: 100%; height: 50px; line-height: 50px; font-size: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.new-list-one-ul > li .new .con{ width: 100%; height: 60px; line-height: 30px; font-size: 16px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.new-list-one-ul > li .new .conz{ width: 100%; height: 36px; line-height: 30px; font-size: 16px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.new-list-one-ul > li .new .info{ width: 115%; height: 50px; padding: 10px 0;}
.new-list-one-ul > li .new .info > li{ width: auto; float: left; height: 30px; line-height: 30px; text-align: center; font-size: 16px; border-right: 1px solid #ddd;padding-left: 10px;}
.new-list-one-ul > li .new .info > li:last-child{border: none;}

/*分页*/
.page{ width:100%; height:30px; line-height:30px; margin:10px auto; text-align:center;}
.page a { border:1px solid #ddd; padding:2px 8px; color:#333; margin-right:2px; background:#fff;}
.page a:hover { border:1px solid #3196E9;}
.page a.current { border:1px solid #3196E9; color:#fff; background:#3196E9;}
.page a.disabled { border:1px solid #e0e0e0; color:#aaa; background:#f3f3f3;}

.back-issue-box{ width: 100%; padding: 20px; background-color: #fff; min-height: 1330px;}
.back-issue-box .title{ width: 100%; height: 51px; padding-bottom: 10px; border-bottom: 1px solid #ddd; line-height: 40px; font-size: 24px; color: #222;}
.back-issue-box .pic-list{ width: 100%; height: 200px; margin-top: 20px;}
.back-issue-box .pic-list li{ float: left; width: 130px; padding: 0 10px; height: 200px;}
.back-issue-box .pic-list li a{ display: block; width: 100%; height: 100%;}
.back-issue-box .pic-list li a img{ display: block; width: 100%; height: 160px;}
.back-issue-box .pic-list li a p{ height: 40px; width: 100%; line-height: 40px; text-align: center; font-size: 16px;}
.back-issue-box .back-issue{ width: 100%; padding-top: 20px; zoom:1; overflow: hidden;}
.back-issue-box .back-issue .year{ width: 100%; height: 40px; line-height: 40px; padding: 0 20px; background-color: #3196E9; font-size: 18px; color: #fff;}
.back-issue-box .back-issue .list{ width: 100%; zoom:1; overflow: hidden;}
.back-issue-box .back-issue .list li{ width: 50%; height: 60px; border-bottom: 1px dotted #ccc; float: left; display: flex; align-items: center;}
.back-issue-box .back-issue .list li span{ color: #ccc; font-size: 16px; padding: 0 10px;}
.back-issue-box .back-issue .list li a{font-size: 16px;}

.new-list-two-box{width: 100%; min-height: 1360px; background-color: #fff; padding: 20px;}
.new-list-two-box .new-list{ width: 100%; overflow: hidden; zoom: 1; padding: 20px 0; min-height: 1360px;}
.new-list-two-box .new-list li{ width: 100%; height: 60px; border-bottom: 1px dotted #ccc; display: flex; align-items: center; justify-content: space-between;}
.new-list-two-box .new-list li span{ color: #ccc; font-size: 16px; padding: 0 10px;}
.new-list-two-box .new-list li a{font-size: 16px; width: 580px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}


