@import "style_05info.css";

body,td,th {font-size: 14px;color: #333333; font-family:"SimSun";}
*{margin:0; padding:0;}
/*li{list-style:none;}*/
img{vertical-align:middle; border:none;}

.clear{clear:both; height:0px; _overflow:hidden;}
.fl{ float:left;}
.fr{ float:right;}
.w1400{ width:1400px; margin:0 auto;}
.mb30{ margin-bottom:30px;}
.none{ display:none;}
.bordernone{ border: none!important;}
.relative{ position:relative;}

a {font-size: 14px;color: #333333; cursor:pointer;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color:#FF0000;}
a:active {text-decoration: none;}

/*滚动条底层的样式*/
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	-ms-border-radius: 10px;
	background-color: #e9f0ff;
}

.scrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color: #e9f0ff;
}

/*滚动条的样式*/
.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-ms-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #62a1ed;
}

.scrollbar{
scrollbar-face-width:10px;
scrollbar-arrow-color: transparent; /**//*三角箭头的颜色*/
scrollbar-face-color: #62a1ed; /**//*立体滚动条的颜色*/
scrollbar-3dlight-color: #e9f0ff; /**//*立体滚动条亮边的颜色*/
scrollbar-highlight-color: #e9f0ff; /**//*滚动条空白部分的颜色*/
scrollbar-shadow-color: #e9f0ff; /**//*立体滚动条阴影的颜色*/
scrollbar-darkshadow: inset 0 0 6px rgba(0,0,0,0.3); /**//*立体滚动条强阴影的颜色*/
scrollbar-track-color: #e9f0ff; /**//*立体滚动条背景颜色*/
scrollbar-base-color:#62a1ed; /**//*滚动条的基本颜色*/
}

/*.login{background-color:#f5f5f5; border-bottom:#e6e6e6 1px solid; height:40px; line-height:40px;}
.login-main{ width:850px; margin:0 auto;}*/

