﻿﻿/*通用样式*/
*{
	margin: 0px;
	padding: 0px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
img,
input,
button {
    border: none;
    outline: none;
}
a {
	color: #333333;
}
a:hover {
	color: #00589e;
    cursor: pointer;
    text-decoration: none;
}
/*a:visited {color: #333333;}
a:active {color: #333333;}*/
ul li,
ol li {
    list-style-type: none;
}
body {
    background-color: #ffffff;
    font-family: "microsoft Yahei";
}
.inner {
    width: 1220px;
    margin: 0 auto;
}

/*header start*/

/*header end*/

/*content start*/
.content {
    width: 100%;
    background: #f1f1f1 url(secBg.png) no-repeat center top;
    padding-bottom: 30px;
}
/* 当前位置 */
.contentT {
    width: 100%;
    height: 56px;
}
.contentT .inner {
    background: #f5f5f5 url(col_pic_01.png) no-repeat 20px 20px;
}
.contentT .now {
    margin-top: 16px;
    margin-bottom: 20px;
    color: #1a56a8;
    margin-left: 45px;
}
.contentT a {
    font-size: 18px;
    padding: 0 4px;
}
/* .contentT a.current { color: #999999; } */
/* 栏目内容 */
.contentB {
    min-height: 800px;
    background-color: #f5f5f5;
    padding: 20px;
    padding-bottom: 30px;
}
/* 栏目列表 */
.contetnL {
    width: 340px;
}
.contentL h3 {
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 22px;
    font-weight: normal;
    padding-left: 10px;
}
.contentL img {
    padding-right: 9px;
}
.contentL ul {
    width: 220px;
}
.contentL li {
    width: 100%;
    background: #004bcd;
    border-top: 1px solid #ffffff;
    padding: 15px 10px;
}
.contentL li a {color: #ffffff;}
/* 高亮&当前栏目改变背景色 */
.contentL li:hover, .contentL .curCol {
    background: url(col_pic_07.png) no-repeat center;
    background-size: 100% 100%;
}
/* 高亮&当前栏目改变字体样式 */
.contentL li:hover a, .contentL .curColTit {
    color: #ffffff;
}
.contentL a {
    width: 100%;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    padding-left: 10px;
}

/* 信息列表 */
.contentR {
    width: 935px;
    /* border-left: 1px solid #e6e6e6; */
    padding-left: 39px;
}
.contentR h3 {
    width: 100%;
    height: 40px;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 3px solid #2c94ed;
    position: relative;
}
.contentR h3 > i {    
    width: 8px;
    height: 30px;
    background-color: #2c94ed;
    border-radius: 20px;
    position: absolute;
    left: -20px;
    top: 0;
    display: inline-block;}
.contentR ul {
    min-height: 400px;
    margin-top: 15px;
    position: relative;
}
.contentR li {
    font-size: 16px;
    padding: 7px 0px;  
}
.contentR li a {
    font-size: 16px;
    color: #4c4c4c;
    background: url(col_pic_04.png) no-repeat left center;
    /* display: inline-block; */
    /* float: left; */
    padding-left: 13px;
    line-height:32px;
}
.contentR li span {
    color: #999999;
    display: inline-block;
    padding-left: 10px;
}
/*content end*/

/*footer start*/

/*footer end*/

/*******自适应*********/
@media (max-width: 768px) {
    body { min-width: 100%; background: #fff; }
    .inner { width: 100%; }
    .nav-base { width: 18px; height: 18px; float: right; background: url(col_pic_05.png) no-repeat; background-size: 100%; margin: 25px; margin-bottom: 0; }
    .logo-r-bg { background: url(col_pic_06.png) no-repeat; background-size: 100%; }
    .contentB { padding: 10px; padding-top: 0px; }
    #mask{ width: 60%; position: absolute; right: 0; display: none; z-index: 9; }
    .contentL, .contentL ul { width: 100%; }
    .contentL h3 { width: 100%; height: 60px; line-height: 60px; }
    .contentL li { background: #E9EEF6; border-bottom: 1px solid #e6e6e6; padding-left: 30%; margin-top: 0px; }
    .contentR { width: 100%; border-left: none; padding-left: 0px; }
    .contentR h3 { height: 40px; }
    .contentR h3 span { height: 40px; line-height: 40px; font-size: 20px; padding-bottom: 4px; }
    .contentR li { line-height: 36px; }
    .contentR li a { max-width: 70%; overflow: hidden; white-space: nowrap; float: left; text-overflow: ellipsis; }
    .contentR .line { display: none; }
    .default_pgToolbar { position: static!important; }
    .default_pgSearchInfo { display: none!important; }
  }