﻿/*-----重置代码-----*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;} 
html{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}
body{
	width: 100%;
	font-size:16px;
	font-family:"Microsoft YaHei";
	background: #f9f9f9; 
	color: #696969;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing: antialiased;
	line-height: 200%;
} 

em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
p{word-wrap:break-word} 
a{text-decoration: none;
   cursor: pointer;
}


/* 通用 */
.wrap {
    width: 100%;
    overflow: hidden;
    background: url(<TRS_CHANNELLOGO upload=true id=文章库 INDEX=1 />) no-repeat top;
}

.container{
    width:1240px;
    margin:0 auto;
}

.clear{
	height: 30px;
    overflow: hidden;
    clear: both;
}
.clear-m{
	height: 15px;
    overflow: hidden;
    clear: both;
}

li a{
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	line-height: 36px;
}
li a:hover{
    color: #3065ac;
    text-decoration: underline;
	opacity: 1;
}
li span{
    float: right;
	line-height: 36px;
	font-size:14px;
	color:#bbbbbb;
}

ol{
        counter-reset: li; /* 创建一个计数器 */
        list-style: none; /* 清除列表默认的编码*/
        *list-style: decimal; /* 让IE6/7具有默认的编码 */
        font: 15px;
			}

.p20{
    overflow: hidden;
    width: 1200px;	
	background:#ffffff;
    padding:20px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,.1);
    margin: 0 auto;
    }
   
.list-b{
    display: inline-block;    
    width: 3px;
    height: 3px;
    border-radius: 20px;
    background: #4e4e4e;
    margin: 10px;
    vertical-align:middle;
} 
.list-r{
    display: inline-block;    
    width: 3px;
    height: 3px;
    border-radius: 20px;
    background: #d13421;
    margin: 10px;
    vertical-align:middle;
} 

.line {
    border-bottom: 1px dashed #e5e5e5;
}

#more a {
    float: right;
    font-size: 16px;
    color: #ababab;
    line-height: 53px;
}

#more a:hover{
    color: #3065ac;
}

.left {
    float: left;
}

.right {
    float: right;
}

.sk3 {margin-top: 3px;}
.sk5 {margin-top: 5px;}
.sk8 {margin-top: 8px;}
.sk10 {margin-top: 10px;}
.sk15 {margin-top: 15px;}
.sk20 {margin-top: 20px;}
.bor_4 {overflow: hidden;  border: 1px solid #eee; padding: 15px;}
.b14,A.b14:link,A.b14:hover,A.b14:visited {font-size: 14px; color: #898989; text-decoration: none;}

/* header */
.nav_top {
	height: 46px;
	font-size: 16px;
	line-height: 46px;
}
.welcome {
    float: left;    
}
#date{
    float: right;
    margin-right:15px;
}
.search {
    float: right;
    height:50px;
    margin-top:6px;
    margin-right: 10px;
}

.logo{
	height: 298px;
	margin: 0 auto;
}	

/* 导航 */
    .nav {
    width:1240px;
    height: 56px;
    background: #3374b8;
    margin:0 auto;
    }

    .nav li{ 
    float: left; 
    transition: 0.8s;
    }


    /* 以下必须 */
    
    #colornav > ul > li{ /* will style only the top level li */
    height: 56px;
    list-style: none;
    text-align: center;
    padding: 0 18px;
    display: inline-block;
    vertical-align:middle; /*去掉下边距*/
    position:relative;
    }
    
    #colornav > ul > li > a{
    display: block;
    text-decoration:none !important;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    font-weight: normal;
    }
    
    #colornav li ul{
    position:absolute;
    list-style:none;
    text-align:center;
    left:50%;
    margin-left: -52%;
    top:50px;
    font:bold 14px 'Microsoft YaHei';
    
    /* This is important for the show/hide CSS animation */
    max-height:0px;
    overflow:hidden;
    -webkit-transition:max-height 0.4s linear;
    -moz-transition:max-height 0.4s linear;
    transition:max-height 0.4s linear;
    z-index: 1000;
    }
    
    #colornav li ul li{
    background-color:#5592d2;
    padding-left: 0px;
    
    }
    
    #colornav li ul li a{
    width: 88px;
    font-size: 16px;
    font-weight: normal;
    padding: 12px;
    line-height: 30px;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    
    }
    
    #colornav li ul li:nth-child(odd){ /* zebra stripes */
    background-color:#5592d2;
    }
    /* #colornav ul li:hover{
    background-color: #5592d2;
    } */
    
    #colornav li ul li:hover{
    background-color:#3374b8;
    }
    
    #colornav li ul li:first-child{
    border-radius:3px 3px 0 0;
    margin-top:25px;
    position:relative;
    }
    
    #colornav li ul li:first-child:before{ /* the pointer tip */
    content:'';
    position:absolute;
    width:1px;
    height:1px;
    border:5px solid transparent;
    border-bottom-color:#5592d2;
    left:50%;
    top:-10px;
    margin-left:-5px;
    }
    
    #colornav li ul li:last-child{
    border-bottom-left-radius:3px;
    border-bottom-radius:3px;
    }
    
    /* This will trigger the CSS */
    /* transition animation on hover */
    
    #colornav li:hover ul{
    max-height:240px; /* Increase when adding more dropdown items */
    }



