﻿/*-----重置代码-----*/

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-color: #f6f6f6; 
	color: #696969;
	-webkit-text-size-adjust:100%;
	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;
}

a:link{COLOR:#696969;text-decoration: none;}
a:visited{COLOR:#696969;text-decoration: none;}
a:hover{COLOR:#124098;text-decoration: none; }



/* 通用 */
.wrap {
    width: 100%;
    overflow: hidden;
    background: url(http://www.dalian.bjblqx.com/wzk2020/202101/W020220830522211993161.jpg) no-repeat top;
}

.container{
    width:1180px;
    margin:0 auto;
}

.clear{
	height: 30px;
    overflow: hidden;
    clear: both;
}
.clear-m{
	height: 20px;
    overflow: hidden;
    clear: both;
}
.p30-w{
    overflow: hidden;
    width: 1180px;	
	background-color:#fff;
    padding:30px;
    margin: 0 auto;
    }
.bg-g{
    overflow: hidden;
    width: 100%;	
	background-color:#fafafc;
    margin: 0 auto;

}    
.list-b{
    display: inline-block;    
    width: 3px;
    height: 3px;
    border-radius: 20px;
    background: #4e4e4e;
    margin-right: 10px;
    vertical-align:middle;
} 
.list-r{
    display: inline-block;    
    width: 3px;
    height: 3px;
    border-radius: 20px;
    background: #d13421;
    margin-right: 10px;
    vertical-align:middle;
} 

.line {
    border-bottom: 1px dashed #e5e5e5;
}

.line-s {
    border-bottom: 1px solid #e3e3e3;
}

#more a{
    float: right;
    font-size: 16px;
    color: #d13421;
    font-weight: normal;

}

.more {
	float:right;
	font-size: 16px;
    color: #d13421;
	}
.more_er{
	line-height: 32px;
	font-size:14px;
	color: #898989;
	float:right;
	
}
.more_er:hover{
	color: #1871b8;

}
.sk3 {margin-top: 3px;}
.sk5 {margin-top: 5px;}
.sk8 {margin-top: 8px;}
.sk10 {margin-top: 10px;}
.sk15 {margin-top: 15px;}
.bor_4 {overflow: hidden;  border: 1px solid #eee; padding: 15px;}
.bor_bottom {border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #eee;}
/* header */
  .nav-top {
	height: 60px;
	font-size: 16px;
	line-height: 40px;
}

#date{
    float: right;
    margin-right:15px;
}
.search {
    float: right;
    height: 34px;
    margin-top: 6px;
}
.search span {
    color: #fff;
    margin-right:10px;
}
.logo{
	height: 278px;
	margin: 0 auto;
}	
#colornav-20>ul .TRS_Editor>li {
    /* will style only the top level li */
    height: 56px;
    list-style: none;
    text-align: center;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    /*去掉下边距*/
    position: relative;
}

#colornav-20>ul .TRS_Editor>li>a {
    text-decoration: none !important;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    font-weight: normal;
}

.pcds {
display: block;
}
.welcome {
float: left;
font-size:18px;
font-weight:bold;
color:#124098;  
}
.zhuanhuan { 
float:left;
margin-left:30px;
font-size:18px;
font-weight:bold;
color:#333333;
}
/* 导航 */
    .nav-20 {
    /* width:1180px; */
    height: 56px;
    margin:0 auto;
    }
    .nav-20 li{ 
    float: left; 
    transition: 0.8s;
    }
    /* 以下必须 */

    #colornav-20 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;
    }
    
    #colornav-20 li ul li{
    background-color:#c92c1c;
    padding-left: 0px;
    }
    
    #colornav-20 li ul li a{
    width: 110px;
    font-size: 16px;
    font-weight: normal;
    padding: 12px;
    line-height: 30px;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    }
    
    #colornav-20 li ul li:nth-child(odd){ /* zebra stripes */
    background-color:#c92c1c;
    }
    #colornav-20 ul li:hover{
    background-color: #c92c1c;
    }
    
    #colornav-20 li ul li:hover{
    background-color:#ad2112;
    }
    
    #colornav-20 li ul li:first-child{
    border-radius:3px 3px 0 0;
    margin-top:25px;
    position:relative;
    }
    
    #colornav-20 li ul li:first-child:before{ /* the pointer tip */
    content:'';
    position:absolute;
    width:1px;
    height:1px;
    border:5px solid transparent;
    border-bottom-color:#c92c1c;
    left:50%;
    top:-10px;
    margin-left:-5px;
    }
    
    #colornav-20 li ul li:last-child{
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    }
    
    /* This will trigger the CSS */
    /* transition animation on hover */
    
    #colornav-20 li:hover ul{
    max-height:240px; /* Increase when adding more dropdown items */
    }

