/**/

#top {
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    background: #f7f7f7 url(./topbg.jpg) repeat-x left bottom;
}

#top p {
    float: left;
    padding-left: 23px;
    background: url(./icon_hi.gif) no-repeat left center;
    font-size: 14px;
    color: #666
}

#top ul {
    float: right;
}

#top ul a {
    font-size: 14px;
    color: #666
}

#top ul li {
    float: left;
    margin-left: 17px;
}

#top ul li i {
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
}

#top .icon_weixin {
    width: 16px;
    height: 16px;
    background: url(./icon_weixin.gif) no-repeat left top;
}

#top .icon_star {
    width: 16px;
    height: 16px;
    background: url(./icon_star.gif) no-repeat left top;
}

#top .icon_dq {
    width: 16px;
    height: 16px;
    background: url(./icon_dq.gif) no-repeat left top;
}


/**/

#header {
    width: 1200px;
    padding: 0 0;
    height: 270px;
    position: relative;
    margin: 0 auto;
    background: url(./bodybg.png) no-repeat center top;
}

#header img {
    width: 100%;
    height: 100%;
}

#header .pic_ {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#logo {
    float: left;
    width: 473px;
    height: 194px;
    padding-top: 106px;
}

#search {
    height: 46px;
}

#search .times {
    float: left;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    padding: 0px 14px 0px 14px;
}

#search .Searchform {
    float: right;
    font-size: 14px;
    padding-top: 7px;
    padding-right: 20px;
}

#search .Searchform span {
    float: left;
    line-height: 30px;
    padding: 0 8px;
}

#search .Searchform .text {
    float: left;
    height: 30px;
    width: 184px;
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid #aeb4ba;
}

#search .Searchform .text:focus {
    border-color: #1194da;
}

#search .Searchform .btn_send {
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
    background-color: #1194da;
    color: #fff;
    border: 0;
}

#search .Searchform .btn_send:hover {
    background-color: #018af8;
}

#filesearch {
    padding: 10px 0
}

#filesearch .text {
    padding-left: 10px;
    height: 30px;
    min-width: 200px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px
}

#filesearch .btn_send {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    background-color: #1194da;
    color: #fff;
    border: 0;
}

@media screen and (min-width:750px) {
    #menu {
        width: 1200px;
        height: 96px;
        position: relative!important;
        max-height: auto!important;
        top: auto!important;
        margin: 0 auto;
        background: #e5e7e9
        /*url(./menubg.jpg) repeat-x left top*/
        ;
        display: block!important;
        z-index: 1000;
    }
    #menu ul {
        float: left;
        position: relative;
        z-index: 1000;
        background-color: #1194da;
        width: 100%;
    }
    #menu ul li {
        float: left;
        position: relative;
    }
    #menu ul li a {
        float: left;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        /*font-weight:bold;*/
        color: #fff;
        padding-right: 16px;
        padding-left: 16px;
    }
    #menu ul li.hover>a,
    #menu ul li a:hover,
    #menu ul li on {
        color: #fff;
        background-color: #359AFF;
    }
    #menu ul li ol {
        display: none;
        left: 0;
        position: absolute;
        top: 50px;
        height: 50px;
        line-height: 50px;
        overflow: hidden
    }
    #menu ul li ol li a {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        font-weight: normal;
        color: #747576;
        padding-right: 26px;
        padding-left: 26px;
    }
    #submenu_zz {
        position: absolute;
        bottom: 0px;
        height: 46px;
        left: 0px;
        display: none;
        right: 0px;
        background-color: #e5e7e9;
    }
}

.mainContent {
    width: 1140px;
    overflow: hidden;
    margin: 0px auto;
    padding: 20px 30px;
    background: #FFF url(./baibg_30.png) repeat left top;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    border-bottom: 1px #e5e5e5 dotted;
    margin-bottom: 10px;
    padding: 20px 0px
}

.contentbody {
    width: 950px;
    min-height: 400px;
    float: right;
    position: relative;
    overflow: hidden;
}

.contentbody .contentarea {
    padding-left: 20px
}

.text-list {
    float: left;
    display: block;
    overflow: hidden;
}

.text-list li {
    width: 100%;
    float: left;
    display: block;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #e5e5e5 dotted;
}

