﻿/*global settings*/
body {
    background: #fff;
    overflow-x: hidden;
    width: 100%;
    min-width: 1230px;
    position: relative;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.mb20 {
	margin-bottom: 20px;
}

.border {
	border: 1px solid #ddd;
}

a {
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	text-decoration: none !important;
	color: #00483d;
}
a.more:link,
a.more:visited {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #777;
    position: absolute;
    top: 8px;
    right: 10px;
}

.bszn {
	position: relative;
}

a.more:hover {
    color: #00483d;
    text-decoration: none;
}

a.more:after {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    content: "\e668";
}


/*===========list style===========*/
.textlist {
    width: 100%;
}
.bszn .textlist {
	padding: 10px 0px 10px 10px;
}

.textlist>li {
    line-height: 32px;
    padding: 0 110px 0 120px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bszn .textlist>li {
	padding: 0 105px 0 15px;
}
.layout-l .column:first-child .title .tab-column .btn-tab{
	margin-bottom: 4px;
	margin-right: 20px;
}
.layout-l .column.news:first-child .title .tab-column .btn-tab{
	margin-bottom: 0px;
	padding-left: 5px;
	margin-right: 15px;
}

.layout-l .column:first-child .textlist>li {
    padding: 0px;
    padding-left: 110px;
    line-height: 38px;
}

.layout-l .column:first-child .right .textlist>li:before {
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    top: 14px;
    left: 10px;
    width: 0;
    height: 0;
    background: transparent;
    border-width: 6px 0px 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #898989 ;
}

.layout-l .column:first-child .textlist>li:last-child {
	margin-bottom: 4px;
}
.layout-l .column:first-child .textlist>li:before {
	display: none;
}
.layout-l .gg .textlist, 
.layout-l .jj .textlist {
	padding: 0px 10px;
}

.textlist.small>li {
    font-size: 12px;
}
.textlist.hideTime > li{ padding-right:0;}
.textlist.hideTime > li span{ display:none;}


.textlist>li a:hover{ 
	color: #00483d;
}
.textlist>li a{
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #232323;
    position: relative;
    z-index: 3;
}
.layout-l .column:first-child .textlist>li a{
	display: block;
}
.layout-l .column:first-child .textlist>li .text-content{
	width: 370px;
	float: right;
}
.layout-l .column:first-child .textlist>li .text-content p{
	line-height: 20px;
}

.textlist>li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ddd;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 3px;
}

.textlist>li>span {
    display: block;
    font-size: 16px;
    color: #bbb;
    position: absolute;
    top: 0;
    right: 10px;
}
.textlist>li>span.item_shopType {
	left: 10px;
	color: #75B3B8;
}

.textlist>li>span.timing {
    color: #666;
}

.textlist>li>span.timing span {
    color: #fa6f2b;
}

.textlist.hideTime>li {
    padding-right: 0;
}

.textlist.hideTime>li span {
    display: none;
}

.textlist>li.topline {
    padding: 0 0 0 16px;
    padding-bottom: 5px;
}

.textlist>li.topline:before {
    display: none;
}

.textlist>li.topline a {
    display: block;
    font-size: 17px;
    font-weight: 800;
    font-style: normal;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textlist>li.topline span {
    display: none;
}


/*===========网站头部===========*/
#header {
    width: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.logobar {
    height: 110px;
    position: relative;
}

.logo {
	position: absolute;
	margin-left: 20px;
	height: 110px;
}

.logo .image {
	display: inline-block;
    width: 410px;
    height: 86px;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
    background-size: 100%;
    margin: 14px auto;
}

.logo .separator {
	display: inline-block;
    width: 1px;
    height: 41px;
    background: radial-gradient(#222222, rgba(255,255,255,0.00));
    position: relative;
    margin-right: 25px;
    margin-left: 20px;
    top: -28px;
}
.logo .text {
	display: inline-block;
    height: 82px;
	font-size: 32px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(0,0,0,0.75);
	line-height: 82px;
	letter-spacing: 3px;
	position: relative;
	top: -38px;
}

.search-top {
	position: absolute;
	right: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
    top: 36%;
    
}

.search-top>input {
    display: block;
    width: 200px;
    height: 36px;
    font-size: 12px;
    color: #333;
    padding: 6px 15px;
    background: none;
    border: 0;
}

.search-top>button {
    display: block;
    width: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #13656c;
    background: none;
    border: 0;
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 5px;
}

.search-top>button:hover {
    cursor: pointer;
}

.search-top>button>i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.nav {
    width: 1200px;
    text-align: center;
    background: #0B5F67;
    position: relative;
    z-index: 1;
    height: 56px;
}

.nav:before {
    content: "";
    display: block;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -500px;
	background: #0B5F67;
}

.nav:after {
    content: "";
    display: block;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -500px;
    background: #0B5F67;
}

.nav .menu>.item {
    display: inline-block;
	width: 150px;
}
.nav .menu>.item:first-child {
	width: 100px;
}

.nav .menu>.item>a {
    display: block;
    line-height: 56px;
    font-size: 18px;
    color: #fff !important;
    padding: 0 10px;
    position: relative;
    font-weight: 600;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
}

.nav .menu>.item:hover {
    background: rgba(0,0,0,0.1);
}
/*===========网页内容===========*/
#content {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
}

/*===========内容导航窗口===========*/
.layout-r .content-nav {
	margin-bottom: 20px;
}

.layout-r .content-nav div{
	width: 320px;
	height: 79.5px;
	border-bottom: 1px solid #ddd;
}

.layout-r .content-nav div:last-child {
	border-bottom: none;
}

.layout-r .content-nav div span{
	display: block;
	width: 180px;
	height: 79px;
	line-height: 79px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: 400;
	color: #232323;
	margin-left: 90px;
}

.layout-r .content-nav div span:before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 15px;
	margin-left: -70px;
	z-index: 2;
}

.layout-r .content-nav .bg1 span:before{
	background-image: url(../images/icon1.png);
}
.layout-r .content-nav .bg2 span:before{
	background-image: url(../images/icon2.png);
}
.layout-r .content-nav .bg3 span:before{
	background-image: url(../images/icon3.png);
}
.layout-r .content-nav .bg4 span:before{
	background-image: url(../images/icon4.png);
}
.layout-r .content-nav .bg5 span:before{
	background-image: url(../images/icon5.png);
}
.layout-r .content-nav .bg6 span:before{
	background-image: url(../images/icon6.png);
}

.bg1 {
	background: url(../images/bg1.png);
}
.bg2 {
	background: url(../images/bg2.png);
}
.bg3 {
	background: url(../images/bg3.png);
}
.bg4 {
	background: url(../images/bg4.png);
}
.bg5 {
	background: url(../images/bg5.png);
}
.bg6 {
	background: url(../images/bg6.png);
}

.slide-nav{
	position: relative;
	height: 255px;
	width: 100px;
	float: left;
	margin-top: -20px;
	background: rgba(0,0,0,0.35);
}

.slide-nav div{
	height: 85px;
	border-bottom: 1px solid #fff;
}
.slide-nav div:hover{
	background: rgba(0,0,0,0.35);
}
.slide-nav div:last-child{
	border-bottom: none;
}
.slide-nav span{
	display: block;
	width: 100px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	color: #fff;
	margin-left: 0px;
	padding-top: 50px;
}

.slide-nav span:before{
	content: "";
	display: block;
	width: 25px;
	height: 31px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: -40px;
	margin-left: 37px;
	z-index: 2;
}
.slide-nav .slide1 span:before{
	background-image: url(../images/slide1.png);
}
.slide-nav .slide2 span:before{
	background-image: url(../images/slide2.png);
}
.slide-nav .slide3 span:before{
	background-image: url(../images/slide3.png);
}
/*===========轮播图片===========*/
.swiper {
	height: 400px;
}
.swiper {
	width: 100%;
	position: relative;
}
.swiper .slider {
	width: 100%;
	height: 400px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.swiper img {
	display: block;
	height: 100%;
	position: absolute;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

/*===========内容左侧===========*/
.layout-l{ 
	width:860px; 
	float:left; 
	position:relative;
}
.column {
	height: 325px;
}
.red_c {
	color: red !important;
	margin-right: 90px;
}
.grey_c {
	color: grey;
	margin-right: 90px;
}
.layout-l .column>.title {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	line-height:34px;
	margin-left: 10px;
}
.bszn .title {
	position: relative;
	border-bottom: 1px solid #ddd;
	line-height:34px;
	margin-left: 10px;
}

.layout-l .column>.title:before {
	content: "";
	width: 3px;
	height: 20px;
	background: #0B5F67;
	border-radius: 5px;
	position: absolute;
	top: 12px;
}

.layout-l .news .right>.title,
.layout-l .bszn .right>.title {
	position: relative;
	border-bottom: 1px solid #ddd;
	line-height:34px;
	margin-left: 10px;
}

.layout-l .column>.title .text {
	font-size: 24px;
	font-weight: 600;
	color: #034BA0;
	padding-left: 12px;
	margin-right: 20px;
	position: relative;
	float: left;
}

.layout-l .column>.title .text:before {
	content: "";
	display: block;
	width: 4px;
	height: 30px;
	background: #034BA0;
	border-radius: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}
.tab-column {
    line-height: 42px;
    position: relative;
}
.bszn .tab-column {
	margin-right: 10px;
}
.layout-l .gg .title .tab-column,
.layout-l .jj .title .tab-column {
	margin-left: 10px;
}
.layout-l .column:first-child{
	height: 320px;
}

.layout-l .column:first-child > .title div.tab-column a:first-child::before {
    left: 145px;
}
/* .layout-l .column:first-child > .title div.tab-column a:nth-child(2)::before {
	content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    left: 0px;
	background: url(../images/notices.png);
} */

.tab-column .btn-tab {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
    float: left;
    position: relative;
    margin-right: 30px;
}

.tab-column .btn-tab:hover {
    color: #333;
    text-decoration: none;
}

.tab-column .btn-tab.active {
    color: #00483d;
    font-weight: 400;
    z-index: 99;
}

.tab-column .btn-tab.active:after {
    content: "";
    display: block;
    width: 90%;
    border-bottom: 2px solid #00483d;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.gg .tab-column .btn-tab.active:after,
.jj .tab-column .btn-tab.active:after {
	width: 80%;
	left: 10px;
}
.tab-column .btn-tab:before {
    content: "";
    display: block;
    height: 15px;
    width: 2px;
    background: #ddd;
    position: absolute;
    left: 95px;
    top: 15px;
}
.bszn .tab-column .btn-tab:before{
	left: 115px;
}
.gg .tab-column .btn-tab:before{
    left: 115px;
}

.jj .tab-column .btn-tab:before{
   left: 233px;
}

.tab-column .btn-tab:last-child:before {
    display: none;
}

.zccz {
	height: 234px !important;
}

/*===========横幅标语===========*/
.contentBanner {
	height: 90px;
	background: url(../images/contentBanner.png) center 0px no-repeat;
}

/*===========内容右侧===========*/
.layout-r{ 
	width: 320px; 
	float: right; 
	position: relative;
}

.systemLink {
	position: relative;
}

.systemLink .menu {
	height: 274px;
	background-color: rgba(27,61,109,0.04);
}

.systemLink .menu a{
	display: block;
    margin: 0 25px;
    line-height: 69px;
    height: 69px;
    padding-left: 50px;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
}

.systemLink .menu a:last-child {
	border: none;
}

.systemLink .menu a:before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 23px;
	margin-bottom: 23px;
	margin-left: -50px;
}
.systemLink .menu a:hover{text-decoration: none;}
.systemLink .menu a.link1:before{background-image: url(../images/icon1.png);}
.systemLink .menu a.link2:before{background-image: url(../images/icon2.png);}
.systemLink .menu a.link3:before{background-image: url(../images/icon3.png);}
.systemLink .menu a.link4:before{background-image: url(../images/icon4.png);}
.systemLink .menu a:after {
	content: "";
	display: block;
	width: 8px;
	height: 15px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/rightArrow.png);
	right: 0px;
	top: 30px;
}
.systemLink .menu > a span   {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #232323;
	padding-left: 5px;
}



/*===========日历===========*/
#calendar {
	height: 323px;
}
.fc-view-container .fc-view>table td {
    line-height: 42px;
}

.calander-title{
	display: block;
    width: 29px;
    height: 110px;
    position: absolute;
    top: 340px;
    right: -28px;
    background: #0B5F67;
    color: #ffffff;
    padding: 3px 6px;
    line-height: 25px;
    font-size: 16px;
}
.calander-title span{
	width: 12px;
    height: 45px;
    top: 110px;
    position: absolute;
    left: 0px;
    border-top: 12px solid #0B5F67;
    border-right: 12px solid transparent;
}
/*===========通知要闻===========*/
.portal{
	position:relative;
	border: 1px solid #ddd;
	padding: 0px 15px;
}
.portal > .title{
	line-height:42px;
	background:#fff;
	position:relative;
	margin-bottom: 5px;
}
.portal .title .text {
	padding-left: 35px;
}
.portal .title .text span{
	font-size:18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #034BA0;
}
.download .title:before {
	content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    background: url(../images/download2.png);
}

.faq {
	height: 163px;
}
.notice {
	height: 233px;
}
.notice .textlist>li {
	line-height: 50px;
	padding: 0px;
    width: 262px;
    height: 50px;
    margin-bottom: 10px;
}
.notice .textlist>li a{
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	width: 200px;
	font-size: 16px;
	padding-left: 10px;
	line-height: 25px;
	white-space: break-spaces;
}

.notice .textlist>li:before {
	display: none;
}

.square {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
	border-radius: 5px;
	opacity: 1;
}

.square .day{
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
    height: 35px;
    display: block;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	color: #337BB5;
	background: #F5F5F5;
}
.square .year{
	display: block;
    opacity: 1;
    font-size: 12px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	background: #337BB5;
	height: 20px;
	line-height: 20px;
}

/*===========常见问题===========*/

/*===========网页尾部===========*/
#footer {
    line-height: 2em;
    min-height: 175px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    background: url(../images/bg-foot.png) center 0px no-repeat;
    background-color: #196EB8;
}