/* 集群 */

.djjq {
    /* overflow: hidden; */
    height: 95px;
    margin: 0 auto;
    box-shadow: 0px 8px 10px 0px;
    color: rgba(0,0,0,.1);


}
.djjq-text { 
    float: left;
    background-color: #fc943f;
    width: 20px;
    padding: 0 21px;
    height: 87px;
    text-align: center;
    line-height: 110%; 
    padding-top: 8px;
    font-size: 18px; 
    font-weight: bold; 
    color: #ffffff;
}

.djjq-text2{
    float: left;
    width: 1118px;
    overflow: hidden;
}

.djjq-text2 ul{    
    padding: 18px 20px;
    
}

.djjq-text2 ul li{
    float: left;
    line-height: 30px;
       
}

.djjq-text2 ul li a{
    padding: 0 22px;       
}

.djjq-text2 ul li a:hover{
    color: #124098;
    font-weight: bold;    
    text-decoration: underline;   
}


/* 图片新闻 */
.tpnews-right{    
    float: right;
    width: 556px;
    height: 372px;
    
}

.tpnews-right h4{
    text-align: center;
    font-size: 20px;
   
    height: 75px;
    line-height: 35x;
    color: #696969;
}

.tpnews-right p ,.tpnews-right p a{
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    color: #939393;    
   }
.tpnews-right ul {
margin-left: 5px;

}   
.tpnews-right ul li{
    display: block;
    width: 100%;
    line-height: 34px;
}

.more-1,.more-1 a{
    display: block;
    background-color: #0170c1;
    width: 200px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 8px auto;
}

.more-1 a:hover{
    background-color: #cc0000;
}

/* 通知公告 */
.bg-g .tzgg {
    overflow: hidden;
    background: url(../images/ico-20.png) no-repeat 0px;
    
} 

.tzgg h5,.tzgg h5 a{
    float: left;         
    font-size: 18px;
    font-weight: bold;
    color: #0170c1;  
    line-height: 48px;
    margin-left: 15px;
} 

.tzggList{    
    float: right;      
}

.tzggList li,.tzggList li a{    
    float: left;   
    line-height: 48px; 
}

/* mid1 */
.mid1{    
    overflow: hidden;
    height: 395px;
    padding: 40px 0;
    
}

.mid1-row{
    width: 1240px;
    margin: 0 auto;
}

.mid1-jwgk-left{
    float: left;
    width: 548px;
    height: 335px;
    border-radius:15px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.7);
     
}


.mid1-bmfw-right{
    float: right;
    width: 548px;
    height: 335px;
    border-radius:15px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.7);
     
}

.mid1-row .ico-title,.mid1-row .ico-title a {
    background: url(../images/lm-bg1-20.png) no-repeat top;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color:#696969;

}

.mid1-row .ico-pic a{
    float: left;
    margin: 3px;    
}

.mid1-row .ico-pic a:hover {
    opacity: 0.8;      
}

.mid2-row b{
    display: block;
    font-size: 18px;
    color: #0170c1;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
}

.mid2-row .ico-title-mid2,.mid2-row .ico-title-mid2 a {
    background: url(../images/lm-bg1-20.png) no-repeat top;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color:#696969;

}

