html {
    min-width: 1200px
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #555555;
    background: #ffffff;
    font-family: "微软雅黑";
    background-repeat:no-repeat;
}

div,p,a,label,span,img,ul,li,h2,h3,h4,h5,table,tr,td,ul,li,dl,dt,dd,form,input,textarea,em,thead,tbody {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
}

i, em {
    display: inline-block;
}

a {
    cursor: pointer;
    color: #000000;
}

a:hover {
    outline: none;
}


input {
    outline: none;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.left{
    float: left;
}

.right{
    float: right;
}

.contain-to-grid .top-bar {
    max-width: 1200px;
    margin: 0 auto;}

.top-bar {
    zoom: 1;
    overflow: visible;
}

.top-bar {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-bottom: 0;
}

.top-bar .title-area {
    float: left;
}



.top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
    margin: 0;
}

.top-bar-section ul li {
    float: left;
}

.bkHearderSearch {
    float: right;
    width: 250px;
    height: 60px;
    overflow: hidden;
    margin-left: 30px;
    padding-top: 10px;
}

.top-bar-section > ul > li > a:not(.button) {
    padding: 0 15px;
    height: 60px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
}

.top-bar-section ul li > a {
    display: block;
    color: #FFFFFF;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
}

.top-bar-section ul li:hover > a {
    background: #1f3c52;
}

.top-bar h1 {
    font-size: 1.0625rem;
    margin: 0;
    padding-left: 10px;
}

.top-bar .name h1 a {
    font-weight: normal;
    color: white;
}

/*footer*/
.bkLinkTeamer {
    width: 100%;
    min-width: 1200px;
    margin-bottom: 20px;
}

.bkLinkTeamBox {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 60px
}

.teSupport {
    width: 1200px;
    margin: 4px auto;
    text-align: center
}

/**************************************/

.index_block_gov ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px #b0bccc solid;
    float: left;
}

.index_block_gov ul li{
    text-align: left;
    list-style: none;
    line-height: 23px;
    font-size: 14px;
    padding-left: 3px;
    border-bottom: dotted 1px #dedede;
    line-height: 34px!important;
}

