@charset "utf-8";
/*全局样式*/

a {color:#2b2b2b;text-decoration:none;}

.containerBox{
    width: 100%;
}
.whitebg{
    background: #ffffff;
}
.bannerbg{
    background: #1B48A3;
}
.linkbg{
    background: #3B65B9;
}
.copybg{
    background:url(../images/bottom_bg.png);
    height: 86px;
    background-repeat: repeat-x;
}
.listdot{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #595758;
}
/*页面主体盒子*/
.mainBox{ width:1000px; margin:0 auto; clear:both;}
.mainBox960{ width:960px; margin:0 auto; clear:both;}
.mainBox980{ width:980px; margin:0 auto; clear:both;}



/*迷你导航*/
.miniNav_box{ height:28px; line-height:28px; border-bottom:1px solid #CBCBCB; background-color:#F6F6F6;}
.miniNav{ padding:0px 10px; text-align:right;}
.miniNav div{ line-height:28px; display:inline; padding:0px 5px;}

.right{
    float: right;
}
/*主导航*/
.mainNav_box{
    background: url('../images/logobg_02.png');
    background-repeat: repeat-x;
    height: 83px;
}
.logo{
    float: left;
    /*margin: 15px 0px;*/
    display: inline-block;
    width:492px; 
    background-repeat: no-repeat ;
    background-position: center center;
	
}
.logo img{height:60px;margin-top:10px;}
.mainNav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
.mainNav ul li {
    display:inline-block;
    position:relative;
}
.mainNav>ul>li:hover{background:#fff;}
.mainNav>ul>li:hover>a{color:rgb(168,26,39);}
.mainNav ul li ul a{
    color: #585858;
    text-align: left;
    font-size: 12px;
}
.mainNav>ul>li ul.sub-menu li:hover{
	background:#fff;
	}
.mainNav ul li ul a:hover{
    color: #585858;
}
/* sub navigation */
.mainNav li ul {
    background-color:#EAEAEA;
    position:absolute;
    left:0;
    top:30px; /* make this equal to the line-height of the links (specified below) */
    min-width:150px;
    z-index: 9999;
    color: #585858;
}
.mainNav li li {
    position:relative;
    margin:0;
    display:block;
    z-index: 9999;
    color: #585858;
}
.mainNav li li ul {
    position:absolute;
    top:0;
    left:150px; /* make this equal to the width of the sub .mainNav above */
    margin:0;
    z-index: 9999;
    color: #585858;
}

/* style all links */
.mainNav a {
    line-height:30px;
    padding:0 12px;
    margin:0 12px;
    color:#fff;
    text-decoration:none;
    display:block;
}

.mainNav a:hover,
.mainNav a:focus,
.mainNav a:active {
    color:rgb(50,50,50);
}

/* style sub level links */
.mainNav li{
    float: left;
    z-index: 9;
}
.mainNav li li{
    width: 150px;
    z-index: 9;
}

.mainNav li li a {
    border-bottom:solid 1px #ccc;
    margin:0 10px;
    padding:0;
}
.mainNav li li li  a {
    border-top: solid 1px #ccc;
    margin:0 10px;
    padding:0;
}
.mainNav li li:last-child a {
    border-bottom:none;
}

/* hide sub menu links */
ul.sub-menu {
    display:none;
}

/* show arrows for dropdowns */
.mainNav li.dropdown > a {
    /*background-image:url('../images/la_03.png');*/
    background-position:right 20px;
    background-repeat:no-repeat;
}

.mainNav li li.dropdown > a {
    background-image:url('../img/arrow-right.png');
    background-position:right 16px;
    background-repeat:no-repeat;
}
.minNav{

    padding: 6px 0px;
    text-align: right;
}
.minNav a{
    color: #fff;
   /*float: right;*/
}
.search_Text{ height:18px; border:1px solid #CBCBCB;}

.mainNav{box-sizing:border-box;height:30px; line-height:30px; text-align:left;   text-align: center ;background: url('../images/bannerbg_03.png');
    background-repeat: repeat-x;
     }
.mainNav a{color:#fff; padding:0px 14px; font-size:14px; font-family: '微软雅黑' }
.mainNav a:hover{color:#fff; text-decoration:none;}
.mainNav .navline{
    padding: 0px;
    border-left: 1px solid #173B85;
    border-right: 1px solid #225BCE;
}

/*当前位置*/
#local{ height:26px; line-height:30px; border:1px solid #DEDEDE; }
#gk_local{ height:26px; line-height:30px; border:1px solid #DEDEDE; }
.local_box{height:26px; background:url(../images/common.files/local_index.gif) 4px no-repeat; padding-left:22px;}
.local_box_noico{ background:none; padding-left:15px;}
.local_ul li{ line-height:26px; background:url(../images/common.files/local_arrows.gif) right no-repeat; float:left; padding-right:22px;}
.local_ul li.noLink{ background:none; padding-right:6px;}


/*列表翻页*/
.page{ text-align:center; padding-right:10px;}
.page span{ line-height:24px; padding:0 6px;}


.linkf {
    line-height:26px;
    text-align: center;
    padding: 5px 0px;
}
.linkf a {
    display: inline-block;
    color: #fff;
    width: 18%;
    height: 24px;

}
.linkf  .shuline{
    display: inline-block;
    width: 1px;
}
/*版权*/

.copyRight{  text-align:center;   padding: 8px 0px; text-align:center;      }
.copyRight p{     line-height:22px; text-align:center;    color:#fff; }
.listContainer{
    box-sizing: border-box;
    padding-top: 15px;

}
.position{
    position: relative;
    box-sizing: border-box;
    padding: 0px 6px;
    width: 100%;
    height: 28px;
    border-bottom:2px solid #981B23;
    vertical-align: middle;
}
.position .title{
    position: absolute;
    left: 0;
    bottom: -8px;
    padding-left: 5px;
    border-bottom: 2px solid #981B23;
    line-height: 28px;
    font-size: 16px;
}
.position .List {
    float: right;
    font-size: 12px;
    line-height: 28px;
}
.position .List .Item{
    float: left;
    font-size: 12px;
    line-height: 28px;
}
.listLeft{
    width: 220px;
    height: 700px;
    float: left;
    /*border: 1px solid #ccc;*/
    background: #DCD7CA;
    background-image: url('../images/tou_03.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
.listRight{
    width: 760px;
    height: 700px;
    float: right;
}
.listItemcon{
    padding: 13px 0px;
}
.oneTitle{
    box-sizing: border-box;
    /*width: 220px;*/
    height: 40px; padding: 0px 20px;
    line-height: 40px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    font-family: '微软雅黑';
    font-size: 18px;
    background: #D6D0C1;
    border-bottom: 1px solid #E5E5E5;
}
.oneTitle a{
    padding-left: 5px;
    border-left: 3px solid #981B23;
}
.twoTitle{
    box-sizing: border-box;
    width: 220px;
    border: 0px solid #ccc;
}
.titleItem{
    display: block;
    box-sizing: border-box;
    color:#585858;
    /*width: 220px;*/
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    padding: 0px 20px;
    font-family: '微软雅黑';
    background: #E5E3E3;
    margin-top: 6px;
}
.twoTitle .active{

   color: #fff;
    background: #981B23;
    border: 4px solid #DCD7CA;
    border-left: 8px solid #DCD7CA;;
    border-right: 0px;
}

.contentContainer{
    box-sizing: border-box;
    padding: 13px 15px;
}
.articleBox{
    box-sizing: border-box;
    border: 1px solid #ccc;
    min-height: 500px;
    margin-top: 15px;
    padding: 10px 35px;
}

.title{
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin: 6px 0px;
    font-family: "黑体";
    font-weight: bold;
}
.author{
    text-align: center;
    line-height: 26px;
    margin: 6px 0px;
}
.content{
    min-height: 300px;
    line-height: 26px;
    text-indent: 15px;
    white-space: normal;
    word-break: break-all;
}
.xiazai{
    display:  block;
    color: #0C40A6;
    line-height: 22px;
    margin: 22px 0px;
}
.sameList{

}