/* reset.css */
body, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, ol, p, select, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

html {
    font-family: sans-serif;
}

body {
    color: #222;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    position: relative;
}

ol, ul, li, dt, dd, dl {
    list-style: none;
}

img {
    border: 0;
}

select, input {
    vertical-align: middle;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

a:hover {
    color: #ff6633
}

input, button {
    cursor: pointer;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

section {
    width: 1000px;
    margin: 0px auto;
}

h2, h3, h4, h5 {
    font-weight: normal
}


#header {
    background-color: white;
    margin-bottom: 20px;
}

#header .top_block {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .top_block .logo_block {
    width: 210px;
    height: 60px;
    margin-top: 10px;
    user-select: none;
}

#header .top_block .logo_block img {
    width: 100%;
    height: 100%;
}

#header .top_block .search_block {
    height: 36px;
}

#header .top_block .search_block form {
    display: flex;
    background: #FB5F20;
    border-radius: 5px;
}

#header .top_block .search_block form .search {
    width: 300px;
    height: 36px;
    line-height: 36px;
    background-color: #f3f3f3;
    outline: none;
    border: 0;
    text-indent: 1em;
    color: #999999;
}

#header .top_block .search_block form .submit {
    border: 0;
    width: 100px;
    background-color: #FB5F20;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    letter-spacing: 5px;
    color: white;
    text-indent: 1em;
}

#header .nav_block {
    height: 50px;
    line-height: 50px;
    background-color: #FB5F20;
}

#header .nav_block .content {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
}

#header .nav_block .content li {
    float: left;
    margin-left: -1px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 12px;
}

#header .nav_block .content li:hover {
    background-color:#ff8959;
    color: white;
}

#header .nav_block .content li.on {
    background-color: #ff8959;
}
#header .nav_block .content li a{
    color: white;
}
#header .nav_block .content li a:hover{
    color: white;
}

.header_ad {
    width: 1200px;
    height: 90px;
    margin: 10px auto;
    position: relative;
}

.header_ad .closead {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    user-select: none;
}

.header_ad img {
    width: 100%;
    height: 100%;
}


/* 公共样式 */
.fr {
    float: right
}

.fl {
    float: left !important
}

.f12 {
    font-size: 12px !important
}

.f14 {
    font-size: 14px !important
}

.cDGray {
    color: #888
}

.cGray {
    color: #333
}

.cOrg {
    color: #ff6633 !important
}

.clear {
    clear: both;
}

.bn {
    border: none !important;
}

.active {
    display: block !important
}

.fb {
    font-weight: bold !important;
}

.noBack {
    background: none !important
}

/* 广告 */
.ad {
    width: 1200px;
    margin: 10px auto 0 auto;
}

.ad img {
    display: block;
    width: 100%;
    height: 50px;
}

.ad_2 {
    width: 1200px;
    margin: 0px auto 20px auto;
}

.ad_2 img {
    display: block;
    width: 100%;
    height: 50px;
}

.ad2 {
    float: left;
    width: 590px;
}

.ad3 {
    float: right;
    width: 590px
}

.perch {
    width: 1200px;
    margin: 20px auto 0 auto;
}


/* 公用边距 */
.ml30 {
    margin-left: 30px !important
}

.p0 {
    padding: 0 !important
}

.pt10 {
    padding-top: 10px !important
}