.text-list i {
    display: block;
    width: 10px;
    float: left;
    height: 45px;
    line-height: 45px;
}

.text-list a {
    display: block;
    float: left;
    overflow: hidden
}

.text-list span {
    display: block;
    width: 100px;
    float: right
}

.mleft {
    width: 190px;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
}

.lines {
    height: 5px;
    position: relative;
    margin-right: -17px;
    margin-bottom: 22px;
    margin-left: -17px;
    background: url(./line_x.gif) repeat-x left top;
}

#m1 {
    width: 1140px;
    margin-bottom: 18px;
}

#banner {
    float: left;
    width: 544px;
    height: 330px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d1d1d1;
}

#banner ul {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    background: url(./loading.gif) no-repeat left top;
}

#banner ul li {
    display: none;
}

#banner .conbox {
    width: 9999em;
    position: absolute;
}

#banner .conbox .Slide_ {
    float: left;
    width: 532px;
    height: 315px;
    position: relative;
    overflow: hidden;
    padding: 6px;
}

#banner .conbox .Slide_ strong {
    height: 42px;
    line-height: 42px;
    position: absolute;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    right: 6px;
    bottom: 6px;
    left: 6px;
    padding-right: 130px;
    padding-left: 9px;
    background: url(./heibg.png) repeat left top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#banner .conbox .Slide_ img {
    width: 100%;
    height: 100%;
    background: #333;
    display: block;
}

#banner .switcher {
    text-align: center;
    position: absolute;
    right: 24px;
    bottom: 21px;
    z-index: 99;
}

#banner .switcher a {
    width: 10px;
    height: 10px;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    font-family: arial;
    color: #323232;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #cccccc;
    border-radius: 9px;
    cursor: pointer;
    display: inline-block;
}

#banner .switcher a.cur,
#banner .switcher a:hover {
    color: #fff;
    background-color: #359AFF;
}

#hotNews {
    float: right;
    width: 573px;
    height: 332px;
    position: relative;
    overflow: hidden;
}

#hotNews .NewsTab {
    width: 100%;
}

#hotNews .more {
    display: none;
}

#hotNews .btn_more {
    position: absolute;
    font-size: 14px;
    top: 14px;
    right: 0px;
}

#column {
    width: 100%;
    height: 237px;
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
}

#column .Tab2 {
    position: absolute;
    top: 0px;
    left: 0px;
}

#column .docList {
    float: right;
    width: 650px;
    margin-top: 0px;
    background: url(./line.gif) no-repeat 330px center;
}

#column .left {
    width: 810px;
    float: left
}

#column .right {
    width: 320px;
    float: right
}

#content {
    width: 1140px;
    margin-bottom: 0px;
}

#leftContent {
    float: left;
    width: 810px;
}

#PhotoShow {
    width: 810px;
    height: 550px;
}

#quickLink {
    width: 810px;
    height: 169px;
    margin-bottom: 23px;
    padding-top: 25px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

#columnDoc {
    width: 810px;
    height: 367px;
    overflow: hidden;
}

#columnDoc .Tab {
    margin-bottom: 14px;
}

#columnDoc .doc_leftcolumn {
    float: left;
    width: 586px;
    margin-right: 20px;
    margin-left: 3px;
}

#columnDoc .NewsList li {
    height: 38px;
    line-height: 38px;
}

#RightContent {
    float: right;
    width: 320px;
}

#quickNav {
    width: 320px;
    height: auto;
    margin-bottom: 23px;
}

#adlist {
    width: 320px;
    height: 295px;
    margin-bottom: 23px;
}

#WenJuan {
    width: 300px;
    height: auto;
    padding-top: 9px;
    padding-right: 9px;
    padding-left: 9px;
    background-color: #ffffff;
    border: 1px solid #dee0e2;
}

#WenJuan .Title {
    margin-right: 14px;
    margin-bottom: 9px;
}

#WenJuan h5 {
    line-height: 2.67;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #1194da;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dddddd;
}

#WenJuan .optionslist {
    padding-top: 5px;
}

#friendlink {
    margin: 0 auto;
    padding-bottom: 29px;
}