.top{ width:1400px; height:140px; margin:0 auto; background:url(../2023images/topbg1.png) no-repeat right bottom; position:relative;}
.top-logo{ position:absolute; left:10px; top:35px;}
/*导航*/
.top-nav{ position:absolute; left:620px; top:65px;}
.top-nav li{ float:left; margin:0 20px; list-style:none;}
.top-nav li a{ font-size:20px; font-weight:bold; height:20px; line-height:20px; padding-bottom:20px;}
.top-nav li:hover a{ background:url(../2023images/navline.png) no-repeat bottom center; color:#2d66a2;}
.top-right{ position:absolute; top:15px; right:10px;}
/*搜索*/
.top-search{ float:right; border: #878787 1px solid;border-radius: 5px; -moz-border-radius:5px; height:30px; line-height:30px; overflow:hidden;}
.search-text{ float:left; width:160px; height:30px; line-height:30px; border:none; outline:none; padding-left:10px; font-size:14px;}
.search-btn{background:url(../2023images/search.png) no-repeat center; width:30px; height:30px; cursor:pointer; border:none; outline:none;}
/*搜索*/
.top-login{ float:right; line-height:32px; font-weight:bold; margin-left:10px;}
.top-login span{ color:#2d66a2!important;}
.login-dl{ float:left; background:#6cacea; height:32px; line-height:32px; font-weight:bold; color:#FFF; outline:none; display:block; padding:0 10px; margin-right:10px;border-radius: 5px; -moz-border-radius:5px;}
.login-zc{ float:left; background:#7dd58b; height:32px; line-height:32px; font-weight:bold; color:#FFF; outline:none; display:block; padding:0 10px; border-radius: 5px; -moz-border-radius:5px;}
.login-dl:hover,.login-zc:hover{ color:#FFF;}

.topbg{ height:360px;}
.fullSlide{width:100%;position:relative;height:360px;background:#000; min-width:1400px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:360px;overflow:hidden;text-align:center;list-style:none;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:60px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{ display:none;text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:30px;height:10px;margin:5px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;list-style:none;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:none;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .prev{background: url(../image/p_prev.png) no-repeat;}
.fullSlide .next{left:auto;right:15%;background: url(../image/p_next.png) no-repeat;}

/*导航*/
.nav{ width:1400px; margin:30px auto; height:30px; line-height:30px;}
.nav li{ float:left; border-right:#3a95dc 1px solid;list-style:none;}
.nav li:last-child{ border:none;}
.nav li a{ /*color:#30609f;*/ font-size:20px; font-weight:bold; padding:0 22px 20px;}
.nav li:hover a{ background:url(../2023images/navline.png) no-repeat bottom center; color:#2d66a2;}

.box1-l{ width:400px; height:400px; background:#565656; float:left; position:relative;}
.box1-l .pre{ width:40px; height:60px; background:url(../2023images/prev.png) no-repeat; position:absolute; left:0; top:110px; z-index:10; cursor:pointer;}
.box1-l .next{ width:40px; height:60px; background:url(../2023images/next.png) no-repeat; position:absolute; right:0; top:110px; z-index:10; cursor:pointer;}
/* 滚动幻灯片 */
.playBox{width:400px; height:400px; margin:0 auto; position:relative; overflow:hidden;}
.playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
.playBox .oUlplay li{ float:left; width: 400px; height:400px; position:relative;list-style:none;}
.playBox .oUlplay li img{width:400px; height:280px;}
.playBox .oUlplay li span{ position:absolute; left:0; top:240px; width:100%; text-align:center; background:url(../2023images/titlebg1.png) repeat-x; color:#FFF; height:40px; line-height:40px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.playBox .oUlplay li p{ margin:10px 20px; line-height:20px; text-indent:2em; color:#FFF; font-size:14px; height:60px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;}
.playBox .smalltitle { width: 70px; height:8px; position:absolute; bottom:20px; left: 170px; z-index:10;}
.playBox .smalltitle li{ width:8px; height:8px; margin-right:5px; background:#fff; float:left; overflow:hidden; *display:inline; *zoom:1;list-style:none;}
.playBox .smalltitle .thistitle{ background:#f2ad3d;}

.box1-r{ width:970px; height:400px; float:right; background:url(../2023images/boxbg1.png) no-repeat center center;}
.box1-r-div{ width:460px;}
.box1-r-div-t{ height:35px; line-height:35px; background:url(../2023images/titlebg2.png) no-repeat left center;}
.box1-r-div-t span{ float:left; font-size:18px; color:#132c5f; font-weight:bold;}
.box1-r-div-t span font{ font-size:22px; color:#fff; padding:0 20px;}
.box1-r-div-t a{ float:right; color:#989898; font-size:14px;}
.box1-r-div-t a font{ background:#dadada; color:#FFF; padding:0 2px; margin-left:5px;}
.box1-r-div-c1{ border-bottom:#c5c5c5 1px dashed; background:url(../2023images/dot1.png) no-repeat left 13px; padding:0 0 0 15px; height:120px; margin-top:15px;}
.box1-r-div-c1 .title{ width:100%; height:35px; line-height:35px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.box1-r-div-c1 .title a{ color:#145678;}
.box1-r-div-c1 .content{ color:#5e5e5e; line-height:20px; font-size:14px; margin:5px 0;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;}
.box1-r-div-c1 .date{ padding-left:20px; background:url(../2023images/date.png) no-repeat left center; color:#9b9898; height:35px; line-height:35px;}

.box1-r-div-c2{ margin-top:15px;}
.box1-r-div-c2 li{ float:left; width:100%; height:35px; line-height:35px;list-style:none;}
.box1-r-div-c2 li a{ float:left; background:url(../2023images/dot1.png) no-repeat left center; text-indent:15px; width:80%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.box1-r-div-c2 li span{ float:right; color:#9b9898;}

.box2{ height:310px; margin-top:20px; background:url(../2023images/boxbg2.jpg) no-repeat;}
.box2-l{ width:238px; height:238px; border:#2d66a2 1px solid; border-radius:20px; -moz-border-radius:20px; margin:35px 0 0 40px; float:left; background:url(../2023images/logo2.png) no-repeat center 40px; color:#29599b; text-align:center;}
.box2-l-t{ font-weight:bold; font-size:22px; margin-top:130px;}
.box2-l-c{ margin-top:20px;}
.box2-r{ height:260px; width:1110px; float:left; overflow-y:auto;margin-top:15px;}
.box2-r li{ float:left; width:100px; height:110px; background:rgba(255,255,255,0.7); margin:20px 0 0px 20px; border-radius:5px; -moz-border-radius:5px; text-align:center;list-style:none;}
.box2-r li a{ width:100px; height:110px; display:block;}
.box2-r li img{ margin:18px 0 12px;}
.box2-r li span{ display:block; line-height:20px; font-size:14px; width:60px; margin:0 auto;}
.box2-r li span.line40{ line-height:40px;}

.box3{ margin:20px auto;}
.box3-l{ width:780px; float:left;}
.box3-r{ width:600px; float:right;}
.box3-l-t{ border:#e5e5e5 1px solid; border-bottom:#bebebe 1px solid; background:url(../2023images/titlebg3.jpg) repeat-x; height:38px; line-height:38px;}
.box3-l-t span{ font-size:22px; font-weight:bold; margin-left:10px; float:left; background:url(../2023images/titleico1.jpg) no-repeat left center; padding-left:20px;}
.box3-l-t span font{ color:#c73a2c; font-family:"STLiti";font-size:30px;}
.box3-l-t a{ float:right; margin:15px 10px 0 0;}
.box3-l-c{ padding:10px 0; height:350px;}
.box3-l-c li{ float:left; width:100%; overflow:hidden; height:35px; line-height:35px;list-style:none;}
.box3-l-c li .box3-c-main{float:left; background:url(../2023images/dot2.png) no-repeat left center; text-indent:20px; width:85%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.box3-l-c li .box3-c-lm font{ color:#437893; margin-right:5px;}
.box3-l-c li .box3-c-date{ float: right; color:#949191;}

.box3-r-t{ border:#e5e5e5 1px solid; border-bottom:#367fd2 1px solid; background:url(../2023images/titlebg4.jpg) repeat-x; height:38px; line-height:38px;}
.box3-r-t span{ font-size:22px; font-weight:bold; margin-left:10px; float:left; background:url(../2023images/titleico2.jpg) no-repeat left center; padding-left:20px;}
.box3-r-t a{ float:right; margin:15px 10px 0 0;}
.box3-r-c{border:#d7d7d7 1px solid; border-top:none; padding:10px; height:350px;}
.box3-r-c li{ float:left; width:100%; overflow:hidden; height:35px; line-height:35px;list-style:none;}
.box3-r-c li .box3-c-main{float:left; background:url(../2023images/dot3.png) no-repeat left center; text-indent:20px; width:80%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.box3-r-c li .box3-c-lm font{ color:#437893; margin-right:5px;}
.box3-r-c li .box3-c-date{ float: right; color:#949191;}

.box4{ height:120px; background:url(../2023images/banner1.jpg) no-repeat top center;}

.box5{ height:120px; overflow:hidden;}

.box6-div{ width:452px;}
.box6-mr{ margin-right:23px;}
.box6-div-t{ height:92px; line-height:80px; font-size:20px; font-weight:bold; color:#FFF; padding-left:110px;}
.box6-div-t1{ background:url(../2023images/titlebg5.jpg) no-repeat;}
.box6-div-t2{ background:url(../2023images/titlebg6.jpg) no-repeat;}
.box6-div-t3{ background:url(../2023images/titlebg7.jpg) no-repeat;}
.box6-div-c{ background:#f1f5fa; margin-top:-10px; border-radius:15px 15px 0 0; -moz-border-radius:15px 15px 0 0; padding:15px 20px; height:326px;}
.box6-div-c li{ float:left; width:100%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden; height:35px; line-height:35px;list-style:none;}
.box6-div-c li font{color:#437893; margin-right:5px;}
.box6-div-b{ border:#c0c0c0 1px solid; width:88px; height:24px; line-height:24px; text-align:center; margin:20px auto 0; border-radius:5px; -moz-border-radius:5px;}
.box6-div-b a{ display:block; width:88px; height:24px; color:#9c9d9e; font-size:14px;}


.bottom{ background:#2d66a2; padding:20px 0; margin-top:20px; font-weight:bold; min-width:1400px;}
.bottom-title{ width:130px; text-align:center; font-size:16px; font-weight:bold; color:#62ebf0; line-height:40px; float:left;}
.bordernone{ border:none!important;}
.bottom-box{ width:253px;border-right:#799dc4 1px dashed; float:left;}
.bottom-box li{ width:100%; text-align:center; line-height:28px; height:28px;list-style:none;}
.bottom-box li a{ color:#FFF;}
.bottom-txt{ text-align: center; line-height: 25px; color: #fff;}
.bottom-txt td{ color: #fff;}
.bottom-txt a{ color: #fff;}


/*列表、文章*/
.list-main{ }
.list-left{ width: 280px; float: left;}
.list-right{ width: 1100px; float: right; position:relative;}
.list-l-t1{ background: url(../2023images/list-tbg1.png) no-repeat top center; padding:5px 0;}
.list-l-t2{ background: url(../2023images/list-tbg2.png) no-repeat center; height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; color: #FFF; text-align: center;}
.list-l-t3{ background: url(../2023images/list-tbg2.png) no-repeat center; height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; color: #FFF; text-align: center;}
.list-l-t4{ border-bottom:#486bb7 1px solid; height:30px; width:240px; margin:0px auto;}
.list-l-t4 .txt{ float:left; width:200px; padding-left:5px; background:none; height:30px; line-height:30px; border:none; outline:none;}
.list-l-t4 .btn{ float:right; width:30px; height:30px; background:url(../2023images/search2.png) no-repeat center; border:none; outline:none; cursor:pointer;}

.list-l-c{ max-height:1000px; overflow-y: auto;}
.list-l-c li{ margin-bottom: 1px;list-style:none;}
.list-l-c li a{ display:block;line-height: 22px; background: url(../2023images/list-xz1.png) no-repeat left center;font-weight:bold; padding-left: 20px; font-size:12px;}
.list-l-c li a.on{background: url(../2023images/list-xz2.png) no-repeat left center; color: #FFF;}
.list-l-c li a:hover{ color:#333;}
.list-l-c li a.on:hover{ color: #FFF;}
/*.list-l-c li.active{background: url(../2023images/list-xz2.png) no-repeat;}
.list-l-c li.active a{ color: #FFF;}*/

.list-l-c2 li{ line-height:30px; margin-bottom: 1px; background: url(../2023images/list-down.png) no-repeat 240px 8px #e9f0ff; font-weight:bold;list-style:none;}
.list-l-c2 li a{ display: block; padding-left: 20px;}
.list-l-c2 li span{ padding-left: 30px;}
.list-l-c2 li ul li{ background:#f7faff; line-height:30px; padding:5px 0; margin-bottom:0;list-style:none;}
.list-l-c2 li ul li a{ color:#676767; font-weight:normal; display:block; padding:0 10px 0 30px; font-size:16px;}
.list-l-c2 li ul li:hover a{ color:#4e94c7;}

.list-l-c>div{ cursor:pointer; font-size:12px;}
.list-l-c>div[data-level="0"]{ line-height: 22px; margin-bottom: 1px; background: url(../2023images/list-xz1.png) no-repeat left center; font-weight:bold; padding-left: 20px;}
.list-l-c>div[data-level="1"]{ background:#f7faff; line-height:20px;  padding:0px 10px 0px 30px; color:#676767;}
.list-l-c>div[data-level="2"]{ background:#f7faff; line-height:20px; padding:0px 10px 0px 40px; }
.list-l-c>div[data-level="3"]{ background:#f7faff; line-height:20px; padding:0px 10px 0px 50px; }
.list-l-c>div[data-level="0"].active{ background: url(../2023images/list-xz2.png) no-repeat left center; color:#FFF; }
.list-l-c>div[data-level="1"].active{ color:#0099FF;}
.list-l-c>div[data-level="2"].active{ color:#0099FF;}
.list-l-c>div[data-level="3"].active{ color:#0099FF;}
.list-l-c .highlight{ color:#FF0000;}

.list-r-t{ border-bottom: #1c4aa5 2px solid; background: #f5f5f5; height: 30px; line-height: 30px;}
.list-r-tl{ float: left; margin-left: 10px; font-weight: bold;}
.list-r-tr{ float: right; margin-right: 10px; color: #929292;}
.list-r-tr a{ color: #929292;}
/*通用列表模板右侧列表*/
.list-r-c{ margin-top: 5px;}
.list-r-c li{ height: 25px; line-height: 25px;list-style:none;}
.list-r-c li .list-r-main{ width: 85%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list-r-c li .list-r-lm font{ color: #0f65f1;}
.list-r-c li .list-r-date{ float: right;}
.list-r-fy{ padding: 20px 0; text-align: center;}
.list-r-ly{ margin-top:15px; clear:both;}

/*财税法规模板右侧列表*/
.list-r-c2{ margin-top: 5px;}
.list-r-c2 ul:after,.list-r-c2 ul:before {content: "";display: block;clear: both;}
.list-r-c2 li{ height: 25px; line-height: 25px;list-style:none;}
.list-r-c2 li .list-r-main{ width:58%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list-r-c2 li .list-r-lm font{ color: #0f65f1;}
.list-r-c2 li .list-r-date{ float: right;}
.list-r-c2 li .list-r-wh{ float: right; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; width:25%; margin-right:10px;}
.list-r-form{margin-top: 5px;}
.list-r-txt{ width:98%; height:25px; line-height:25px;}
.list-r-txt2{ width:80%; height:25px; line-height:25px; border:1px solid; background:url(../2023images/more2.png) no-repeat right center;padding-right:26px;cursor:pointer;}
.list-r-txt3{ margin:0px 5px 0 0;}
.list-r-btn{ border:none; background:#4689f7; color:#fff; width:50px; height:25px; line-height:25px; font-size:14px; font-weight:bold; cursor:pointer;}

/*财税专题右侧列表*/
.list-r-cszt-t{ border-bottom:#727272 1px dashed; padding-bottom:5px; height:42px; line-height:32px; margin-top:5px;}
.list-r-cszt-t:after,.list-r-cszt-t:before {content: "";display: block;clear: both;}
.list-r-cszt-t span{ float:left;width: 140px;height: 42px; background:url(../2023images/list-title.png) no-repeat left top;background-size: 100% 100%;text-align: center;font-size: 16px;color: white;}
.list-r-cszt-t a{ float:right;}
.list-r-cszt-t2{  height:30px; line-height:30px; margin-top:5px;}
.list-r-cszt-t2 span{ background:#bcd0fb; padding:0 20px; height:30px; line-height:30px; float:left; margin-left:20px;}
.list-r-cszt-t2 a{ float:right;}
.list-r-cszt-c{ margin-top:5px;}
.list-r-cszt-c:after,.list-r-cszt-c:before {content: "";display: block;clear: both;}

/*注册登录*/
.zc{ margin:20px auto 0;}
.zc-l{width:250px; float:left;}
.zc-r{ width:750px; float:left; overflow:hidden;}

.dl{width:970px; margin:20px auto 0; background:url(../2023images/login.jpg) no-repeat center; height:450px; position:relative;}
.dl-main{width:255px;height:207px;/*position:absolute;left:36px;top:170px;*/ margin:20px auto 0;background:url(../2023images/login-btn.jpg) no-repeat center;}
.dl-t{ height:40px; line-height:40px; color:#18649E; font-weight:bolder; text-align:left; padding-left:15px;}
.dl-c{ width:90%; margin:0 auto;}
.dl-c td{ text-align:left; padding:2px 0;}
.dl-c td span{ color:#0066cc!important;}
#userName,#passWord{ width:120px!important; height:20px!important; line-height:20px;}
#codeInput{ height:20px!important; width:50px;}
#subLogin,#subReg{ width:50px; height:20px; line-height:20px;}

/************在线咨询******************/
.qstitle{ height:35px; width:100%; text-align: left; overflow:hidden }
.qsdate{ display:none; text-align:right; line-height:35px;font-size:18px; width:20%; padding-right:10px;}
#detailInfoDiv{ text-align:left;}
#detailInfoDiv td{ line-height:35px; height:35px;}
#comments table{width:100%}
#page_comments{ margin:10px auto; text-align:center;}

.article-yx{ position:absolute; right:0px; top:80px;}
.article-zt{ line-height:30px;}
.article-zt a{ color:#2878f3; font-weight:bold;}
.article-title{ text-align: center; color: #1c4aa5; font-size: 24px; font-weight: bold; padding: 30px 0;}
.article-time{ border-bottom: #727272 1px dashed; color: #106fb2; line-height: 30px; padding-bottom: 10px; text-align: center;}
.article-time a{ color: #106fb2;}
.article-tip{ width: 86%; margin: 20px auto 0; color: #106fb2; line-height: 30px; background: #e7f5ff; padding: 10px 15px; border: #accde4 2px solid; border-radius: 20px; -moz-border-radius: 20px; word-wrap:break-word;}
.article-tip span{ font-weight: bold;}
.article-tip p{ text-indent:2em;}
.article-content{ margin-top: 10px; padding:0 40px;}
.article-fj{ padding: 20px 0;}
.article-cz{ text-align:center; padding:20px 0; border-top:#CCCCCC 1px solid;}
.article-xg{ margin-top: 10px; display:none;}
.article-xg-t{ border-bottom: #727272 1px dashed; padding-bottom: 5px; height:51px;}
.article-xg-t span{ float:left; height: 51px; line-height: 42px; width: 140px; font-size: 18px; background: url(../2023images/list-title.png) no-repeat top left; color: #fff; text-align: center; display: block;}
.article-xg-t a{ float:right; margin-right:10px; line-height:50px;}
.article-xg-c{ margin: 5px 0;}
.article-xg-c li{ background: url(../2023images/dot3.jpg) no-repeat left center; padding-left: 25px; height: 25px; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;list-style:none;}
.article-xg-c li a font{ color: #0f65f1;}
.article-map{ text-align:center;}
.article-ewm{ text-align:center;}
.article-ewm img{width:120px; height:120px;}

.ewm{ position:fixed; width:120px; height:120px; top:40%; right:10px;}
.ewm img{ width:120px; height:120px;}

/************广告组件******************/
#adWrapper .bd ul li{ margin:0 6px!important;list-style:none;}
#adWrapper .bd ul li .pic img{ width:130px!important;}

/*财税专题*/
.zzs {width: 140px;height: 42px;background: url(../2023images/title.png) no-repeat;background-size: 100% 100%;text-align: center;line-height: 32px;font-size: 16px;color: white;}
.zzs:after,.zzs:before {content: "";display: block;clear: both;}
.zzsxq {width: 100%; margin-top:5px;}
.zzsxq:after,.zzsxq:before {content: "";display: block;clear: both;}
.zzsxq div {float: left;cursor: pointer;width: 33%;text-align: left;height: 20px;line-height: 20px;color: #1599ff; overflow: hidden; font-size:12px;}
.ssk {width: 560px;height: 30px;margin: 10px auto;}
.ssk input {float: left;width: 490px;height: 28px;padding-left: 10px;font-size: 12px;border-radius: 5px;outline: none;border: #333 1px solid;}
.ssk .ann {float: right;display: inline-block;width: 50px;height: 30px;background: url(../2023images/sousuo2.png) no-repeat;background-size: 100% 100%;border: none;cursor: pointer;}

.zx {width: 100%;padding: 10px 0;background: url(../2023images/bj.png);margin-top: 10px;background-size: 100% 100%;}
.zx .zx2 {height: 30px;line-height: 30px;color: #fff; font-size:12px;}
.zx .zx2 .dx {float: left;padding: 0 15px;}
.zx .ss {margin:5px auto 0;height: 30px;background: #FFF; width:250px;}
.zx .ss input {float: left;width: 180px;height: 30px;font-size: 12px;padding-left: 10px;border: none;outline: none;}
.zx .ss img {float: right;height: 30px;cursor: pointer;}
.hide {display: none;}

em {color: red;}
.badge {height: 18px;line-height: 18px;border-width: 1px;border-style: solid;background-color: #1e9fff;color: #fff;float: left !important; margin-left: 5px;padding: 2px 6px;}
.badge em { color: #fff !important;}
.op {cursor: pointer;}
.list-r-c2 li a {width: auto;}
.column-title-wrapper{display: flex;align-items:center;}
.column-link{color: #0f65f1 !important;}
.title-link{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width: 70em;}

.actfwzh{ text-align:center; color:#df0000; font-weight:normal;}
