﻿/* 全局样式 */
a{
    text-decoration: none;
    color: #444;
    font-size: 16px;
}
a:hover{
    color: rgb(211, 15, 15);
}
.border{
    border: 1px solid #ccc;
}

.top{
    margin-top: 24px;
}
.pd-rt{
    padding-right: 15px;
}
/* 布局 */
.container{
    display: table;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.container-nb{
    padding: 15px;
} 
.container-cell,.container-padding{
    display: table-cell;
    vertical-align: top;
}
.ct-wd01{  
    width: 560px;   
}
.ct-pwd01{ 
    width: 20px;
}
.ct-wd02{  
    width: 560px;   
    border: 1px solid #ccc;
}
.ct-pwd02{ 
    width: 25px;
}

/* 头部 */
.head-box{
    background: url(../img/logo.jpg) no-repeat top center;
}
.head{
    height: 512px;
    position: relative;
}
.head-logo{
    position: absolute;
    display: block;
    height: 40px;
    width: 130px;
    padding-top: 5px;
    padding-left: 42px;
    background: url(../img/nemb.png) no-repeat left top ;
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 18px;
    line-height: 14px;
    color:#CB1D26;
    font-family: "微软雅黑";
    font-weight: bolder;
}
.head-logo em{
    font-size: 12px;
    line-height: 12px;
}
/* 轮播图 */
#slider-container{
    position: relative;
    width: 560px;
    height: 314px;
    overflow: hidden;
    border-radius: 3px;
}
#slider-pic{
    width:4000px;
	height: 100%;
	margin:0 auto;
	position: relative;

}
.slider-pic-item{
    position: relative;
    float: left;
}
.slider-pic-item img{
    width: 560px;
    height: 314px;
    border: 0;
    line-height: 0;
}
.slider-pic-item span{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    line-height: 30px;
    text-indent: 1em;
    background-color: rgba(50, 50, 50, 0.6);
    color: white;
}
#slider-tip{
   position: absolute;
   bottom: -2px;
   right: 0;
   padding: 7px;
   z-index: 2000;
}
.slider-tip-item{
    float: left;
    margin-right: 4px;    
    padding: 1px 3px;
    cursor: pointer;
    color: white;
    background-color: rgba(40, 40, 40, 0.6);
}
.tip-active{
    background-color: rgb(206, 18, 18);
}
/* 文章列表模块 */
.title{
    line-height: 54px;
    position: relative;
    border-bottom: 1px solid #ccc;
   
}
.title h3{
    color: red;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
}
.more{
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 14px;
}
.article-list{
    line-height: 34px;
    list-style-type: disc;
    list-style-position: inside;
    color: #aaa;
    padding: 15px;
    padding-top: 10px;

    
}
.article-list li{
    position: relative;
}
.article-list .date{
    position: absolute;
    right: 0;
}
/* 下载 */
.download{
    display: block;
    padding-top: 28px;
    padding-left: 26px;
}
.img-show{
    border: 3px solid #05628e;
    border-radius: 5px;
    line-height: 0;
}
/* 文章页 */
.location{
    padding-top: 20px;
}
.article-title , .article-content{
    margin: 20px 40px;
}
.article-title{
    border-bottom: 1px solid #aaa;
    text-align: center;
  
}
.article-title h3{
    font-size: 24px ;
    color: #CB1D26;
    line-height: 3em;
}
.article-title .msg{
    color: #999;
    line-height: 2em;
}
/* 列表页 */
.column, .column-arti {
    margin: 20px 40px;
}
.column {
    font-size: 24px;
    line-height: 2em;
    text-indent: 1em;
    color: #CB1D26;
    border-bottom: 1px solid #aaa;
}
/*底部*/
footer{
    background-color: #eee;
    margin-top: 25px;
}
.footer{
    clear: both;
    position: relative;
    padding: 20px 0 15px 0px; 
}

.rel *{
    line-height: 1em;
    color: #777;
    font-size: 14px;
}
.rel>p{
    padding: 6px 0;
}
.bot-rf{
    position: absolute;
    right: 30px;
    top: 22px;
  }
.bot-rf a{
      display: block;
}
.bot-line{
    width: 100%;
    border-bottom:  3px rgb(207, 19, 19) solid;

}
