@charset "utf-8";
/* Base Reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu { margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details { display:block; }
table { border-collapse:collapse; border-spacing:0; }
caption,th { text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr { border:0; }
html { overflow-x:hidden;}
i,cite,em,var,address,dfn{}
[hidefocus],summary { outline:0; }
li{list-style:none; }
h1,h2,h3,h4,h5,h6,small { font-size:100%; }
sup,sub { font-size:83%; }
pre,code,kbd,samp { font-family:inherit; }
q:before,q:after { content:none; }
textarea { overflow:auto; resize:none; }
label,summary { cursor:default; }
a,button { cursor:pointer; }
h1,h2,h3,h4,h5,h6,strong,b { font-weight:bold; }
del,ins,u,s,a,a:hover { text-decoration:none; }
body,textarea,input,button,select,keygen,legend {font:12px/1 arial,\5b8b\4f53; outline:0;}
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb { width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after { clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix { display: block; *zoom:1; }

/**全局样式**/
body { font:13px/1 "Microsoft YaHei","Simsun", arial,\5b8b\4f53; color:#333;/*background:url(images/bg.png) repeat-x 0 0;*/}/*背景样式*/
a {color:#333; text-decoration:none;}
a:hover { color:#cd0200;}
.banner {
    min-width:1200px;
    width:100%;/* margin:0 auto;background-color:#1874CD*/
    position: relative;
    overflow: hidden;
    height:146px;
}
.banner .inner {
    width:2140px;
    position: absolute;
    left: 50%;
    margin-left: -1070px;
    /*
    margin:0 auto;
    */
} /**页面全局宽度**/

.wrapper1{width:100%; /*background-color:#D7D7D7;text-align: center;*/}
.wrapper1 .inner {width:1200px;margin:0 auto;} /**页面全局宽度**/

#nav .inner {
    width:100%; margin:0 auto;
}

/**页头开始**/
#header {/*background: url("images/head_banner.png");background-size:cover;*/}
#header .inner {/*background-color: #8d1212*/}
.head { width:1200px; height:146px; position:relative;/*background:url(images/banner.png);*/} /**页头部分**/
/*.head .sitelogo{float:left;padding-top:30px;padding-left:30px;}
/*.head .sitetitle {float:left;margin-top:45px; margin-left:20px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/
/*.navbar {width:1200px;background-color:#1874CD;/*background:url(images/navbar.png) repeat-x 0 50%;*/ } /**导航区域背景**/
.navbar .navbox {width:1200px; margin:0 auto;} /**导航窗口大小及位置**/



/**导航样式：后台绑定时也可以定义配置**/
/**
.navbar .navbox .wp_nav,.navbar .navbox {
    } /**导航高度**/
/**
#nav {width:1200px;text-align:center;background-color:#1874CD}
#nav .inner .navbar{display:inline-block;}  /**面板**/
/**
#nav .inner .navbar .navbox{float:left;list-style:none;margin-left:30px;}  /**窗口**/
/**
.navbar .navbox .wp_nav li.nav-item a {font-size: 16px;font-weight:bold;color:#fff;letter-spacing: 0.1em;
    padding-top: 9px;
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 25px;} /**导航字体样式**/

/**
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent{ color: #EAEAEA;} /**鼠标经过或当前选中时样式**/
/**
.navbar .navbox .wp_nav li.nav-item a span.item-name {padding:0 20px;/* height:40px; *//*line-height:40px;} /**导航栏目高度与边距**/
/*.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#0777b3;opacity: 0.8} /**子菜单背景**/

/*.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;} /**子菜单字体样式**/
/*.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {background:#1874CD; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 20px; line-height:26px;} /**子菜单栏目高度与边距**/

#pic{
    margin: 0 auto;
}

/*自定义导航菜单*/
.wrap {
    width: 100%;
    text-align: center;
}

/* 一级导航栏 */
#nav {
    margin: 0 auto;

}


#nav >ul {
    display: inline-block;
    width: 1200px;
    height: 58px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #DEDEDE;
    background-color:#1874CD ;
}

#nav >ul >li {

    text-align: center;
    float: left;
    list-style-type:none;
}

#nav li {
    text-align: center;
}

#nav a {
    width:150px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    letter-spacing: 0.1em;
    color:#F0F8FF;
    /*
    padding-right: 30px;
    padding-left: 30px;
    */
    line-height: 58px;
    text-align: center;
}

