@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    /* min-width: 1024px; */
	min-width: 1240px;
    background: #ffffff;
}

ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #024c97;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1024 {
    width: 1024px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper {
    /* width: 100%; */
    position: relative;
}

.top {
    /*background: #0b72ac;*/
    height: auto;
    overflow: hidden;
}

.header {
    height: 80px
}

.header-left {
    float: left;
    margin-top: 8px
}

.header-right {
    float: right;
    margin-top: 25px
}

.header-right .toplink {
    color: #b7d9ec;
    font-size: 12px;
    line-height: 30px;
    margin-left: 120px
}

.header-right .toplink a {
    color: #003366;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px
}

.header-right .toplink a:hover {
    color: #003366;
}

.header  .logosearch {
    margin-top: 14px;
}

.header  .i-search {
    width: 230px;
    height: 32px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top:24px;
}

.header .i-search .search-txt {
    width: 190px;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    color: #9e9e9e;
    border: none;    border: 1px #ccc solid;
}

.header  .i-search .search-btn {
    width: 35px;
    height: 32px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/ico_search.png") center no-repeat #ffffff;
    border: 0;
    cursor: pointer;    border: 1px #ccc solid;
}

.header  .i-search .search-btn:hover {
    background: url("../images/ico_search.png") center no-repeat #ebebeb;
    border: 0;
    cursor: pointer
}

.menu {
    background: #3578bb;
}
/*导航*/
.nav {
    width: 1024px;
    height: 45px;
    z-index: 9999;
    margin: 0 auto 0 auto;
}

.nav > ul {
    width: 1240px;
    height: 45px;
}

.nav li {
    height: 45px;
    line-height: 45px;
    width: 117px;
    float: left;
    position: relative; z-index: 999;
}

.nav li a {
  
    height: 45px;
    text-align: center;
    padding: 0 25px;
    color: #fff;
    line-height: 45px;
    float: left;
    display: block;
    font-size: 16px;
}

.nav li a:hover {
    /*background: url("../images/UP.png") center  right no-repeat;*/
    text-decoration: none;
}

.nav li a span {
    height: 45px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    float: left;
    display: block;
    cursor: pointer;
}

.nav li a.selected {
    /*background: url("../images/UP.png") center  right no-repeat;*/
    color: #ffcc66;
}

.nav li a.selected2 {
    /*background: url("../images/UP.png") center  right no-repeat;*/
    color: #ffcc66;
}

.nav li.selected .submenu {
    display: block;
}

.nav li .submenu {
    background: url("../images/nav_hover_bg.png")  no-repeat top;
    padding: 6px 0 10px;
    left: 0;
    top: 50px;
    width: 130px;
    display: none;
    position: absolute;
    z-index:999;
    _top: 94px;
    _background: none;
}