#footer ul {
    line-height: 30px;
    overflow: hidden;
    zoom: 1;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

#footer li {
    display: inline-block;
    margin: 0 40px;
}

#footer li a {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    letter-spacing: 1px;
}

#footer li a:hover {
    color: #e2e5e8 !important;
    text-decoration: none;
}

#footer p {
    margin-bottom: 10px;
}

#footer p span {
    margin: 0 10px;
    font-size: 14px;
}

/*===========二级页面===========*/
.subpage {
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 200px;
}

.subpage.no-sider {
    background: #fff;
    padding-left: 0;
}

.subpage.no-sider .siderBar {
    display: none;
}

.subpage.no-sider>.contant {
    border-left: 0;
}

.subpage>.contant {
    min-height: 400px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
}

.subpage>.siderBar {
    width: 200px;
    position: absolute;
    left: 0;
    top: 20px;
}

.subpage>.siderBar>.title {
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    margin: 0 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #bcbcbc;
}

.subpage>.siderBar>.menu {
    padding: 0 8px;
}

.subpage>.siderBar>.menu li {
    padding: 3px 0;
}
.subpage>.siderBar>.menu li>a:hover {
	color: #000 !important;
    background: rgb(11, 95, 103, .3);
}

.subpage>.siderBar>.menu a {
    display: block;
    line-height: 30px;
    padding: 2px 10px;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
}