#nav > ul > li:first-child {
    margin-left:20px;

}

.dropdown {
    position:relative;
    height: 58px;
    /*z-index:1000;*/
}

/* 二级导航栏 */

#nav .dropdown ul > li {
    padding-left: 0px;
    text-align: center;

}

#nav .dropdown ul > li a {
    height: 58px;
    font-size: 13px;
    /*padding-left:20px;*/

}


#nav .dropdown ul {
    color: #F0F8FF;
    width: 150px;
    background-color: #0066CC;
    opacity: 0.85;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 100;
}



/* 导航栏功能*/
#nav .dropdown ul {
    /*display: none;*/
}

#nav .dropdown:hover ul {
    /*display:block;*/
}

#nav > ul > li:hover {
    /*color:silver;*/
    border-bottom:2px solid #1C86EE;  /*导航栏加底部线*/
}

#nav > ul > li:hover a{
    /*color:silver;*/

}

#nav .dropdown a {
    /*color:silver;*/
    /*border-bottom:none;*/

}

#nav li li:hover a {

    /*background-color:darkred;*/
}

/*小箭头翻转*/
.dropdown img {

    transition: all 0.2s ease-in-out;
}

.dropdown:hover img {
    transform: rotate(180deg);
}

/*下拉菜单过渡*/

.two{
    position: absolute;
    padding: 0;
    opacity: 0.3;
    height: 0;
    overflow: hidden;/*必须用overflow,不然内容会挤出去，就算设置高度为零也没意义*/
    transition: all 1s ease;
}



.level .dropdown:hover .two{
    opacity: 1;
    height:290px;

}

.two li:hover a{
    background:#1C86EE;
}

/*
.nav > li:nth-child(2){
    position: relative;
}

.nav > li:nth-child(2):hover .two{
    visibility: visible;
}
*/

/*#nav .level>li{transition: .4s;}  /* 颜色添加过渡时间     未处理兼容性*/
/*
#nav .two li{padding: 0 0;transition: .4s;cursor: pointer;}
#nav .two li:hover{background:#1C86EE;}

#nav .level .dropdown ul {
    transition: all .4s;
}
*/




/*图片翻页*/
.pic_sw{

    background-color: #FF9900;
    margin-top: 20px;
    height: 300px;
    width:1200px;
    position:relative;
    margin:auto;
}

.pic_sw .pic_inner{
    float: left;
}

.mainBanner{ margin-top:0; }
.banner_index{height:300px;overflow:hidden;width:1200px; position:relative; margin:auto;}
.banner_index .btn,.banner_pro .bBtn{
    position: absolute;
    top:100px;
    width:40px;
    height: 100px;
    display: block;
    z-index: 3;
    background-image: url(images/leftbtnOUT.png);
}
.banner_index .btnPre,.banner_pro .bPre{background: url(images/leftbtnOUT.png) no-repeat 0 0;left:20px; }
.banner_index .btnNext,.banner_pro .bNext{background: url(images/right_btnOUT.png) no-repeat 0 0;right: 20px;}
.banner_index .btnPre:hover,.banner_pro .bPre:hover{background: url(images/leftbtn.png) no-repeat 0 0;left:20px;}
.banner_index .btnNext:hover,.banner_pro .bNext:hover{background: url(images/right_btn.png) no-repeat 0 0;right: 20px;}
.banner_index .banner_wrap{position: absolute;left:0;top: 0; z-index: 2;}
.banner_index .banner_wrap li{width: 1000;float: left;}

/*Small Banner*/
/*
.smallBanner{height:117px;position: relative;overflow:hidden;width:290px;}
.smallBanner .smallBanner_wrap{position: absolute;left:0;top: 0; z-index: 2;}
.smallBanner .smallBanner_wrap li{width: 290px;float: left;}
.smallBanner_num{width:290px;margin: 0 auto;padding:10px 0;text-align: center; position:absolute; top:88px; z-index:2;}
.smallBanner_num a{width: 36px;height: 5px;display: inline-block;_zoom:1;font-size: 0;line-height: 0;margin:0 1px; background-color:#767676;}
.smallBanner_num a.on,.smallBanner_num a:hover{background: #1785c1;}
*/