.pt30 {
    padding-top: 30px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt30 {
    margin-top: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt_40 {
    margin-top: -40px !important
}

/* 页面框架 */
.headMain {
    width: 1200px;
    margin: 0 auto;
    _position: relative;
}

.headLeft {
    width: 360px;
    float: left
}

.headMiddle {
    width: 460px;
    float: left;
    margin: 0 40px;
}

.headRight {
    width: 300px;
    float: left;
    _position: absolute;
    _top: 2px;
    _right: 0;
}


/* 通用组件 */
.bgGray {
    background: #f9f9f9;
    padding: 15px
}

.bgGray_2 {
    background: #f9f9f9;
    padding: 15px 0;
    height: 474px;
    margin-top: -62px
}

.h2Tit {
    border-left: 4px solid #fb5f20;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    position: relative;
}

.h2Tit a {
    font-size: 12px;
    color: #9b9b9b;
    float: right;
    margin-left: 20px
}

.h2Tit h2, .h2Tit h3 {
    line-height: 20px;
    font-size: 16px;
    color: #222;
    font-weight: bold;
}

.h2Tit h2 a, .h2Tit h3 a {
    float: none;
    margin-left: 0;
    line-height: 20px;
    font-size: 16px;
    color: #222;
}

.h2Tit h2 a:hover, .h2Tit h3 a:hover {
    color: #fb5f20
}

.headMiddle .h2Tit {
    border: none;
    border-top: 1px solid #efefef;
    font-size: 16px;
    color: #222;
    padding-left: 0;
}

.headMiddle .h2Tit h2 {
    width: 120px;
    margin-top: -2px;
    padding: 12px 0 0 0;
    text-align: center;
    height: 22px;
    line-height: 22px;
    border-top: 2px solid #fb5f20;
    display: block;
    font-weight: normal;
}

.headMiddle .h2Tit a {
    padding-top: 12px;
    line-height: 22px
}

.imgText {
    overflow: hidden;
}

.imgText a.imgBox {
    overflow: hidden;
    width: 100px;
    display: block;
    float: left;
    margin-right: 15px;
}

.imgText img {
    display: block;
    width: 100px;
    height: 76px;
    transition: all 0.7s;
}

.imgText a.imgBox.photo {
    height: 76px !important
}

.imgText img:hover {
    transform: scale(1.05);
}

.imgText h4 {
    color: #222 !important;
    padding-right: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
}

.imgText h4:hover {
    color: #ff6633 !important
}

.newsList14 li {
    line-height: 32px;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%
}

.newsList14 li a {
    color: #222;
}

.newsList14 li:before {
    content: '';
    background: #ccc;
    width: 4px;
    height: 4px;
    overflow: hidden;
    display: inline-block;
    margin: 13px 11px 0 0;
    border-radius: 100%;
    float: left;
}

.newsList14.noBack li:before {
    content: none
}

.newsList14 li b {
    font-weight: normal;
    line-height: 14px;
    display: inline-block;
    width: 14px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
    background: #ff5964
}

.newsList14 li em {
    font-style: normal;
    line-height: 14px;
    display: inline-block;
    width: 14px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
    background: #bebdc5
}

.newsList14 li span {
    float: right;
    color: #ff5964;
}

.headRight .newsList14 li:before {
    background: none !important;
    content: normal !important
}

.h2Tag {
    width: 100%;
    border-top: 2px solid #FB5F20;
    line-height: 62px;
}

.h2Tag a {
    float: left;
    line-height: 62px;
    color: #9b9b9b;
}

.h2Tag h2 {
    width: 160px;
    float: left;
    margin-right: 46px;
    line-height: 62px;
    text-align: center;
    margin-top: -2px;
    border-top: 2px solid #fb5f20;
    font-size: 26px;
    color: #222;
}

.h2Tag h2:hover {
    color: #fb5f20
}

.h2Tag h2.qiye:hover {
    color: #222
}

.h2Tag span {
    float: left;
    line-height: 62px;
    padding: 0 10px;
    color: #f1f1f1
}

.house span {
    padding: 0 5px
}

.ma {
    overflow: hidden;
}

.ma img {
    float: left;
    width: 100px;
    height: 100px;
    display: block;
    margin-right: 15px
}

.ma h4 {
    font-size: 16px;
    color: #4990e2;
    padding-top: 25px
}

.ma p {
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 5px
}

.line {
    width: 100%;
    height: 1px;
    background: #efefef;
    margin: 20px 0 0 0
}

/* 文字链 */
.textBox {
    overflow: hidden;
    background: #fdfdfd;
    border: 1px solid #efefef;
    border-radius: 2px;
    width: 1198px;
    margin: 15px auto 0 auto;
    padding: 10px 0
}

.textBox a {
    float: left;
    margin-left: 10px;
    line-height: 24px;
    color: #222;
    font-size: 12px
}

.textBox span {
    display: block;
    width: 20px;
    float: left;
    line-height: 24px;
    color: #fff
}

/* 焦点图 */
.focus {
    position: relative;
    width: 360px;
    height: 240px;
    margin: 0px auto;
    overflow: hidden
}

.focus .focusList {
    height: 240px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px
}

.focus .fcon {
    float: left;
    width: 360px;
    overflow: hidden;
    position: relative
}

.focus .fcon img {
    display: block;
    width: 360px;
    height: 240px;
    transition: all 0.7s;
}

.focus .fcon img:hover {
    transform: scale(1.05);
}

.focus .fcon h3 {
    width: 340px;
    font-size: 14px;
    color: #fff !important;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/bgblack.png) no-repeat top center;
    color: #fff;
    line-height: 65px;
    height: 65px;
    background-size: 100% 100%;
    text-align: center;
    _background: none;
    _background: #000 !important;
}

.focus .focusNum {
    position: absolute;
    right: 0px;
    bottom: 10px;
    left: 0;
    *left: 140px;
    margin: 0 auto;
    text-align: center;
    width: 75px;
    overflow: hidden;
    height: 8px;
    z-index: 10;
}

.focus .focusNum a {
    display: inline;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 5px;
    color: #B0B0B0;
    float: left;
    background: #D9D9D9;
}

.focus .focusNum .on, .focus .focusNum a:hover {
    background: #fb5f20;
}

.focus .prev, .focus .next {
    position: absolute;
    width: 36px;
    height: 71px;
    background: url(../images/focusbtn.png) no-repeat;
    _background: url(../images/focusbtn.gif) no-repeat;
    z-index: 11;
    display: none
}

.focus .prev {
    top: 85px;
    left: 0;
    background-position: 0 0;
    cursor: pointer;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.focus .next {
    top: 85px;
    right: 0;
    background-position: -44px 0;
    cursor: pointer;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

/* 轮播图 */
.focusBig {
    position: relative;
    width: 1200px;
    height: 390px;
    margin: 0 auto;
    overflow: hidden
}

.focusBig .focusList {
    height: 390px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px
}

.focusBig .fcon {
    float: left;
    width: 1200px;
    overflow: hidden;
    position: relative
}

.focusBig .focusNum {
    position: absolute;
    right: 0px;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 75px;
    overflow: hidden;
    height: 8px;
    z-index: 10;
}

.focusBig .focusNum a {
    display: inline;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 5px;
    color: #B0B0B0;
    float: left;
    background: #D9D9D9;
}

.focusBig .focusNum .on, .focusBig .focusNum a:hover {
    background: #fb5f20;
}

.focusBig .prev, .focusBig .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focusbtn.png) no-repeat;
    z-index: 999;
    display: none
}

.focusBig .prev {
    top: 140px;
    left: 0;
    background-position: 0 0;
    cursor: pointer;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.focusBig .next {
    top: 140px;
    right: 0;
    background-position: -40px 0;
    cursor: pointer;
    filter: alpha(opacity=75);
    -moz-opacity: 0.5;
    opacity: 0.75;
}

/* 广告轮播 */
.adList {
    position: relative;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    overflow: hidden
}

.adList .focusList {
    height: 240px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px
}

.adList .fcon {
    float: left;
    width: 300px;
    overflow: hidden;
}

.adList .fcon img {
    display: block;
    width: 298px;
    height: 88px;
    transition: all 0.7s;
    border: 1px solid #EFEFEF
}

.adList .fcon img:hover {
    transform: scale(1.05);
}

.adList .adNum {
    position: absolute;
    right: 10px;
    bottom: 7px;
    overflow: hidden;
    height: 8px;
    z-index: 10;
}

.adList .adNum a {
    display: inline;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 5px;
    float: left;
    background: #d8d8d8;
}

.adList .adNum .on, .adList .adNum a:hover {
    background: #fb5f20;
}

.adList .prev, .adList .next {
    display: none
}

/* tab */
.headTab {
    width: 100%;
}

.headTab .tabList {
    overflow: hidden;
    width: 100%;
    background: #f8f8f8
}

.headTab .tabList li {
    width: 50%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}

.headTab .tabList li h2 {
    display: block;
    font-size: 14px;
    border: 1px solid #efefef;
    height: 38px;
}

.headTab .tabList li a {
    color: #222;
}

.headTab .tabList li.on {
    background: #fff;
    color: #fb5f20;
}

.headTab .tabList li.on a {
    color: #fb5f20;
}

.headTab .tabList li.on h2 {
    color: #fb5f20;
    border: none;
    border-left: 1px solid #efefef;
    font-weight: bold;
    border-right: 1px solid #efefef;
    border-top: 2px solid #fb5f20;
    line-height: 37px
}

.headLeft .headTab .tabList {
    background: #fff;
    border-top: 1px solid #efefef;
}

.headLeft .headTab .tabList li {
    width: 120px;
    font-size: 16px;
    border-top: 2px solid #fff
}

.headLeft .headTab .tabList li.on {
    border-top: 2px solid #fb5f20;
}

.headLeft .headTab .tabBox {
    border: none !important;
    padding: 0 !important;
    margin-top: 10px;
}

.headTab .tabBox {
    display: none;
    padding: 20px 15px;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    overflow: hidden;
}

.headTab .tabBox.active {
    display: block;
}

.headTab .tabBox .bigImg img {
    height: 204px;
}

.tabBox .imgText {
    padding-bottom: 15px
}

.tabBox .imgText h4 {
    padding: 0 !important
}

/* 图片组 */
.bigImg {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bigImg i {
    z-index: 99;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 102px;
    left: 162px
}

.icon_29 {
    background-position: -225px 0;
}

.icon_07 {
    background-position: -4px -26px;
}

.bigImg img {
    display: block;
    width: 100%;
    height: 240px;
    transition: all 0.7s;
}

.bigImg img:hover {
    transform: scale(1.05);
}

.smImgBox a.imgBox img:hover {
    transform: scale(1.05);
}

.bigImg h3 {
    z-index: 99;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 40px;
    height: 40px;
    background-size: 100% 100%;
    width: 320px;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    _background: none;
    _background: #000 !important;
    _height: 40px;
    _line-height: 40px
}

.headRight .bigImg h3 {
    width: 260px;
    text-align: left
}

.headRight .bigImg img {
    height: 170px;
}

.smallImg {
    width: 380px;
    overflow: hidden;
}

.smImgBox {
    float: left;
    margin: 10px 10px 0 0;
    width: 175px;
    position: relative;
}

.smImgBox a.imgBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 117px;
    display: block;
}

.smImgBox a.imgBox img {
    transition: all 0.7s;
    display: block;
    width: 100%;
    height: 117px;
}

.smImgBox a.imgBox img:hover {
    transform: scale(1.05);
}

.smImgBox h3{
    font-size: 14px;
    color: #222;
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}

.smImgBox h3:hover {
    color: #ff6633
}

.smImgBox i {
    display: block;
    z-index: 10;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 41px;
    left: 70px
}

.headMiddle .smallImg {
    width: 480px;
    padding-top: 10px
}

.headMiddle .smallImg .smImgBox {
    margin: 0 20px 0 0;
    width: 220px;
    position: relative;
}

.headMiddle .smallImg .smImgBox a.imgBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 146px;
    display: block;
}

.headMiddle .smallImg .smImgBox img {
    height: 146px !important;
}

.langImg {
    margin: 0 0 10px 0;
    width: 100%;
    position: relative;
}

.langImg:last-child {
    margin-bottom: 0
}

.langImg a.imgBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 115px;
    display: block;
}

.langImg a.imgBox img {
    transition: all 0.7s;
    display: block;
    width: 100%;
    height: 115px;
}

.langImg a.imgBox img:hover {
    transform: scale(1.05);
}

.langImg h3 {
    font-size: 14px;
    color: #222;
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}

.langImg h3:hover {
    color: #ff6633
}

/* 新闻列表 */
.headTit {
    width: 100%
}

.headTit h2 {
    font-size: 20px;
    color: #222;
    line-height: 28px;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%
}

.headTit h2 a {
    color: #222;
    font-weight: bold
}

.headTit h2 a:hover {
    color: #ff6633
}

.headTit .abs {
    margin: 10px 0 20px 0;
    color: #9b9b9b;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 46px;
    width: 100%
}

.headTit .abs a {
    color: #9b9b9b;
}

.headTag {
    width: 100%;
    border-top: 1px solid #efefef;
    padding-top: 16px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    margin-top: 35px
}

.headTag a {
    float: right;
    font-size: 12px;
    color: #9b9b9b;
    margin-left: 15px
}

.headTag h2 {
    font-size: 16px;
    color: #fb5f20;
    font-weight: bold
}

.headTag h2 span {
    color: #9b9b9b;
    padding: 0 10px
}

.headTag h2 a {
    font-size: 16px;
    color: #fb5f20;
    font-weight: bold;
    float: none;
    margin-left: 0
}

.newsList {
    width: 100%;
    overflow: hidden;
}

.newsList li {
    font-size: 16px;
    line-height: 32px;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 100%
}

.newsList li a {
    color: #222;
}

.newsList li:before {
    content: '';
    background: #ccc;
    width: 4px;
    height: 4px;
    overflow: hidden;
    display: inline-block;
    margin: 13px 11px 0 0;
    border-radius: 100%;
    float: left;
}

.newsList.noBack li:before {
    content: none
}

.newsList li span {
    color: #9b9b9b;
    padding-right: 20px;
}

.newsList li span a {
    color: #9b9b9b
}

.newsList li span:hover {
    color: #ff6633 !important
}

.noBack li a {
    background: none !important;
    padding-left: 0 !important
}

.noBack li a:before {
    content: none
}

/* 自媒体 */
.mediaList {
    width: 100%;
}

.mediaList li {
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
}

.mediaList li span {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
}

.mediaList li span img {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    margin-right: 10px;
    float: left
}

.mediaList li span b {
    font-weight: normal;
    color: #222;
    margin-right: 10px
}

.mediaList li span em {
    font-style: normal;
    color: #9b9b9b;
}

.mediaList li p {
    font-size: 16px;
    color: #222;
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}

.mediaList li p a {
    color: #222;
}

.mediaList li p:hover {
    color: #ff6633
}

/* 智慧青岛 */
.iconList {
    width: 100%;
    overflow: hidden;
}

.iconList li {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 12px
}

.iconList li a {
    color: #222
}

.iconList li i {
    display: block;
    width: 40px;
    height: 41px;
    margin: 0 auto
}

.iconList li h4 {
    margin-top: 5px
}

.icon_08 {
    background-position: 0 -60px;
}

.icon_09 {
    background-position: -40px -60px;
}

.icon_10 {
    background-position: -80px -60px;
}

.icon_11 {
    background-position: -120px -60px;
}

.icon_12 {
    background-position: -160px -60px;
}

.icon_13 {
    background-position: -200px -60px;
}

.icon_14 {
    background-position: -240px -60px;
}

.icon_15 {
    background-position: -280px -60px;
}

.icon_16 {
    background-position: -320px -60px;
}

.icon_17 {
    background-position: 0 -103px;
}

.icon_18 {
    background-position: -40px -103px;
}

.icon_19 {
    background-position: -80px -103px;
}


/* 右边栏背景色 */
.bgGray_2 .h2Tit {
    margin: 0 15px
}

.bgGray_2 .imgText {
    margin: 0 15px
}

.bgGray_2 .newsList14 {
    margin: 0 15px
}

.bgGray_2 .ma {
    margin: 0 15px
}

.bgGray_2 .logoList {
    margin: 20px 15px 0 15px
}

/*返回顶部*/
.goTop {
    display: none;
    width: 38px;
    height: 38px;
    border: 1px solid #f1f1f1;
    background: #f7f7f7 url(../images/ico1.png) 10px -85px no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer
}

.goTop:hover {
    background-color: #f1f1f1;
}

#footer {
    padding-top: 20px;
    background: white;
    margin-top: 10px;
    color: black;
    overflow: hidden;
    position: relative;
}
#footer::before {
    content: "";
    background:#FB5F20;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#footer .container {
    width: 1180px;
    position: relative;
    margin: 10px auto 0;
}
#footer .container .friends {
    border-top: 1px solid #333;
    position: relative;
}
#footer .container .friends a {
    color: black;
}
#footer .container .friends .friends_list_ul li:hover {
    text-decoration: underline;
}
#footer .container .friends #link_menu {
    margin-bottom: 30px;
}
#footer .container .friends #link_896a3aee.links {
    text-align: left;
    font-size: 12px;
    padding: 1.5em 0;
}
#footer .container .friends #link_896a3aee.links ul {
    clear: both;
}
#footer .container .friends #link_896a3aee.links li {
    float: left;
    margin-right: 10px;
    line-height: 1.8em;
    list-style: none;
    padding: 0;
}
#footer .container .friends #link_896a3aee.links em {
    clear: both;
    display: block;
}
#footer .container .friends #link_896a3aee.links #link_menu li {
    font-size: 14px;
    line-height: 2.5em;
    cursor: pointer;
    width: 5em;
}
#footer .container .friends #link_896a3aee.links #link_menu i {
    font-size: 12px;
    line-height: 2.9em;
    float: right;
    font-style: normal;
    margin-right: 15px;
}
#footer .container .friends #link_896a3aee.links .on {
    font-weight: bold;
}
#footer .container .friendsLink {
    width: 1200px;
    margin: 10px auto;
    display: flex;
    align-items: baseline;
}
#footer .container .friendsLink h3 {
    color: black;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    width: 135px;
}
#footer .container .friendsLink ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 29px;
}
#footer .container .friendsLink ul li {
    font-size: 12px;
    float: left;
    margin-left: 15px;
    margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
    text-decoration: underline;
}
#footer .container .friendsLink ul li a {
    color:black;
}
#footer .container .banquan {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;

}
#footer .container .banquan a{
    color: black;
}






.adversiment {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
}
.adversiment a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.adversiment a img {
    width: 100%;
    height: 100%;
}
.adversiment a p {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    border-radius: 0 5px 0 0;
}

.closead {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    user-select: none;
}
.page_fenye {

    overflow: hidden;
    border-radius: 3px;
    font-size: 0;
    line-height: normal;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.page_fenye a,
.page_fenye span {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    margin-left: -1px;
    border: 1px solid #ddd;
    line-height: 1.5;
    color: #999;
    background: #fff;
}
.page_fenye a:first-child,
.page_fenye span:first-child {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
}
.page_fenye a:last-child,
.page_fenye span:last-child {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
}
.page_fenye a:hover,
.page_fenye span:hover ,
.page_fenye span{
    border-color:#FB5F20;
    background: #FB5F20;
    color: #fff !important;
}

.list_container .breadcurmb {
    margin-left: 20px;
    margin-top: 30px;
    width: 100%;
    text-align: left;
    line-height: 20px;
    font-size: 13px;
    color: #666;
    padding-right: 10px;
}
.list_container .breadcurmb a {
    color: #666;
}