/* 图片新闻 */
.mid1{
    overflow: hidden;
    background: #4078b3;
}

.tpnews{    
    float: left;
    width: 610px;
    height: 380px;    
}

.tpnews_right {
    float: right;
    width: 560px;
    padding: 20px;
}

.tpnews_right h4 {
    text-align: left;
    font-size: 20px;   
    height: 75px;
    color: #ffffff;
    border-left: 5px solid #fff;
    padding-left: 30px;
}

.tpnews_right h4 a {
    color: #ffffff;
    line-height: 36px;
}

.tpnews_right ul li a{
    color: #fff;
    line-height: 38px;
}

.tpnews_right ul li span{
    color: #dee0f7;
}

/* mid2 */
.mid2 .lanmu {
    width: 585px;
}

.mid2 .lm_tit {
    height: 53px;
    border-bottom: 3px solid #e4e4e4; 
}

.lanmu_tit,.lanmu_tit1{
    float: left;
}

.mid2 .lanmu ul{
    padding: 8px;
}

.lanmu_tit a {
    display: inline-block;
    color: #696969;
    line-height: 53px;
    font-size: 22px;
    padding: 0 10px;
    border-bottom: 3px solid #3b79ba;
    text-decoration: none;
}

.mid2 .lm_tit1 {
    height: 53px;
}

.line2{
    height: 2px;
    border-top: 1px solid #3b79ba;
    border-bottom: 2px solid #3b79ba;
}

.lanmu_tit1 a {
    display: inline-block;
    color: #3b79ba;
    font-size: 22px;
    padding: 0 10px;
    text-decoration: none;
    border-left: 4px solid #3b79ba;
    line-height: 14px;
    margin-top: 20px;
}



/* mid3 mjgk */
.mid3 .mjgk {
    overflow: hidden;
    width: 560px;
    background: #f6b867;
}

.mid3 .mjgk li {
    float: left;
    width: 112px;
    height: 141px;
    text-align: center;
}

.mid3 .mjgk li a{
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
}

.mjgk img {
    margin-top: 20px;
    transition: 0.2s;
    }

.mjgk img:hover{
    margin-top: 18px;    
    }

.mjgk li:hover{
    background: #fb9e24;
    /* font-weight: bold; */
    transition: 0.3s;
}

.mjgk li a:hover{
    text-decoration: none;    
}

/* mid4 检务大厅 */
.mid4 {
    text-align: center;
    height: 390px;
    background: url(<TRS_CHANNELLOGO upload=true id=检务大厅 INDEX=1 />) no-repeat top;
}

.mid4 li {
    display: inline-block;
    background: url(../images/jwdt_lm_bg.png) ;
    border: 2px solid #505050; 
    margin: 22px 18px 0 18px;
    }

.jwdt_btn li a{    
    font-size: 16px;
    font-style: italic; 
    text-decoration: none;
    color: #cc1515;  
    padding:0 15px;      
} 

.jwdt_btn li a:hover {
    font-style: normal;
    font-weight: bold;
}

/* qh */
.lanmu_tit2 {
    float: right;
    margin-top: 18px;
}

.lanmu_tit3 {
    display: inline-block; 
    *display: inline;
    *zoom: 1;   
    position: relative;
    float: left;
    border-left: 1px solid #a9a9a9;
    line-height: 18px;     
}

.lanmu_tit3:first-child {
    border-left: none;
}

.lanmu_tit3 a{
    font-size: 18px;
    color: #a9a9a9;
    padding: 0 10px;
}

.lanmu_tit3 a:hover, .lanmu_tit2 .active a {
    font-weight: bold;
    color: #4078b3;       
}

.tabCon .active {
    display: block;
    height: 140px;
}

.tabPane {
    display: none;
}


/* footer */
.links {
    width: 1240px;            
    background: #3374b8;
    color: #ffffff;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
        }

.links-title {
    float: left;
        }

.links-title,.links-title a {
    color:#ffffff;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 10px;
        }

.links-inner {
    float: left;
        }

.copyright p {
    text-align: left;
    margin-left: 15px;
        }
 
.links .links-inner a {
    margin-right: 25px;
    color:#ffffff;
    font-size: 16px;
        }       

.jclinks {
margin-right: 15px;
}

.copyright {
    width: 1180px;
    padding:30px;
        }

.copyright span {
    color: #696969;                  
        }
 /*////////*/  

.duoji{
	margin: 26px 0 6px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdbdb;
}
.duoji span a{
	color: #393939;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
}
.erlist ul li {
    height: 40px;
    border-bottom: 1px dashed #ccc;
    line-height: 40px;
}