/**标题栏新闻窗口**/
.post { margin-bottom:10px;}
.post .tt { display:inline-block; width:100%; border-bottom:1px solid #6db4e0;} /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:14px; font-weight:bold; color:#216687;} /**标题字体**/
.post .tt .tit .title { display:inline-block; line-height:32px;} /**标题图标**/
.post .tt .more_btn { display:inline-block;float:right; height:32px; line-height:32px; } /**更多按钮**/
.post .con { padding:5px 0; margin:0 auto;}
.post .con .wp_article_list .list_item { font-size:16px;line-height: 38px;border-bottom:0 dashed #ccc;} /**系统新闻列表border-bottom:1px dashed #ccc;**/
.post .con .wp_article_list .list_item span{margin-left:0px;margin-right:5px;} 
.post .con .wp_article_list .list_item .Article_Index {background:url(images/icon_li0.gif) no-repeat bottom;} /**新闻列表图标**/
/*带图标标题*/
.post1 {}
.post1 .tt {background:url(images/icon_tit.gif) no-repeat 5px center;}
.post1 .tt .tit {}
.post1 .tt .tit .title {padding-left:35px; }
/**自定义新闻列表**/
.news_list {}
.news_list li.news {font-size: 16px;line-height:38px; padding-left:13px; background:url(images/icon_li0.gif) no-repeat 0 9px;list-style-type:none} /**标题图标**/
.news_list li.news span.news_title {float:left;}
.news_list li.news span.news_title  img{ vertical-align:middle;}
.news_list li.news span{margin-left:0px;margin-right:5px;}
.news_list li.news span.news_meta { float:right; margin-left:2px;}
.news_list li.news p {clear:both; line-height:20px; color:#787878;}
.news_list li.news p a { color:#787878;}
.news_list li.news p a:hover { color:#444; text-decoration:underline;}
/** 
*其他样式
*/
/*新闻栏日历*/
.rizi {
    width: 72px;
    float: left;
    height:72px;
    background: rgba(192, 192, 192, 0.51);
}
.rili {
    padding: 9px 0;
    display: inline-block;width: 334px;
}
.pubdate-day {
    height: 25px;
    text-align: center;
    padding-top: 7px;
    font-size: 25px;
    background-color:#F0F0F0;
}
.pubdate-time {
    background-color:#1874CD;
    text-align: center;
    font-size: 15px;
    height: 28px;
    padding-top: 10px;
}

.tongzhibiaoti {
    padding-left: 100px;
}
.tongzhibiaoti a {
    font-size: 16px;
    line-height:38px;
    padding-left:0;
    font-family: "微软雅黑";
    color: #343535;
}
.rili.n1 .tongzhibiaoti a {
    /*color: #245081;*/
}

/**主体开始**/
#container {/* padding:7px 0; background-color: #D7D7D7*/}
#container .inner {background:#fff;width:1200px;padding:0;border:1px solid #e5e5e5;margin: 0 auto}

/**首页三列布局**/
.mod {margin:5px}
.mod .ml {width:380px; float:left;}/**左列**/
.mod .mc { width:390px; margin-left:20px; float:left;} /**中间**/
.mod .mr { width:380px; float:right;} /**右列**/
/*.mbox { padding:0 10px; border:1px solid #d3d3d3; background:#f9f8fd;}*/
#wid {height:210px;
    width:322px;}

/**首页两列布局**/
.model{}
.model .left{width:770px;height: 150px;margin:5px;float:left;background:url(images/linklogo1.png) no-repeat left;}
.model .right{width:380px;height:150px;margin:5px;float:right;}
/*
.model .left1{width:770px;height: 150px;margin:10px;float:left;background-color: #245081}
*/

/* ul li以横排显示 */

/* 所有class为menu的div中的ul样式 */
.model .left ul
{
    width:770px; height:150px; border:3px solid #f2f2f2; margin-bottom:16px;
    padding-left: 115px;
   list-style:none;  /*去掉ul前面的符号 */
    /*margin: 0px; 与外界元素的距离为0 */
    /* padding: 0px; 与内部元素的距离为0 */
    /* width: auto; 宽度根据元素内容调整 */
}
/* 所有class为menu的div中的ul中的li样式 */
.model .left ul li
{
    float:left; /* 向左漂移，将竖排变为横排 */
    margin-left: 0;
}

#tab div {
    width:1160px;
    /*height:auto!important;*/
    height: 180px;
    /*border:1px solid #999;*/
    display:none;
    padding-top:0;
    padding-bottom:60px;
    background: url("images/bgcolor.png");
    text-align:left;
    /*
    background-color: rgba(23.9955,115.9995,204.9945,0.85);
    opacity:0.85;
    -moz-opacity:0.85;
    -webkit-opacity:0.85;
    -khtml-opacity:0.85;
    filter:alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    */


}

.levelTab a{
    padding-left: 20px;
}



#tab .levelTab{padding-left:30px;margin:0 auto;}
#tab .levelTab br{ clear:both;}
#tab .levelTab a{
    /*font-family:SimSun;*/
    font-family: "Microsoft YaHei";
    color:#000033;
    float:left;
    font-size:15px;
    display:block;
    background:url(images/miniit.png) no-repeat left center;
    /*
    background-size: 7%;
    */
    height:22px;
    text-indent:8px;
    margin-top:20px;
    line-height:20px;
    width:270px;
    }
#tab .levelTab a:hover{ color:#F0F8FF;}

.link{
    background:url(images/itlogo2.png) no-repeat left top;
    /*
    background-size: 7%;
    */
    text-align: center;
    margin: 5px;
}

.link ul{
    height: 85px;
    /*border:3px solid #f2f2f2;*/
    list-style: none;
    padding-left: 80px;
    /*margin-bottom:16px;*/
}

.link ul li{
    height: 85px;
    margin:0 40px;
    float:left;
}

/*
.link ul li a, .link.left ul li a:visited{
    font-size: 15px;
    /* background-color: #465c71; 背景色 */
    /*border: 1px #4e667d solid;  边框 */
/*
    color:darkred/* 文字颜色 */
/*     display: block; 此元素将显示为块级元素，此元素前后会带有换行符 */
/*     line-height: 5em; 行高 */
/*    padding: 4px 6px;  内部填充的距离 */
/*    text-decoration: none;  不显示超链接下划线 */
/*    white-space: nowrap;  对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}

.link ul li a:hover{
    background-color: #bfcbd6; /* 背景色 */
    color: #465c71; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}

.link .left ul li a:active{
    background-color: #465c71; /* 背景色 */
    color: #cfdbe6; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
/**快速通道**/
.link .x1{width:100px;background:url(images/n1.gif) no-repeat 20% 8px;}
.link .x2{width:100px; background:url(images/n2.gif) no-repeat 20% 8px;}
.link .x3{width:100px; background:url(images/n3.gif) no-repeat 20% 8px;}
.link .x4{width:100px; background:url(images/n4.gif) no-repeat 20% 8px;}
.link .x5{width:100px; background:url(images/n1.jpg ) no-repeat 20% 8px;}


/* 所有class为menu的div中的ul中的a样式(包括尚未点击的和点击过的样式) */
.model .left ul li a, .model .left ul li a:visited
{
    font-size: 17px;
    /* background-color: #465c71; 背景色 */
    /*border: 1px #4e667d solid;  边框 */
    color:darkred/* 文字颜色 */
    display: block; /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    line-height: 12em; /* 行高 */
    padding: 0px 5px; /* 内部填充的距离 */
    text-decoration: none; /* 不显示超链接下划线 */
    white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
/* 所有class为menu的div中的ul中的a样式(鼠标移动到元素中的样式) */
/*
.model .left ul li a:hover
{
    background-color: #bfcbd6; /* 背景色 */
/*
    color: #465c71; /* 文字颜色 */
/*
    text-decoration: none; /* 不显示超链接下划线 */
}
/* 所有class为menu的div中的ul中的a样式(鼠标点击元素时的样式) */

/*
.model .left ul li a:active {
    background-color: #465c71; /* 背景色 */
/*
    color: #cfdbe6; /* 文字颜色 */
/*
    text-decoration: none; /* 不显示超链接下划线 */
}

/*
.left .i1{height:85px; background:url(images/160621_03.png) no-repeat 50% 40px;}
.left .i2{height:85px; background:url(images/160621_06.png) no-repeat 50% 40px;}
.left .i3{height:85px; background:url(images/160621_08.png) no-repeat 50% 40px;}
.left .i4{height:85px; background:url(images/160621_10.png) no-repeat 50% 40px;}
.left .i5{height:85px; background:url(images/160621_12.png) no-repeat 50% 40px;}
.left .i6{height:85px; background:url(images/160621_16.png) no-repeat 50% 40px;}

 */


/*背景更换无效果*/
.link .active{
    background-color: rgba(23.9955,115.9995,204.9945,0.65);
}


/*图标翻转*/
/*
.back{

}

.back img{

    cursor: pointer;
    -webkit-transition:all .9s ease-out;
    -moz-transition:all .9s ease-out;

    -o-transition:all .9s ease-out;
    transition:all .9s ease-out;
    /*opacity: 0.85;
    filter:alpha(opacity=85);
     */

}

/*
.back img:hover{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /*background-color: #1874CD;
    /**opacity: 1;
    filter:alpha(opacity=1);*/
/*


}

/*图标放大*/
.icon{

}

.icon img{
    opacity: 0.85;
    filter:alpha(opacity=85);
    cursor: pointer;
    transition: all 0.6s ease-out;
    -webkit-transition:all 0.6s ease-out;
    -moz-transition:all .6s ease-out;
    -ms-transition:all .6s ease-out;
    -o-transition:all .6s ease-out;


}
.icon img:hover{
    transform: scale(1.3);
    opacity: 1;
    filter:alpha(opacity=1);

}

/*

#wp_nav_w70 .wp_nav{width:530px; margin-left:128px; height:auto}
#wp_nav_w70 .wp_nav .nav_item{width:62px; height:85px;background-color: #8d1212}
.content_botbox{width:100%; height:auto; min-width:1400px;}
.content_bot{width:1000px; height:auto; margin:0 auto;}
.cont_bot{float:left; width:675px; height:auto; margin-top:48px;}
.service{width:658px; height:85px; border:3px solid #f2f2f2; background:url(images/bg_03.png) no-repeat left; margin-bottom:16px;}
#wp_nav_w70 .wp_nav .i1{height:85px; background:url(images/160621_03.png) no-repeat 50% 20px;}
#wp_nav_w70 .wp_nav .i2{height:85px; background:url(images/160621_06.png) no-repeat 50% 20px;}
#wp_nav_w70 .wp_nav .i3{height:85px; background:url(images/160621_08.png) no-repeat 50% 20px;}
#wp_nav_w70 .wp_nav .i4{height:85px; background:url(images/160621_10.png) no-repeat 50% 20px;}
#wp_nav_w70 .wp_nav .i5{height:85px; background:url(images/160621_12.png) no-repeat 50% 20px;}
#wp_nav_w70 .wp_nav .i6{height:85px; background:url(images/160621_16.png) no-repeat 50% 20px;}
#wp_nav_w70 .wp_nav .i7{height:85px; background:url(images/160621_15.png) no-repeat 50% 20px;}
#wp_nav_w70 .wp_nav .nav-item a span.item-name{font-size:15px; color:#6a6a6a;padding: 56px 6px;}

*/

/**页脚开始**/
#footer {background-color:#1874CD;min-width:1200px;display:inline-block; width: 100%}
#footer .inner { padding:10px 0; /*border-top:2px solid #036;*/ text-align:center;}
#footer .inner p { font-size:14px; line-height:20px; text-align:center;}
#footer .inner p span { margin:0 3px;}

/**列表页**/
.col_menu {width: 210px;float:left;position:relative;margin-right: -220px;} 
.col_menu .col_menu_head { background:url(images/col_menu_head.jpg) no-repeat 0 0;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight: normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 30px;padding: 0px 5px 0px 30px;background:url(images/icon_col_name.gif) no-repeat 5px 9px;}/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.col_list .wp_listcolumn { border-top:1px solid #2867A0; border-bottom:1px solid #fff; }
.col_list .wp_listcolumn .wp_column a {font-size:16px;color: #f2f2f2;background: #1874CD url(images/icon_column_1.gif) no-repeat 10px 10px;border-top:1px solid #fff;border-bottom: 1px solid #ddd;}/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name{padding-top:0px; padding-bottom:0px; padding-left:25px; line-height:30px!important; }
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { background-image:url(images/icon_column_1_hover.gif);}/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#f2f2f2;}
/**二级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {color:#f2f2f2;background: #1874CD url(images/icon_column_2.gif) no-repeat 26px 11px;}/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a .column-name{padding-left:40px;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#fff; background-image:url(images/icon_column_2_hover.gif);}	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}
/**三级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 42px 10px;}/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name{padding-left:55px;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}
/**四级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 57px 10px;}/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name{padding-left:70px;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}
/**五级栏目列表*/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;}/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name{padding-left:85px;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

/**栏目新闻**/
.col_news {width:100%;float:left;} 
.col_news_box{
    padding: 10px;
    margin-left: 210px;}

.col_news_head {border-bottom:1px solid #ccc;}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:18px;font-weight: normal;}   /**当前栏目名称**/
.col_metas .col_path { font-size:14px;display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.col_news_list { margin-top:7px;min-height:300px; }
.col_news_list .wp_article_list .list_item {font-size:16px} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item span{margin-left:0px;margin-right:5px;}
.col_news_list .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:13px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:6px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox { width:65%;float:left;margin:0 auto;}
.article {}
.article h1.arti_title {line-height:50px;font-size:18px;font-family: "Microsoft YaHei";color:#282828;text-align:center;} /**文章标题**/
.article .arti_subtitle {line-height:30px;font-size:16px;color:#282828;font-family: "Microsoft YaHei";text-align:center;} /**文章副标题**/
.article .arti_metas { padding:5px 0 15px 0; text-align:center;border-bottom: 1px solid #D0D0D0;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto;padding:15px 15px; min-height:300px; overflow:hidden;} /**文章内容**/
.article .entry .read,.article .entry .read p {font-family:微软雅黑,'microsoft yahei';text-indent:0em;text-align:left;line-height:1.7; font-size:15px; color:#333;} /**阅读字体**/
.article .entry .read p { margin-top:0;margin-bottom:0;}
.article .entry .read img { max-width:600px; _width:expression(this.width > 940 ? "600px" : this.width); }  /**文章阅读部分图片大小限制**/

.infoboxr
{
    float:right;background:white;height:auto;border-radius:5px;padding-left:10px;width:30%;
}

.infobox_tit
{
    color: #282828;font-size: 20px;font-weight:bold;line-height: 36px;width: 100%;margin: 15px 0;
}

.infobox_bt
{
    line-height:28px;vertical-align:middle;max-height: 28px;font-size:15px;
}

.infobox_fbsj
{
    line-height:28px;vertical-align:middle;"><span style="float:left;color:#5c5c5c;font-family: 'Georgia';font-size:15px;
}

.infobox_views
{
    float:right;color:#999;font-size:12px;
}
.foot{
    width:100%;
    height: 40px;
    /*padding-bottom: 10px;*/
    padding-top: 20px;
    text-align: center;
    color:#F0F8FF;
}

/*右侧悬浮条*/
#curtain {
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 260px;
    width: 70px;
}
#curtain .blk {
    height: 71px;
    margin: 0;
    background-color: #1874CD;
    opacity: 0.9;
    padding-top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F0F8FF;
}
#curtain .blk p {
    padding: 2px;
    color: #F0F8FF;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
}

#curtain .blk:hover {
    background-color: #1C86EE;
    opacity: 0.9;
}
/* rightWindow */
.rightWindow{
	position:fixed;
	z-index:999;
	right:100px;
	top:200px;
}
.rightWindow .news_list .news{
	padding:0;
	background:none;
}
.rightWindow .news_video{
	width:120px;
	height:120px;
	
}
.rightWindow .news_video a{
	position:relative;
	z-index:10;
	display:block;
	width:100%;
	height:100%;
}
.rightWindow .news_video video{
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
}
.rightWindow .news_video:before,
.rightWindow .news_video:after {
	content: '';
	border: 1px solid #2f82d2;
	box-shadow: 0px 0px 12px 0px rgb(47 130 210);
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	position: absolute;
	opacity: 0;
}
.rightWindow .news_video:before {
	animation: ripple 2s ease-out infinite;
}
.rightWindow .news_video:after {
	animation: ripple 2s 1.5s ease-out infinite;
}
@keyframes ripple {
	0% {
		transform: scale(1.2);
		opacity: 0.1;
	}
	25% {
		transform: scale(1.3);
		opacity: 0.3;
	}
	50% {
		transform: scale(1.4);
		opacity: 0.5;
	}
	75% {
		transform: scale(1.5);
		opacity: 0.1;
	}
	100% {
		opacity: 0;
	}
}
/*媒体查询*/
@media screen and (max-width: 768px){
    #curtain{display: none;}

}