/*队伍建设*/
.lanmu-title {
    height: 46px;
    line-height: 46px;
    padding-left: 395px;
    margin-top: 10px;
    background: url(../images/qh-bg.jpg) no-repeat center;
}

.lanmu-title li{
    float: left;
}

.lanmu-title li a{
    display: block;
    padding: 0 25px;
    font-size: 20px;
    color: #898989;
    height: 38px;    
}

.lanmu-title li a:hover,.lanmu-title .active a {
    font-weight: bold;
    color: #0071bf;
    background: url(../images/qh-hover.png) no-repeat;
}

.tabCon .active {
    display: block;
}
.tabPane {
    display: none;
}
ul {
    clear: both;
}

/* mid3 qh */
.mid3-qh{
    overflow: hidden;
    height: 305px;
}
.qh_left{    
    float: left;
    padding: 15px;
    width: 670px;
}

.qh_time{
    float: left;
    padding:5px 15px 0 0;
}

.qh_time1{
    font-weight: normal;    
    color: #d23a28;
    text-align: center;
    line-height: 32px; 
    font-size: 34px;  
}
.qh_time2{
    font-weight: normal;    
    color: #d23a28;
    text-align: center;
    line-height: 32px; 
    font-size: 16px; 
}
.qh_left h4 a{        
    font-size: 20px;
    color: #0071bf;
}
.qh_left p ,.qh_left p a{    
    float: left; 
    width: 665px;
    font-size: 14px;
    line-height: 30px;
    color: #939393;    
    padding: 2px 0;
   
}
.qh_right {
    width: 455px;
    height: 305px;
    float: right;
    background-color: #696969;
}

/* mid4 */
.bg-mid4{
    overflow: hidden;
    height: 603px;   
    padding: 0 0 35px 0;
    
}
.mid4{
    overflow: hidden;  
    width: 1240px;     
    margin: 0 auto;
}

.column_left{
    float: left;
    width: 950px;
    padding:15px 15px 0 0;
}

.column_left_1{
    float: left;
}

.column_left_2{
    float: right;
    width: 616px;    
}

.column_title {
    height: 46px;
    line-height: 46px;
    background: url(../images/ico1-20.jpg) no-repeat left;
}

.column_title li,.column_title a {
    height: 46px;
    line-height: 46px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color:#0170c1;
    margin-left: 15px;

}
.jchd_zt{
    overflow: hidden;
    width: 300px;
}
.jchd_zt a{    
    float: left;    
    margin-top: 6px;
}

.column_right{
    float: right;
}

.column_right ul li{
    display: block;
    width: 256px;
    height: 106px;
}
.column_right ul li a:hover{
    display: block;
    background: url(../images/ewm-hover.png) no-repeat;
}


/* 图说大检 */
.tsdj{
    border: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 20px;
}
#div1{ width: 1175px; height: 164px; position: relative; overflow: hidden;}
			#div1 ul { width: 1100px; height: 144px; position: relative; }
			#div1 ul li { height: 1175px; float: left; list-style: none; padding-right:20px;}
			#div1 ul li img { width: 216px; height: 145px;  }
			#div1 ul li span {
				width: 216px; 
				text-align: center;
				display: block;
			}

/* footer */
  .links {
            width: 100%;            
            background: url(../images/link-bg-20.jpg) no-repeat center;
            color: #ffffff;
            height: 56px;
            line-height: 56px;
        }

        .links-title {
            float: left;
        }
        .links-inner {
            float: left;
        }

        .links-inner a {
            margin-right: 10px;

        }
        .copyright p {
            text-align: left;
            margin-left: 15px;
        }
 
 
.links .links-inner a {
    margin-right: 25px;
    color:#ffffff;
    font-size: 16px;
}

.links-title,.links-title a {
    color:#ffffff;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 10px 0px 0px;
}

.copyright {
    width:1180px;
    margin:0 auto;
    color: #696969;
    height: 180px;
}
.copyright span {
    margin-top:20px;
    
}
 /*////////*/  

.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;
}