#friendlink h5 {
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    font-weight: 600;
    color: #1194da;
    margin-bottom: 16px;
    padding-right: 23px;
    padding-left: 23px;
    border-bottom: 1px solid #007ed4;
}

#friendlink h5 .icon_link {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(./icon_link.png) no-repeat left top;
    display: inline-block;
}

#friendlink .select {
    width: 204px;
    font-size: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #e8ecf0;
}

#friendlink #friendlinkPic {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
}

#moreLink {
    width: 1200px;
    height: 71px;
    margin: 0 auto;
}

#footer {
    width: 100%;
    height: 200px;
    line-height: 2.21;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 0px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#footer .center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #393a3a;
    padding-top: 17px;
    border-top: 2px solid #007ed4;
}

#footer .center .fleft {
    width: 280px;
    float: left
}

#footer .center .fmid {
    width: 620px;
    float: left;
}

#footer .center .fright {
    width: 300px;
    float: right
}

#footer .icon1 {
    top: 50px;
}

#footer .icon2 {
    top: 50px;
}

#footer .wechat {
    top: 50px;
}

#footer .sina {
    top: 50px;
}

.table_style {
    border-left: 1px solid #b9d7ff;
    border-top: 1px solid #b9d7ff;
}

.table_style tr td {
    border-right: 1px solid #b9d7ff;
    border-bottom: 1px solid #b9d7ff;
    font-size: 14px;
    line-height: 2;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table_style tr th {
    background-color: #eff5fe;
    font-size: 16px;
    line-height: 2.5;
    font-weight: normal;
    color: #1194da;
    border-bottom: 1px solid #b9d7ff;
    border-right: 1px solid #b9d7ff;
}

.PartTitle {
    margin-bottom: 44px;
    border-bottom: 1px solid #b7b7b7;
}

.PartTitle span {
    width: 138px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1194da;
    margin-bottom: -1px;
    margin-left: 8px;
    border-top: 3px solid #dd3a3a;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #b7b7b7;
    display: block;
}

.PartTitle a.btn_more {
    float: right;
    line-height: 32px;
    margin-right: 19px;
    font-weight: normal
}

.Title {
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    font-weight: 600;
    color: #1194da;
    border-bottom: 1px solid #0166b6;
}

.Title .icon {
    float: left;
    position: relative;
    margin-bottom: -1px;
    padding-right: 12px;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.Title em {
    position: relative;
    padding-right: 4px;
    padding-left: 4px;
    display: inline-block;
}

.Title em span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-bottom: 3px solid #0166b6;
}

.Title a {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.Title2 {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    font-weight: normal;
    color: #527caa;
    margin-bottom: 13px;
    background: url(./title2_line.gif) repeat-x left center;
}

.Title2 em {
    padding-right: 10px;
    background: #fff;
    display: inline-block;
}

.Title2 span {
    font-size: 16px;
    font-weight: 600;
    color: #1194da;
    margin-right: 5px;
}

.NewsList {
    font-size: 14px;
}

.NewsList li {
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

.NewsList li.hot {}

.NewsList li:hover a {
    text-decoration: underline;
}

.NewsList li.hot time {
    color: #359AFF;
}

.NewsList li.hot a {
    color: #1194da;
}

.NewsList li a {
    overflow: hidden;
    padding-left: 23px;
    background: url(./0.gif) no-repeat left center;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.NewsList li time {
    float: right;
}

.docList {
    float: left;
}

.docList li {
    float: left;
    width: 290px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    margin-right: 24px;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.docList li:nth-child(2n) {
    margin-right: 0px;
}

.docList li time {
    float: right;
    color: #c8c8c8;
    margin-left: 34px;
}

.docList li a {
    font-size: 14px;
}

.focusDoc {
    height: 70px;
    overflow: hidden;
    margin-left: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #bdbfc1;
    display: block;
}

.focusDoc .photo {
    float: left;
    width: 120px;
    height: 70px;
    margin-right: 11px;
    background: #ccc;
}

.focusDoc p {
    line-height: 1.71;
    font-size: 14px;
}

.focusDoc p em {
    font-weight: bold;
    color: #323232;
}

.SortList {
    float: left;
}

.SortList li {
    float: left;
    width: 155px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.SortList li:nth-child(2n) {
    margin-right: 0px;
}

.SortList li a {
    text-align: center;
    font-size: 16px;
    color: #1194da;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #eef5fd;
    border: 1px solid #b9d7ff;
    display: block;
}

.SortList li a:hover {
    background-color: #d3e6ff;
    border-color: #86baff;
}

.SortList li span {
    line-height: 2.11;
    font-size: 18px;
    margin-top: 7px;
    display: block;
}

.TextList {
    width: 200px;
    overflow: hidden;
    padding-top: 11px;
}

.TextList dt {
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #bcdbef;
    display: block;
}

.TextList dd {
    margin-bottom: 7px;
    border-bottom: 1px dashed #dcdcdc;
}

.TextList dd a {
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-size: 15px;
    padding-left: 19px;
    background: url(./0.gif) no-repeat 5px center;
}

#column .list {
    height: 60px;
    line-height: 60px;
    clear: both;
    font-size: 16px;
    background-color: #eff5fe;
    border: 1px solid #b9d7ff;
}

#column .list::after {
    clear: both;
    display: block;
    content: "";
}

#column .list li {
    float: left;
    margin-right: 18px;
    margin-left: 17px;
}

#column .list li a {
    padding-left: 19px;
    /*background:url(./2.gif) no-repeat left center;*/
}

.IconList {
    float: left;
}

.IconList li {
    float: left;
    width: 128px;
    margin: 0 16px;
}

.IconList li:nth-child(5n) {
    margin-right: 0px;
}

.IconList li a {
    float: right;
    width: 128px;
    height: 101px;
    line-height: 1.89;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-top: 21px;
}

.IconList li .fa {
    display: block;
    font-size: 36px;
    margin-bottom: 10px;
}

.IconList li a .icon {
    width: 44px;
    text-align: center;
    margin: 0px auto 7px auto;
    display: block;
}

.bg01 {
    background-color: #9acb5e;
}

.bg01:hover {
    background-color: #81ba3c;
}

.bg02 {
    background-color: #a7b8e6;
}

.bg02:hover {
    background-color: #7f98db;
}

.bg06 {
    background-color: #eda11a;
}

.bg06:hover {
    background-color: #c5830f;
}

.bg04 {
    background-color: #67aff9;
}

.bg04:hover {
    background-color: #3695f7;
}

.bg05 {
    background-color: #8c99e8;
}

.bg05:hover {
    background-color: #6273e0;
}

.optionslist {
    float: left;
    margin-bottom: 15px;
}

.optionslist li {
    float: left;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 17px;
    overflow: hidden
}


/*.optionslist li:nth-child(2n){width:195px;}*/

.PhotoList {
    float: left;
}

.PhotoList li {
    float: left;
    width: 250px;
    margin-bottom: 5px;
    margin-left: 16px;
}

.PhotoList li:hover {}

.PhotoList li:hover figcaption {
    color: #1194da;
}

.PhotoList li:hover .photo {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    border-color: #67aff9;
}

.PhotoList li figure .photo {
    width: 240px;
    height: 160px;
    padding-top: 9px;
    /*border:1px solid #1194da;*/
    display: block;
}

.PhotoList li figure figcaption {
    height: 56px;
    line-height: 56px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}

.PhotoList li figure .photo img {
    width: 228px;
    height: 148px;
    padding: 5px;
    border: 1px solid #1194da;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:1280px) {
    .PhotoList {
        width: 100%;
    }
    .PhotoList li {
        width: 33%;
        margin-left: 0px;
    }
    .PhotoList li figure .photo {
        margin: 0 auto;
    }
    .PhotoList li figure figcaption {
        line-height: 3.21;
        font-size: 14px;
    }
}

.PicList li {
    width: 318px;
    height: 80px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.PhotoList1 {
    float: left;
}

.PhotoList1 li {
    float: left;
    width: 250px;
    margin-bottom: 5px;
    margin-left: 16px;
}

.PhotoList1 li:hover {}

.PhotoList1 li:hover figcaption {
    color: #1194da;
}

.PhotoList1 li:hover .photo1 {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    border-color: #67aff9;
}

.PhotoList1 li figure .photo1 {
    width: 240px;
    height: 110px;
    padding-top: 9px;
    /*border:1px solid #1194da;*/
    display: block;
}

.PhotoList1 li figure figcaption {
    height: 56px;
    line-height: 56px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}

.PhotoList1 li figure .photo1 img {
    width: 228px;
    height: 98px;
    padding: 5px;
    border: 1px solid #1194da;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:1280px) {
    .PhotoList1 {
        width: 100%;
    }
    .PhotoList1 li {
        width: 33%;
        margin-left: 0px;
    }
    .PhotoList1 li figure .photo1 {
        margin: 0 auto;
    }
    .PhotoList1 li figure .photo1 {
        margin: 0 auto;
    }
    .PhotoList1 li figure figcaption {
        line-height: 3.21;
        font-size: 14px;
    }
}

.PicList1 li {
    width: 318px;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.PicList li:hover {
    border-color: #67aff9;
}

.PicList li .photo {
    width: 100%;
    height: 100%;
    display: block;
}

.pics {
    float: left;
    width: 238px;
    height: 141px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 14px;
    padding: 7px;
    border: 1px solid #ccc;
}

.pics:hover {
    border-color: #67aff9;
}

.pics .photo {
    width: 100%;
    height: 100%;
    background: #333;
    display: block;
}

.imgList {
    float: left;
}

.imgList li {
    float: left;
    width: 182px;
    height: 48px;
    margin-left: 5px;
    background: #fff;
    border: 1px solid #edf2f5;
}

.imgList li:hover {
    border-color: #1194da;
}

.imgList li a {
    display: block;
    width: 100%;
    height: 100%;
}

.NewsTab {
    float: left;
    margin-bottom: 17px;
    border-bottom: 1px solid #b7b7b7;
}

.NewsTab li {
    float: left;
    margin-right: 11px;
    margin-left: 8px;
}

.NewsTab li a {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    width: 98px;
    text-align: center;
    color: #1194da;
}

.NewsTab li a:hover {
    transition: none;
}

.NewsTab li.change a {
    width: 96px;
    text-align: center;
    position: relative;
    color: #1194da;
    margin-bottom: -1px;
    border-top: 3px solid #dd3a3a;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #b7b7b7;
    line-height: 35px;
}

.Tab {
    float: left;
    width: 100%;
    border-bottom: 1px solid #007ed4;
}

.Tab li {
    float: left;
    margin-right: 0px;
}

.Tab li a {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.Tab li .icon_edit {
    width: 24px;
    height: 24px;
    margin-right: 11px;
    vertical-align: middle;
    background: url(./icon_edit.gif) no-repeat left top;
    display: none;
}

.Tab li a:hover,
.Tab li.change a {
    color: #1194da;
    text-decoration: none;
}

.Tab li.change .icon_edit {
    display: inline-block;
}

.btn_ {
    width: 89px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #e4e6e8;
    cursor: pointer;
    display: inline-block;
}

.btn_bluecolor {
    color: #fff;
    background-color: #1194da;
    border: none;
}

.btn_box {
    text-align: center;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #dddddd;
    display: block;
}

@media screen and (min-width:750px) {
    .Tab2 li {
        margin-bottom: 7px;
    }
    .Tab2 li a {
        width: 145px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        position: relative;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: #1194da;
        display: block;
    }
    .Tab2 li a i.fa {
        margin-right: 8px;
    }
    .Tab2 li a .arrow {
        width: 0px;
        height: 0px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
        margin-right: -12px;
        border: 6px solid transparent;
        border-left: 6px solid #359AFF;
        display: none;
    }
    .Tab2 li a:hover,
    .Tab2 li.change a {
        background-color: #359AFF;
        text-decoration: none;
    }
    .Tab2 li.change .arrow {
        display: block;
    }
}


/* 分页*/

.met_pager {
    margin: 20px 0;
    text-align: center;
    display: block;
    float: left;
    ;
    width: 100%
}

.met_pager * {
    display: inline-block;
}

.text-c {
    text-align: center;
}

#pages {
    padding: 14px 0 10px;
    font-family: ËÎÌå
}

#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px
}

#pages a.a1 {
    background: url(./admin_img/pages.png) no-repeat 0 5px;
    width: 56px;
    padding: 0
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}


/* navMenu正在用20180425*/

.navMenubox {
    width: 100%;
    background: #FFF;
}

.navMenu-top {
    height: 40px;
    line-height: 40px;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    background: #359AFF
}

.navMenu>li {
    display: block;
    margin: 0;
    padding: 0 0 0 10px;
    border: 0px;
}

.navMenu>li>a {
    display: block;
    overflow: hidden;
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
    color: #333;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    border-top: 0px solid #F5F5F5;
    border-bottom: 0px solid #E5E5E5;
}

.navMenu>li>a.on {
    color: #359AFF;
    background: #FFF;
}

.navMenu>li:nth-of-type(1)>a {
    border-top: 1px solid transparent;
}

.navMenu>li:last-child>a {
    border-bottom: 1px solid transparent;
}

.navMenu>li>a>i {
    font-size: 16px;
    float: left;
    font-style: normal;
    margin: 12px 5px;
}

.navMenu li a .arrow:before {
    display: block;
    float: right;
    margin-top: 1px;
    margin-right: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300;
    text-shadow: none;
}

.navMenu li a .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 15px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

.navMenu>li>a.active,
.navMenu>li>a:hover {
    color: #333;
    background: #FFF;
}

.navMenu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px 0px 0px 10px;
    padding-bottom: 5px;
}

.navMenu>li>ul.sub-menu .fa {
    margin: 0 5px
}

.navMenu>li.active>ul.sub-menu,
.navMenu>li>ul.sub-menu>li.active>ul.sub-menu {}

.navMenu>li>ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
}