.nav li .submenu li {
	background: #3578bb;
    width: 130px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.nav li .submenu li a {
    background: none;
    padding: 0;
    width: 130px;
    height: 36px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.nav li .submenu li a:hover {
    background: #db9f00;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.banner {
    background: url("../images/banner_bg.jpg") center right no-repeat #daedf8;
    height: 312px;
    margin: 20px auto;
    padding: 7px;
}

.banner_left {
    float: left;
}

.banner_right {
    float: right;
    width: 450px;
    padding-top: 15px
}

.banner_right .toutiao {
    height: auto;
    overflow: hidden;
    width: 380px;
    margin: 0 auto
}

.banner_right .toutiao h2 {
    font-size: 20px;
    line-height: 60px;
    color: #d10000;
    border-bottom: #bad2dd 1px solid
}

.banner_right .toutiao h2 a {
    color: #d10000;
}

.banner_right .toutiao p {
    color: #2d2d2d;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    text-indent: 2em
}

.banner_right .toutiao span {
    color: #2d2d2d;
    line-height: 20px;
    font-size: 14px;
    text-align: right;
    width: 100%;
    display: block
}
/*焦点图*/
.slideBox {
    width: 1020px;
    height: 310px;
    overflow: hidden;
    position: relative;

}

.slideBox .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #6c6d6e;
    border: #ffffff 1px solid;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
	width:565px;
    z-index: 0;
}

.slideBox .bd  .wenzhang{ position:absolute; right:-435px; top:20px; width:410px;}
.slideBox .bd span h1{ 
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #d10000;
	padding-bottom:10px;
    border-bottom: #bad2dd 1px solid;
}
.slideBox .bd span .info{ 
    color: #2d2d2d;
    height:180px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
    margin-top:10px;
    margin-bottom:15px;
}
.slideBox .bd .more{
    color: #fff;
    text-align: center;
    display: block;
    background: #84b4d8;
    width: 118px;
    height: 32px;
    line-height: 32px;
}
/*侧边表体*/
.tzgg_nr .L_t .L_link{
    width: 415px;
    height: 21px;
    display: block;
    margin-top: 18px;
    margin-bottom: 8px;
    background: url(../images/arrow-right.png) no-repeat left center;
    padding-left: 15px;
    color: #333333;
} 
.tzgg_nr .L_t .L_link h2{
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.main_right .shizi{
    width: 100%;
    height: 50px;
    background: url(../images/ico_book.png) left no-repeat;
	margin-bottom: 10px;
}
/*轮播样式*/
.main_right .sz_wrap{
    width:100%;
    height:188px;
}
.main_right .sz_lun{
    width:100%;
    height:100%
}
.main_right .sz_lun .lun{
    margin-right: 10px !important;
    margin-left: 10px !important;
    /*width:112px !important;*/
    height:200px;

}
.main_right .sz_lun .lun img{
    width: 100%;
    height:152px;
}
.main_right .sz_lun .lun span{
    display: block;
    text-align: center;
    padding:3px 10px;
    font-size: 16px;
	margin-top: 10px;
}
.main_right .sz_lun .click_b{
    position: absolute;
    top:45%;
    width:25px;
    height:22px;
}



.main_rightjj .sz_wrap{width:100%;height:310px;}
.main_rightjj .sz_lun{width:100%;height:100%}
.main_rightjj .sz_lun .lun img{width: 100%;height:310px;}
.main_rightjj .sz_lun .lun span{display: block;text-align: center;padding:3px 10px;font-size: 16px;}
.main_rightjj .sz_lun .click_b{position: absolute;top:50%; width:25px; height:22px;}
.main_rightjj {width: 565px;height: auto;overflow: hidden}










.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 565px;
    height: 310px;
    display: block;border: 1px solid #ddd;

}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 47%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.main {
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.main_left {
    width: 580px;
    float: left;
    height: auto;
    overflow: hidden
}

.main_right {
    width: 415px;
    float: right;
    height: auto;
    overflow: hidden
}

.gzdt_nr {
}

.gzdt_nr a {
    width: 580px;
    height: 100px;
    border-bottom: #b4b0b0 1px dashed;
    display: block;
    padding: 20px 0;
	padding-top: 15px;
}

.gzdt_nr a:hover {
    background: #ececec;
}

.gzdt_nr a img {
    width: 140px;
    height: 100px;
    float: left
}

.gzdt_nr a  .txt {
    float: right;
    width: 420px;
}

.gzdt_nr a  .txt h2 {
    font-size: 16px;
    color: #333333;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.kydt_nr a  .txt p {
    font-size: 14px;
    color: #808080;
    margin: 0;
    padding: 0 0 0 8px;
    line-height: 22px;
}
.tzgg_nr a:hover {
    background: #ececec;
}

.tzgg_nr span {
    float: left;
    display: block;
    width: 60px;
    height: 56px;
    background: #6583a1;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin-right: 12px;
}

.tzgg_nr span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #053769;
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
}

.tzgg_nr a img {
    width: 110px;
    height: 75px;
    float: left
}

.tzgg_nr a  .txt {
    float: right;
    width: 340px;
}

.tzgg_nr a  .txt h2 {
    font-size: 16px;
    color: #333333;
    margin: 0;
    padding: 0;
}

.tzgg_nr a  .txt p {
    font-size: 14px;
    color: #808080;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 26px;
}

/*杂志*/
.xsqk_nr {
    width: 415px;
    overflow: hidden;
    position: relative;
}

.xsqk_nr .hd {
    background: #f4f4f4;
    padding: 0 10px;
}

.xsqk_nr .hd .prev,.xsqk_nr .hd .next {
    display: block;
    width: 12px;
    height: 31px;
    cursor: pointer;
    position: absolute
}

.xsqk_nr .hd .next {
    left: 0;
    top: 45%;
    background: url("../images/iconext.png") center no-repeat
}

.xsqk_nr .hd .prev {
    right: 0;
    top: 45%;
    background: url("../images/icoprev.png") center no-repeat
}

.xsqk_nr .hd .prevStop {
    background-position: -60px 0;
}

.xsqk_nr .hd .nextStop {
    background-position: -60px -50px;
}

.xsqk_nr .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.xsqk_nr .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}

