/* base structure */
body {
    font-size: 14px;
    font-family: '宋体', 'arial narrow', helvetica, 'hiragino sans gb', 'microsoft yahei', '微软雅黑', \5b8b\4f53, tahoma, arial, helvetica, stheiti !important;
}
a {
  color: black;
  transition: all .1s linear;
  
  -moz-transition: all .1s linear;
  /* firefox 4 */
  
  -webkit-transition: all .1s linear;
  /* safari and chrome */
  
  -o-transition: all .1s linear;
  /* opera */
}
a:hover {
  color: #f00;
  border-bottom-color: #f00;
  text-decoration: underline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f00;
    border-color: #f00;
}

.container {
    width: 980px;
    /*overflow: hidden;*/
    padding: 0;
}

/* 顶部bar & logo */
.topbar {
    background-color: #f8f8f8;
    padding: 5px 10px;
}
.navbar-default {
    background-color: white;
}
.navbar-default .container {
    height: 156px;
}
.navbar-static-top {
    border-width: 0;
}

#wrap-logo {
    width: 208px;
}
#wrap-logo .navbar-brand {
    height: 76px;
    margin-bottom: 10px;
}

/* 主导航 */
.mainav {
    height: 72px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
    background:  0 0 no-repeat;
}
.mainav li {
    list-style: none;
    width: 108px;
    padding: 3px 0;
    float: left;
}
.mainav .col-sm-3 {
    border-right: 2px dotted #ddd;
}
.mainav .last {
    border: 0;
}
.mainav a {
    color: white;
}

/* flash */
#showbord {
    width: 755px;
    height: 140px;
    padding-top: 6px;
    background: #fff;
    float: right;
    text-align: center;
    line-height: 140px;
    font-size: 34px;
}

/* 大字头条 */
#module_toutiao {
    height: 70px;
    margin-bottom: 20px;
    background:  center center no-repeat;
}
#module_toutiao .wrap {
    width: 830px;
    margin: 0 auto;
    text-align: center;
}
#module_toutiao .title a {
    display: block;
    font-size: 34px;
    font-weight: bold;
    color: #069;
    font-family: '黑体';
}
#module_toutiao .title a:focus,
#module_toutiao .title a:hover,
#module_toutiao .title a:visited {
    text-decoration: none;
}

/* 底部版权信息 */
#global-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 10px 0;
}
#global-footer.noline {
    border-top: 0;
}
#global-footer p {
    text-align: center;
}

/* 新闻综合列表框 */
.newslist {
    margin: 0;
    padding: 10px;
    font-size: 12px;
}
.newslist.radius {
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.newslist li {
    list-style: none;
    padding: 3px 0;
}
.newslist .toutiao {
    height: 80px;
}
.newslist .toutiao img {
    width: 100px;
    height: 70px;
    float: left;

    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;
    
    /*fix other elements on the page moving (on chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}
.newslist .toutiao h3 {
    width: 220px;
    padding: 0 0 0 9px;
    margin: 0;
    float: left;
}
.newslist .toutiao h3 a {
    font-size: 14px;
    font-weight: bold;
    color: #f00;
}
.notopborder {
    border: 1px solid #ddd;
    border-top: 0;
}
.newslist.dotted a {
    padding-left: 7px;
    background:  0 6px no-repeat;
}
.newslist.dotted a:hover {
    background:  0 6px no-repeat;
}

/* 列表框头部 */
.heading {
    border-bottom: 2px solid #ddd;
    height: 36px;
    color: #c00;
    font: bold 14px/27px arial, helvetica, sans-serif;
}
.heading.thinline {
    border-bottom: 1px solid #ddd;
    height: 36px;
}
.heading h2 {
    color: white;
    background: #f00;
    margin: 0;
    padding: 5px 20px 5px 12px;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;

    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.heading.noline {
    border-bottom: 0;
    height: 27px;
}
.heading.nobg h2 {
    background: none;
    color: #f00;
}
.heading a {
    color: #f00;
}
.heading a.more {
    color: #f00;
    display: inline-block;
    padding: 0 5px;
    margin: 5px 10px 0 0;
    border: 0;
    font-weight: normal;
    font-size: 13px;
}
.heading a.more:hover, .heading a.more:focus {
    color: white;
    background-color: #f00;
    text-decoration: none;
}
.heading.bg1 {
    border-left: 0;
    height: 36px;
    background:  0 0 no-repeat;
}
.heading.bg1 h2 {
    background: none; 
    height: 36px;
    color: white;
    margin-left: 5px;
    margin-top: 3px;
}
.heading.bg1 .more {
    margin: 6px 10px 0 0;
}


/* 两栏布局左侧大图 */
.newscateimg {
    width: 170px;
    height: 176px;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
}
.newscateimg img {
    width: 160px;
    height: 156px;

    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;
    
    /*fix other elements on the page moving (on chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

/* 三合一通栏 */
.three-in-one {
    margin-bottom: 20px;
}
.three-in-one .newslist {
    padding-left: 10px;
    padding-right: 10px;
}

/* 三栏均等布局 */
.three-col-equal .col1, .three-col-equal .col2, .three-col-equal .col3 {
    float: left;
    width: 300px;
    min-height: 176px;
}
.three-col-equal .col1 {
}
.three-col-equal .col2 {
    margin: 0 40px;
}
.three-col-equal .col2 {
}

/* 两栏均等布局 */
.two-col-equal .col1, .two-col-equal .col2 {
    width: 470px;
    height: 250px;
}
.two-col-equal .col1 {
    float: left;
}
.two-col-equal .col2 {
    float: right;
}

/* 通栏banner */
.cross-banner {
    margin-bottom: 20px;
}



.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt42 {
    margin-top: 42px;
}



/* nav tabs */
.nav-tabs {
    border-bottom: 1px solid #eee;
}
.nav-tabs li a {
    color: #555;
    font-weight: bold;
    font-size: 16px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #c00;
    cursor: default;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: transparent;
}

#article .content .docfooter {
    border: 1px solid black;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

.detailpage {
    list-style: none;
    margin: 10px 0;
    padding: 10px 0 0 10px;
    border-top: 1px dashed #ddd;
    text-align: center;
}
.detailpage li {
    display: inline;
    padding: 3px 5px;
    margin: 0 5px;
    border: 1px solid #ddd;

    -moz-border-radius: 4px;
    -webkit-border: 4px;
    border-radius: 4px;
}
.detailpage .pagenumber {
    text-align: center;
}
.detailpage a, .detailpage a:hover, .detailpage a:active, .detailpage a:visited {
    text-decoration: none;
    margin-left: 7px;
}