.navMenu>li>ul.sub-menu li>a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    padding-left: 20px;
    color: #333;
    clear: both;
}

.navMenu>li>ul.sub-menu li>a.active,
.navMenu>li>ul.sub-menu li>a.on,
.navMenu>li>ul.sub-menu li>a:hover,
.navMenu>li>ul.sub-menu>li.active>a {
    color: #333;
    background: #FFF;
}

.navMenu>li>ul.sub-menu li>a.on {
    color: #359AFF;
    background: #FFF;
}


/*list*/

#book table th {
    background: #ccc;
}

#table-no-resize {
    border-right: 1px solid #e4ebeb;
    border-left: 1px solid #e4ebeb;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

table {
    background: white;
    border-collapse: collapse;
    margin: 0 0;
    width: 100%;
}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #e4ebeb;
    border-right: 1px solid #e4ebeb;
}

table th,
table td {
    padding: 5px 8px;
    font-size: 14px
}

table th {
    background: #359AFF;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}

table tr .th1 {
    width: 5%
}

table tr .th2 {
    width: 15%
}

table tr .th3 {
    width: 30%
}

table tr .th4 {
    width: 15%
}

table tr .th5 {
    width: 15%
}

table tr .th6 {
    width: 12%
}

table tr .th7 {
    width: 8%
}

table tr td {
    background: #f2f2f2;
}

table tr td .bt-content {
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    width: 100%
}

table tr td .bt-tit {
    text-align: center;
    display: block;
}

table tr:nth-of-type(2n+2) td {
    background: #FFF;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: .8125rem;
    padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    background: #56a2cf;
    color: white;
    margin-right: 10px;
    padding: 2px 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}

@media only screen and (max-width:767px) {
    #table-no-resize thead {
        display: none;
    }
    #table-no-resize tbody td {
        border: none !important;
        display: block;
        font-size: .8125rem;
        padding: 0;
        vertical-align: top;
    }
    #table-no-resize tbody td:before {
        background: #56a2cf;
        content: attr(data-th) ":";
        color: white;
        display: inline-block;
        font-weight: bold;
        margin-right: 10px;
        padding: 2px 10px;
        width: 6.5em;
    }
    #table-no-resize tbody td .bt-content {
        display: inline-block;
        padding: 2px 5px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }
    #table-no-resize tbody td:first-of-type:before,
    #table-no-resize tbody td:first-of-type .bt-content {
        padding-top: 10px;
    }
    #table-no-resize tbody td:last-of-type:before,
    #table-no-resize tbody td:last-of-type .bt-content {
        padding-bottom: 10px;
    }
}