.xsqk_nr .hd ul li.on {
    background-position: 0 0;
}

.xsqk_nr .bd {
    padding: 25px 15px 0 20px;
}

.xsqk_nr .bd ul {
    overflow: hidden;
    zoom: 1;
}

.xsqk_nr .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.xsqk_nr .bd ul li .pic {
    text-align: center;
}

.xsqk_nr .bd ul li .pic img {
    width: 110px;
    height: 150px;
    display: block;
}

.xsqk_nr .bd ul li .pic a:hover img {
    border-color: #999;
}

.xsqk_nr .bd ul li .title a {
    line-height: 36px;
    color: #666666
}

.xlink {
    margin: 0px auto 20px auto
}

.i-title {
    width: 100%;
    height: 50px;
    background: url("../images/titleline.png") bottom left no-repeat;
	margin-bottom: 10px;
}

.i-title h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #333333;
    line-height: 50px;
    padding-left: 35px;
    float: left;
}

.i-title a {
    float: right;
    margin-top: 18px;
    display: block;
    width: 50px;
    height: 18px;
    background: url("../images/more.png") center no-repeat
}

.i-title a:hover {
    background: url("../images/morehover.png") center no-repeat
}

.tilte_xglj {
    background: url("../images/ico_link.png") left center no-repeat
}

.tilte_gzdt {
    background: url("../images/ico_news.png") left center no-repeat
}

.tilte_tzgg {
    background: url("../images/ico_notic.png") left center no-repeat
}

