body{color: #333; font-family:"微软雅黑";}
a{color:#333}
a:hover{color:#db261f}
a:visited{color:#333}
a:active,a:focus,a:hover{color:#db261f}

.header{ height: 110px; top: 0; left: 0; width: 100%; z-index: 10000; background-color: #fff; box-shadow: #ddd 0 0 10px;}
/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; height: 110px; text-align: left; margin: 0; }
.logo a{ height: 100%; line-height: 0; text-align: left; align-items:start;}
.logo img{vertical-align: middle;max-height:100%;}

.hfont{ text-align: right; font-size: 14px; padding-top: 10px;}

.htool{ height: 110px; position: relative; width: 40%; line-height: 110px; text-align: right; }
.htool a{ display: inline-block; font-size: 16px; line-height: 30px; margin: 0 2%; text-align: center;}
.htool a i{ display: inline-block; vertical-align: middle; color: #db261f; width: 30px; height: 30px; border: 1px solid #db261f; border-radius: 30px; font-size: 20px; margin-right: 5px;}


.search{ height: 110px; width: 60%;}
.search .jcent{ height: 100%;}
.search form{ width: 100%; }
.search .text{ border:2px solid #db261f; border-radius: 5px 0 0 5px; background-color: #fff; width: 70%; font-size: 16px; color: #333; height: 48px; line-height: 48px; padding:0 20px; box-sizing: border-box; float: left;}
.search input::-webkit-input-placeholder { color: #666;}
.search .btn1{ background:#db261f;  color:#fff; text-align:center; border:none; height:48px; font-size: 18px; width:30%; font-size: 14px; padding:0; position: relative; border-radius: 0 5px 5px 0; float: left;}



/*底部*/
.footer{ background: #db261f; color: #fff; padding: 3rem 0; line-height: 40px; position: relative; font-size: 16px; text-align: center;}
.footer a{ color: #fff; display: inline-block; margin: 0 10px;}
.footer a i{ font-size: 24px; display: inline-block; vertical-align: bottom;}
.footer a:hover{ color: #f6c349;}
.footer span{ display: inline-block; margin: 0 5px;}

.fixedTop{ position: fixed; width: 70px; height: 70px; box-sizing: border-box; padding: 10px; border-radius: 60px; right: 20px; bottom: 10%; z-index: 10; cursor: pointer;}
.fixedTop i{ background-color: #fff; display: block; border-radius: 50px; line-height: 50px; color: #333; font-size: 2.6rem; text-align: center;}

/*标题样式*/
.box-title{ line-height: 48px; clear: both;overflow: hidden; position: relative; text-align: center;}
.box-title span{color: #003333; font-size: 4.8rem; display:inline-block; font-weight: bold; position: relative;}
.box-title span::before{ content: ""; display: inline-block; vertical-align: middle; background: url(../img/tdot_left.png) no-repeat center right; width: 126px; height: 8px; position: absolute; top: 0; bottom: 0; margin: auto 0; left: -140px;}
.box-title span::after{ content: ""; display: inline-block; vertical-align: middle; background: url(../img/tdot_right.png) no-repeat center left; width: 126px; height: 8px; position: absolute; position: absolute; top: 0; bottom: 0; margin: auto 0; right: -140px;}

/*媒体盒子模型*/
.media-box{display:block;margin-bottom:10px;width: 100%;}
.media-box a{ display: block;}
.media-box .icon{ background: #efefef; width: 100%; overflow: hidden; text-align: center;position:relative;}
.media-box .icon{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.media-box .icon img{ max-height: 100%;}
.media-box .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.media-box h3{ text-align: center; font-size: 1.8rem; color: #373737; padding: 1rem 0;}
.media-box a:hover .icon img{transform:scale(1.2);}

/*翻页*/
.pager{text-align: center; color: #333;}
.pager a{ width: 40px; height: 40px; line-height:40px; display: inline-block;margin:0 2px; color: #333; text-align: center; color: #333; position: relative; font-size: 16px; }
.pager a.on,.pager a:hover{ color:#fff; background-color: #d70c18;}
.pager a:nth-child(1),.pager a:nth-child(2){ width: 60px;}
.pager a:nth-last-child(1),.pager a:nth-last-child(2){ width: 60px;}

/*文章列表*/
.nlist li{ border-bottom: 1px solid #ddd; padding: 1.5rem 0; clear: both; overflow: hidden; line-height: 3rem;}
.nlist li a{ display: block; float: left; width: 80%; font-size: 1.6rem; background: url(../img/sdot.png) no-repeat 0 center; padding-left: 2rem;}
.nlist li span{ float: right; color: #a3a3a3; font-weight: normal; font-size: 14px;}
.nlist li p{ color: #666; clear: both; padding-top: 0.5rem;}

.ul-news li{ line-height: 48px; clear: both; overflow: hidden;}
.ul-news li a{ font-size: 16px; color: #2d2d2d; display: block; width: 70%; font-weight: bold; float: left;}
.ul-news li span{ float: right;}
.ul-news li a:hover{ color: #2481e1;}

a.more{display: inline-block; color: #fff; font-size: 16px;  width: 94px; height: 94px; background: url(../img/more.png) no-repeat center 20px #d80c18; position: relative; box-sizing: border-box; padding-top: 50px; text-align: center;}
a.more::before{ content: ""; border: 1px solid #e55f67; display: block; position: absolute; width: 90%; height: 90%; left: 0; top: 0; right: 0; bottom: 0; margin: auto;}
a.more i{ background-color: #003f7f; position: relative; border-radius: 47px; text-align: center; line-height: 47px; display: block;}
a.more:hover{ background-color: #1a5a9f; color: #fff;}
a.more:hover::before{border-color: #a9bed4;}


/*选项卡*/
.tablist { margin-bottom: 0.4rem;}
.tablist .tlist{ display:none; position: relative; clear: both; overflow: hidden; padding: 0 4%; text-align: center;}
.tablist .active{ display:block;}

.tabs{line-height:26px;}
.tabs a{color: #333; }
.tabs a:hover,.tabs .active a{ }
.tabs a:hover span,.tabs .active a span{}