.text-list .btn {
    font-size: 12px;
    line-height: 20px!important;
    font-weight: normal;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 5px;
    text-decoration: none;
}

.text-list .btn {
    border: 1px solid #dcdcdc;
    background: -moz-linear-gradient( center top, #f9f9f9 8%, #e9e9e9 97%);
    background: -ms-linear-gradient( top, #f9f9f9 8%, #e9e9e9 97%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(8%, #f9f9f9), color-stop(97%, #e9e9e9));
    background-color: #f9f9f9;
    color: #666666;
    display: inline-block;
    text-shadow: 0px 0px 0px #FFF;
    -webkit-box-shadow: inset 0px 0px 0px -50px #FFF;
    -moz-box-shadow: inset 0px 0px 0px -50px #FFF;
    box-shadow: inset 0px 0px 0px -50px #FFF;
}

.text-list .btn:hover {
    background: -moz-linear-gradient( center top, #e9e9e9 8%, #f9f9f9 97%);
    background: -ms-linear-gradient( top, #e9e9e9 8%, #f9f9f9 97%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(8%, #e9e9e9), color-stop(97%, #f9f9f9));
    background-color: #e9e9e9;
}

.text-list .btn:active {
    position: relative;
    top: 1px;
}


/* 详情页-通用*/

.page-main-met.met-shownews {
    padding: 10px 0;
}

.page-main-met.met-shownews .met-shownews-body {
    background: white;
    overflow: hidden;
    border-radius: 0 0 8px 0
}

.page-main-met .details-title {
    padding: 10px;
    margin: 10px;
    text-align: center
}

.page-main-met .details-title h1 {
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
}

.page-main-met .details-title h1 {}

.page-main-met .details-title .info {
    font-size: 14px;
    color: #ccc;
    margin: 10px auto
}

.page-main-met .details-title .info {}

.page-main-met .details-title .info span {
    padding-right: 10px;
}

.list-leftinfo button {
    height: 15px;
    width: 15px;
    margin: 0 5px
}

@media (max-width:767px) {
    .page-main-met .details-title {
        padding-bottom: 10px;
    }
    .page-main-met .details-title h1 {
        font-size: 24px;
    }
    .page-main-met .details-title .info {
        font-size: 14px;
    }
}

@media (max-width:349px) {
    .page-main-met .details-title h1 {
        font-size: 20px;
    }
}

.page-main-met .met-editor,
.page-main-met .met-editor p {
    padding: 0 10px;
    line-height: 1.8;
    color: #333;
    word-wrap: break-word;
}

.tag {
    font-size: 14px;
    color: #666;
    padding: 0 30px 30px;
}

.tag a {
    color: #666;
    padding: 5px;
}

.tag a:hover {
    color: #358fe4;
}

.met-page {
    padding: 20px !important;
}

.met-page a:hover {
    color: #358fe4 !important;
}

.met-page .pagination li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* myplayer*/

#myplayer #CuPlayer {
    width: 700px;
    float: left;
}

#myplayer .list {
    width: 230px;
    float: left;
}

#myplayer {
    margin: 0 auto;
    clear: both;
    background: #000;
    clear: both;
    height: auto;
}

#myplayer {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

#myplayer .list {
    float: left;
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    padding: 0px !important
}

#myplayer .list dl img {
    width: 70px;
    height: 50px;
    float: left;
    display: none;
}

#myplayer .list dl strong {
    display: block;
    width: 190px;
    float: left;
    padding-left: 8px;
}

#myplayer .list dl span {
    display: block;
    width: 190px;
    float: left;
    padding-left: 8px;
}

#myplayer .list dl dt {
    width: 100%;
    float: left;
}

#myplayer .list dl dt a {
    display: block;
    border-bottom: 1px dashed #e1e1e1;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
    width: 100%;
    overflow: hidden;
}

#myplayer .list dl dt .on {
    color: #0a5eb2;
    background: #e1e1e1;
}

#myplayer .list dl dt a:hover {
    background: #efefef;
}

#myplayer .video {
    OVERFLOW: hidden;
    padding: 0px !important;
    POSITION: relative
}

#myplayer .close_light_bg {
    DISPLAY: none;
    BACKGROUND: #000;
    FILTER: alpha(opacity=95);
    LEFT: 0px;
    WIDTH: 100%;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 100%;
    opacity: .95
}