.tilte_xsqk {
    background: url("../images/ico_book.png") left center no-repeat
}
/*友链*/
.piclink {
    width: 1060px;
    padding: 10px 0 0 0
}
.piclink .f_link{
    width:100%;
    overflow: hidden;
} 
.piclink .f_link .f_link_l{
    float: left;
    padding: 5px 30px 5px 0;
}
/*友链end*/
/*专家列表*/
.zhuan_wrap{
    width:100%;
    overflow: hidden;
}
.zhuan_wrap .zhuan_list{
    width:145px;
    height:215px;
    float: left;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
} 
.zhuan_wrap .zhuan_list .zhuan_img_wrap a{
    color:#666;
}
.zhuan_wrap .zhuan_list .zhuan_img_wrap img{
    max-width: 200px;
    height: 150px;
    padding: 0;
}
.zhuan_wrap .zhuan_list .zhuan_con_wrap{
    font-size: 16px;
    line-height: 50px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.zhuan_wrap .zhuan_list .zhuan_con_wrap a{
    color: #18498e;
}
/*专家列表end*/
/*专家详情*/
.zhuan_con{
    width: 630px;
    float: left;
    padding: 5px 29px 35px 35px;
    border-right: 1px solid #e0e0e0;
    margin-right: 29px;
    height: auto;
    overflow: hidden;
}
.auto_info{
    height: auto;
    overflow: hidden;
}
.zhuan_con .zhuan_info{
    color: #454545;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 26px;
    text-align: justify;
}
.zhuan_con .info_tit{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.zhuan_con .info_tit .zhuan{
    float: left;
}
.zhuan_con .info_tit .zhuan_img{
    width:128px;
    padding:10px 15px 10px 5px;
}
.zhuan_con .info_tit .zhuan_img img{
    width:110px;
    height: auto;
}
.zhuan_con .info_tit .zhuan_chen{
    padding:10px 15px 10px 5px;
}
.zhuan_con .zhuan_chen .zhuan_name{
    font-size: 24px;
    line-height: 36px;
    padding-bottom:10px;
}
.zhuan_con .zhuan_chen .zhuan_wei{
    font-size: 16px;
    padding-bottom:10px;
}
.zhuan_con .info_con{
    margin-top:15px;
    margin-bottom:15px;
}
.zhuan_con .info_con p{
    padding-bottom: 5px;
    margin-bottom: 5px;    
    text-indent: 32px;
    font-size: 18px;
    line-height: 34px;
}
/*专家详情end*/
/*新闻左侧栏目*/
.list_main_left .list_sub .sub_list{

}
.list_main_left .list_sub .sub_list a{
    background: url(../images/sub_icoa.png) 20px center no-repeat #e4e4e4;
    color: #444;
    width: 205px;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    margin-bottom: 1px;
    display: block;
    font-size: 16px;
}
.list_main_left .list_sub .sub_list a:hover{
    background: url(../images/sub_icob.png) 20px center no-repeat #18498e;
    color: #ffffff;
}
/*校友之家列表*/
.xiaoyou{
    width:100%;
}
.xiaoyou .xiaoyou_wrap{
    float: left;
} 
.xiaoyou .xiaoyou_wrap .xiaoyou_img{
    width:200px;
    height: 130px;
}
.xiaoyou .xiaoyou_wrap .xiaoyou_img img{
    width:100%;
    height: 100%;
}
.xiaoyou .info_wrap{
    width:470px;
    padding-left: 30px;
}
/*校友之家列表end*/
/*百度分享侧边*/
.cebian{
    float:left;
}
.cebian_span{
    float: left;
    display: block;
    padding: 5px 10px;
}
/*百度分享侧边end*/
/*表单提交*/
.content{margin-top: 30px;}
.clearfix:after{ clear:both; display:block; content:'';}
.clearfix{ zoom:1;}
.wrap{ width:100%; margin:0 auto; }
input:focus,textarea:focus{box-shadow:0 0 3px 1px rgba(32, 127, 179, 0.4);outline: 0 none;}
/******************************* 鍏朵粬鏍峰紡 *******************************/
/*閿欒鎻愮ず*/
.err{ float:left; height:20px; line-height:20px; text-align:right; font-size:12px; width:100%; color:red; display:none; position:absolute; left:0px;}
.err img{ margin-top:2px; margin-right:2px;}
.err-top40{ top:40px;}
.err-top20{ top:20px;}
.err-top160{ top:160px;}
.err-top90{ top:90px;} 
/*涓婁紶*/
#reg_info_file_base64 {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);}
/*鐧诲綍*/
.login-box-cen{ width:240px; border:1px solid #cccccc; margin:0px auto 0px; height:318px; border-radius:10px; padding:0 64px; background:#fff;}
.login-box-cen-ti{ height:76px; line-height:76px; text-align:center; color:#222222; font-size:16px}
.login-box-cen-form{ position:relative;}
.login-box-cen-form-input{ float:left; padding-left:20px; border:1px solid #ccc; height:38px; line-height:38px; font-size:16px; color:#383232;}
.login-box-cen-form-button{float:left; height:40px; line-height:35px; font-size:20px; color:#fff; text-align:center; background:#005a8c; cursor:pointer;}
.login-box-cen-form-ot{ height:30px; line-height:30px; text-align:right; font-size:12px;}
.login-box-cen-form-ot span{color:#999999;}
.login-box-cen-form-ot a{ color:#207fb3;}

.w218{ width:218px;}
.w238{ width:238px;}
.mar-bottom10{ margin-bottom:10px;}
/*娉ㄥ唽*/
.register-box-step{ height:30px; margin:0px auto; width:382px; padding:40px 0;}
.register-box-step span{ float:left; line-height:26px; height:30px; width:30px; text-align:center;color:#207fb3; font-size:16px;background: url(../images/register_02.png) center top no-repeat;}
.register-box-step span.step-active{ color:#fff;background: url(../images/register_01.png) center top no-repeat;}
.register-box-step em{ float:left; width:130px; background:#207fb3; margin-top:13px; height:2px;}
.register-box-step-first{ margin-left:16px;}
.register-box-con{ width:380px; padding: 0 310px; background:#fff; padding-bottom:180px;}
.register-box-con-ti{ height:114px; line-height:114px; text-align:center; font-size:14px; color:#222222; letter-spacing:1px;}
.login-box-cen-form-img{ float:left; height:40px; line-height:40px;overflow:hidden; background:#207fb3;}
.login-box-cen-form-mes{ float:left;border:none; height:40px; line-height:40px; text-align:center;font-size:14px; color:#fff; background:#207fb3; cursor:pointer; border-radius:5px;}
.register-box-cen-form{ position:relative;}
.register-box-cen-form-xieyi{ height:16px; line-height:16px;}
.register-box-cen-form-xieyi span{ display:inline-block; position:relative; height:16px; line-height:16px; width:17px; vertical-align:top; margin:0 36px 0 44px; cursor:pointer; background-image:url(../images/register_03.png); background-repeat:no-repeat; background-position:0px 0px;}
.register-box-cen-form-xieyi span.ok{background-position:-17px 0px;}
.register-box-cen-form-xieyi em{display:inline-block; height:16px; line-height:16px;vertical-align:top; font-size:14px;}
.register-box-cen-form-xieyi a{ color:#207fb3;}

.register-box-con2-box{}
.register-box-con2-box-left{ height:40px; line-height:40px; text-align:right; float:left; width:115px; color:#222222; font-size:16px;}
.register-box-con2-box-left strong{ font-weight: bold;}
.register-box-con2-box-right{float:left; width:380px; margin-left:20px; position:relative;}
.register-box-con2-box-right .register-box-con2-box-right-text{ font-size:16px; color:#207fb3; margin-left:20px; line-height:40px;}
.login-box-cen-form-textarea{float:left; padding-left:20px; border:1px solid #ccc;line-height:38px; font-size:14px; color:#999999; resize:none;overflow: hidden;}
.register-box-con2-box-upload{ position:relative; width:165px; height:98px; float:left;border:1px solid #ccc; margin-bottom:12px; float:left;}
.register-box-con2-box-upload .register-box-con2-box-upload-ti{ position:absolute; left:0px; top:0px;width:165px; height:98px; text-align:center; line-height:98px; font-size:18px; color:#207fb3; z-index:9; overflow:hidden; text-align:center; display:table-cell; }
.register-box-con2-box-upload .register-box-con2-box-upload-ti img{vertical-align:middle;}
.register-box-con2-box-upload input{ position:absolute; left:0px; top:0px;width:165px;z-index:99; opacity:0;filter:alpha(opacity=0);}
.register-box-con2-box-pw{ height:25px; line-height:25px; font-size:14px; color:#222222; float:left; width:380px;}

.register-box-con-good{ padding:20px 0 410px;color:#222222l}
.register-box-con-good img{ display:block; margin:0 auto;}
.register-box-con-good-p1{ font-size:18px;padding:40px 0 20px; text-align:center; line-height:20px;font-weight:500;}
.register-box-con-good-p2{ font-size:14px;text-align:center; line-height:26px;}

.w358{ width:358px;}
.w228{ width:228px;}
.w120{ width:120px;}
.w380{ width:360px;}
.w278{ width:278px;}
.h88{ height:88px;}
.mar-top50{ margin-top:50px;}
.mar-left10{ margin-left:10px;}
.mar-bottom20{ margin-bottom:20px;}
.bitian{ color:#dc2b2b;}
/*表单提交end*/







.piclink img{ opacity:0.8}
.piclink img:hover{ opacity:1}
.zylj-list{ height:auto; overflow:hidden; padding-top:10px;}
.zylj-list ul{ width:1040px; overflow:hidden;}
.zylj-list li{ width:205px; float:left; line-height:27px; color:#666666}
.zylj-list li a{}


.list_name{ position: relative; height: 83px;}
.list_banner{  height: 217px; margin: 0 auto; }
.list_main{ min-height: 600px; margin: 0 auto 20px auto}
.list_main_left{ width: 240px; float: left;}
.list_main_left .lm_name{ width: 210px; height: 83px; background:url("../images/ico_listjt.png") 215px 60px no-repeat #0b72ac; color: #ffffff; font-size: 24px; line-height: 83px; padding-left: 30px;; margin-top:1px; }
.list_main_left .list_sub{ width: 240px; margin-top:1px;}
.list_main_left .list_sub .l_s_nav{ width: 240px;}
.list_main_left .list_sub .l_s_nav a{ width: 205px; height: 40px; line-height: 40px; background: url("../images/sub_icoa.png") 20px center no-repeat #e4e4e4; padding-left: 35px; margin-bottom: 1px; display: block; font-size: 16px;}
.list_main_left .list_sub .l_s_nav a:hover{ background: url("../images/sub_icob.png") 20px center no-repeat #0b72ac;color: #ffffff}
.list_main_left #here_on{ background: url("../images/sub_icob.png") 20px center no-repeat #0b72ac;color: #ffffff}

/*.lm_name{ width: 210px; height: 83px; background:url("../images/ico_listjt.png") 215px 60px no-repeat #0b72ac; color: #ffffff; font-size: 24px; line-height: 83px; padding-left: 30px;; position: absolute; left: 0; bottom: -133px;}*/
/*.lm_name{ width: 210px; height: 83px; background:url("../images/ico_listjt.png") 215px 60px no-repeat #0b72ac; color: #ffffff; font-size: 24px; line-height: 83px; padding-left: 30px; }*/


.l_s_tnav{ padding: 10px 0; background: #ffffff; width: 240px;}
.l_s_tnav a{ width:190px !important;color: #666666; font-size: 14px !important; line-height: 34px !important; height: 34px !important; display: block; background: url("../images/sub_icoc.png") 40px center no-repeat #ffffff !important; padding-left: 50px !important;}
.l_s_tnav a:hover{background: url("../images/sub_icoa.png") 40px center no-repeat #ffffff !important;color: #0b72ac !important;}

.list_main_right{ background: url("../images/landr_fg.png") left top no-repeat; float: right; width: 725px; padding-left: 40px; margin: 15px 0;}
.list_main_right .list_wz { background:url("../images/listdqwzbg.png") left bottom no-repeat; width: 100%; height: 50px; line-height: 50px;  }
.list_main_right .list_wz h2{ float: left; margin: 0; padding: 0;  font-size: 18px; padding-left: 30px; background: url("../images/ico_lmzs.png") left center no-repeat; height: 50px; line-height: 50px; color: #0b72ac }
.list_main_right .list_wz span{ float: right; color: #666666; font-size: 14px; line-height: 50px; }
.list_main_right .list_wz span a{color: #666666; }

.list_nr{ height: auto; overflow: hidden}
.list_nr li{height: auto; overflow: hidden; border-bottom: #cccccc 1px dashed; padding: 25px 0 }
.list_nr .l_title{ font-size: 16px; line-height: 30px; color: #000000; font-weight: bold;}
.list_nr .l_title a{ color: #0b72ac; }
.list_nr .l_sx{ font-size: 12px; color: #999999; line-height: 24px;}
.list_nr .l_sx span{ margin-right: 20px;}
.list_nr .l_sx  .l_n_date{ background: url("../images/ico_date.png") left center no-repeat; padding-left: 20px}
.list_nr .l_sx  .l_n_look{ background: url("../images/ico_lll.png") left center no-repeat ; padding-left: 20px; }
.list_nr .lr_zy { font-size: 14px; line-height: 24px; color: #666666; padding: 5px 0 0 0}
.list_nr .lr_zy a{  color: #666666;}
.list_nr .lr_zy a:hover{  color: #000000;}


.l_con{}
.l_con .nr_title{ width: 100%; font-size: 24px; color: #000000; line-height: 60px; text-align: center; margin: 25px auto 0 auto}
.l_con .con_sx{ font-size: 14px; text-align: center;  color: #ff6600; width: 100%; height: 30px; line-height: 30px; background: #f6f6f6; }
.l_con .con_nr{ padding: 10px;}
.l_con .con_nr p{ font-size: 14px; color: #333333; line-height: 27px; font-family:"微软雅黑";  text-indent: 2em;text-align: left}



.k_main{min-height: 600px; margin: 0 auto 20px auto}
.k_list{min-height: 600px; margin: 0 auto 20px auto}
.k_name{ background:url("../images/listdqwzbg.png") left bottom no-repeat; width: 100%; height: 50px; line-height: 50px;  }
.k_name h2{ float: left; margin: 0; padding: 0;  font-size: 18px; padding-left: 30px; background: url("../images/ico_lmzs.png") left center no-repeat; height: 50px; line-height: 50px; color: #0b72ac }
.k_name span{ float: right; color: #666666; font-size: 14px; line-height: 50px; }
.k_name span a{color: #666666; }
.klist_nr ul{padding:20px 0; height:auto; margin:0 auto}
.klist_nr li{ text-align:left; font-size:14px; height:36px; line-height:36px;background:url("../images/list_ico.png") left center no-repeat; display:block; width:100%}
.klist_nr li a{line-height:36px; line-height:36px;font-size:14px; color:#333333; padding-left:20px; float:left;}
.klist_nr li a:hover{ color:#0b72ac}
.klist_nr li span{ float:right;line-height:36px; line-height:36px;font-size:14px; color:#666666}















/*end*/
.end {
    background: #3578bb;
    line-height:35px;
    color: #fff;
    padding: 25px 0
}

.copy-right_left {
    float: left;
    width: 80%;
}

.copy-right_right {
    float: right;
    width: 20%;
    text-align: right;
    margin-top: 35px;
    *30px;
}


/* 11.16手机端样式调整 */
/* @media screen and (max-width: 767px){
	.w1024 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}
	.slideBox .bd {
	    position: relative;
	    height: 100%;
		width: 1020px;
	    z-index: 0;
	}
} */