.subpage>.siderBar>.menu a>i {
    display: block;
    line-height: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.subpage>.siderBar>.menu a.default:link,
.subpage>.siderBar>.menu a.default:visited {
    color: #000;
    border: 1px solid #e2e2e2;
}

.subpage>.siderBar>.menu a.default:hover {
	color: #000;
    text-decoration: none;
    border: 1px solid #dadada;
}

.subpage>.siderBar>.menu a.active:link,
.subpage>.siderBar>.menu a.active:visited {
    color: #fff !important;
    background: #0B5F67;
    border: 1px solid transparent;
}

.subpage>.siderBar .submenu a.active:hover {
	font-size: 14px;
    background: #00483d;
    border: 0 !important;
}

.subpage>.siderBar .submenu {
    padding-top: 8px;
}

.subpage>.siderBar .submenu a {
    padding-left: 22px;
}

.subpage .listbar {
    margin: 0 30px;
}

.subpage .listbar>.title {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

.subpage .listbar>.title>span {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #0B5F67;
    margin-bottom: -1px;
}

.subpage .listbar>.list {
    width: 100%;
    padding-bottom: 50px;
}

.subpage .listbar>.list tr {
    display: block;
    line-height: 24px;
    padding: 7px 115px 7px 24px;
    border-bottom: 1px dotted #eee;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subpage .listbar>.list tr a {
    color: #444;
    width: 700px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subpage .listbar>.list tr:before {
    content: "\e635";
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 8px;
    left: 0;
}

.subpage .listbar>.list tr:hover {
    background: #f8f8f8;
}

.subpage .listbar>.list tr span {
    color: #aaa;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
}

/*text页面*/
.subpage .textbox {
    min-height: 700px;
    padding: 20px;
}

.subpage .textbox>.title {
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 35px;
}

.subpage .textbox>.title h1 {
    font-size: 21px;
    font-weight: 800;
    color: #444;
    line-height: 1.5em;
}

.subpage .textbox>.title>span {
    color: #999;
    line-height: 2em;
    margin: 0 1em;
}

.subpage .textbox>.msbox {
    width: auto;
    font-size: 14px;
    line-height: 2em;
    padding: 30px 30px;
}

.subpage .textbox>.msbox p {
    text-indent: 2em;
    margin-bottom: 1em;
}

.subpage .search-bar {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    margin: 0 30px;
}

.subpage .search-bar>.search-tool {
    width: 500px;
    margin: 0 auto;
}

.subpage .search-bar>.search-tool>input {
    display: block;
    width: 410px;
    line-height: 22px;
    height: 42px;
    font-size: 12px;
    padding: 8px 12px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 3px 0 0 3px;
    float: left;
}

.subpage .search-bar>.search-tool>button {
    display: block;
    width: 62px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    background: #004f4a;
    border: 0;
    border-radius: 0 3px 3px 0;
    float: left;
    overflow: hidden;
}

.subpage .search-bar>.search-tool>button:hover {
    background: #0b5f67;
    cursor: pointer;
}

.subpage .listbar>.list td {
    border-top: 0 !important;
}


.mt45 {
    margin-top: 45px;
}

.mt60 {
    margin-top: 60px;
}

/* 常用下载 */
.download {
	height: 190px;
}
.download .textlist>li {
    padding-left: 25px;
}
.download .textlist>li:before{
	width: 16px;
	height: 16px;
	top: 10px;
	left: 0px;
	border-radius: 0;
	background: url(../images/download.png);
}

.frame-box{
	width: 40px;
	height: auto;
	background: #0A5DA6;/* #C81321 */
	right: 0px;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	top: 30%;
	color: #FFFFFF;
	text-align: center;
    padding: 5px 0 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.frame-box span{
	display: inline-flex;
    padding: 10px 5px;
    font-size: 16px;
}
.frame-box:before{
	content: url(../images/export.png);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	width: 40px;
	height: 40px;
}
.frame-box:hover{
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .20), 0 8px 20px 0 rgba(0, 0, 0, .40);
}

#news, #notice {
	width: 400px;
	height: 320px;
}
#news-article, #notice-article {
	width: 440px;
}

/*===========media===========*/
@media(max-width:1025px) {}