.index_bookImg {
    box-shadow: 0 0 1px 1px #b0bccc;
    box-sizing: border-box;
    width: 150px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.newsPaperTitle {
    padding: 10px 0;
}

.newsPaperTitle p {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}

.index_newsPaperImg {
    box-shadow: 0 0 1px 1px #b0bccc;
    box-sizing: border-box;
    width: 168px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.course-list.no-margin .course-item {
    margin-bottom: 0;
}
.course-list .course-item {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b0bccc;
    background-color: #fff;
}
@media (min-width: 992px) {
    .course-list .course-item {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .course-list .course-item:hover {
        transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
        -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
        -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.course-list .course-item .course-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.course-list .course-item .title {
    margin-top: 10px;
    padding: 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    text-align: center;
}

.course-list .course-item .metas {
    position: relative;
    padding: 10px;
    color: #c1c1c1;
    text-align: center;
}

.img-responsive
{
    width: 274px;
}

.course-list .course-item .title a:hover, a:focus {
    color: #2a5d84;
    text-decoration: none;
}

.bkHearderSearch .searchConent {
    width: 200px;
    height: 30px;
    color: #000000;
    border: 1px solid #325684;
    box-sizing: border-box;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    float: left;
    line-height: 42px;
    background-color: white;
    position: relative;
    top: 5px;
}


.bkHearderSearch .searchBtn {
    display: block;
    float: left;
    width: 50px;
    text-align: center;
    height: 30px;
    font-size: 12px;
    background: #325684;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    top: 5px;
}


/*首页CSS*/
.index_block{
    padding-top: 20px;
}

.index_gov_img{
    float: left;
    width: 245px;
    border: 1px solid #DADADA;
    height: 100%;
    background:url(../img/index_gov.jpg);
}

.index_book_img_l{
    float: left;
    width: 245px;
    height: 100%;
    background:url(../img/index_book_l.jpg);
}

.index_book_img_r{
    float: right;
    width: 245px;
    height: 100%;
    background:url(../img/index_book_r.jpg);
}

.index_gj_img_l{
    float: left;
    width: 245px;
    height: 100%;
    background:url(../img/index_gj_l.jpg);
}

.index_gj_img_r{
    float: right;
    width: 245px;
    height: 100%;
    background:url(../img/index_gj_r.jpg);
}

.index_paper_img_l{
    float: left;
    width: 245px;
    background:url(../img/index_paper_l.jpg);
    height: 100%;
}

.index_paper_img_r{
    float: right;
    width: 245px;
    background:url(../img/index_paper_l.jpg);
    height: 100%;
}

.index_video_img_l{
    float: left;
    width: 245px;
    background:url(../img/index_gkk_l.jpg);
    height: 100%
}

.index_video_img_r{
    float: right;;
    width: 245px;
    background:url(../img/index_gkk_r.jpg);
    height: 100%
}

.index_web_img_l{
    float: left;
    width: 245px;
    background:url(../img/index_web_l.jpg);
    height: 100%
}

.index_web_img_r{
    float: right;
    width: 245px;
    background:url(../img/index_web_r.jpg);
    height: 100%
}

.index_zydata_img_l{
    float: left;
    width: 80px;
    background:url(../img/index_data_l.png);
    height: 100%
}

.index_zydata_img_r{
    float: right;
    width: 80px;
    background:url(../img/index_data_l.png);
    height: 100%
}

.index_gov_info{
    float: left;
    width: 450px;
    border: 1px solid #b0bccc;
    height: 259px;
    padding-left: 30px;
    padding-right: 30px
}

.index_gov_list{
    float: right;
    width: 450px;
    height: 100%
}

.index_gov_desc{
    padding-left: 10px;
    font-size: 12px;
    background: rgb(247, 247, 247);
    line-height: 24px;
    float: left;
    width: 445px;
}

.index_block_book{

}

.index_bookImg:hover{
    box-shadow: 0 0 3px 1px #910a07;
}

.index_newsPaperImg:hover{
    box-shadow: 0 0 3px 1px #910a07;
}

.tg-res-li li {
    float: left;
    width: 190px;
    margin: 10px 0px 0px 35px;
    overflow: hidden;
}

.tg-res-li li h6 {
    width: 100%;
    height: 133px;
    border-radius: 5px;
    overflow: hidden;
}

.tg-res-li {
    display: inline-block;
}

.tg-res-tt {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: url(../img/titlebg.png) center center no-repeat;
}

.tg-res-li li h5 {
    text-align: center;
    margin: 10px 0px 20px 0px;
    color: #333;
    font-size: 14px;
}

.doc-res-li{
    height: 100px;
    padding-top: 20px;
}

.doc-res-li li {
    float: left;
    width: 190px;
    margin: 0px 0px 0px 35px;
    overflow: hidden;
    text-align: center;
}

.doc-res-li a:link, .doc-res-li a:visited {
    display: inline-block;
    border: #cbd1d9 solid 1px;
    color: #325684;
    font-size: 16px;
    text-decoration: none;
}

.doc-res-li a:hover,.doc-res-li a:active{ background: #eef0f3;}

.bellows__header h3 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-left: 35px;
}

.bellows__header {
    position: relative;
    background: #e3e3e3;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    width: 120px;
    margin: 10px auto 10px auto;
    color: white;
    -webkit-tap-highlight-color: transparent;
}

/*-------------少数民族阅读页开始-----------*/
.readMzBox {
    width: 870px;
    margin: auto;
    background: #fbfbfb;
    box-sizing: border-box;
    border: 1px solid #dadada;
    height: 100%;
}

/*-------------少数民族阅读页结束-----------*/