﻿@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    background: url('../images/zwxxgk_bg.jpg') center top no-repeat #fdfdfe;
    overflow-x: hidden;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    background-color: transparent;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #757575;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #757575;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #757575;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #757575;
}

.placeholder {
    color: #757575;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

img {
    max-width: 100%;
}


/* 通用样式 */

.container {
    width: 1100px;
    margin: 0 auto;
}

#header {
    height: 365px;
}

.header {
    height: 365px;
    padding: 27px 0;
}


.logo a {
    width: 337px;
    height: 82px;
}

.logo-name {
  float: left;
  margin: 2px 0 0 20px;
  text-align: center;
}

.logo-name>h3 {
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-indent: 3px;
}

.logo-name>p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 44px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-indent: 2px;
}

.logo-name>p::before,
.logo-name>p::after {
    position: absolute;
    content: "";
    top: 50%;
    display: block;
    width: 38px;
    height: 1px;
    background: rgba(255,255,255,0.6);
}

.logo-name>p::before {
    left: 0;
}

.logo-name>p::after {
    right: 0;
}

.logo-txt {
    text-align: center;
    padding-top: 50px;
}

/* 小屏幕 */

@media(max-width:1100px) {
    .container {
        width: 100%;
    }
}


/* pad */

@media(max-width:979px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* phone */

@media(max-width:767px) {
    /* 头部 */
    .header,
    #header {
        height: auto;
    }
    .logo>img,
    .logo-txt>img {
        max-width: 80%;
    }
    .logo-txt {
        padding-top: 30px;
    }
}


/* 尾部 */


/* footer */

.ewb-footer {
    background: #333;
    margin-top: 20px;
}

.ewb-foot-a {
    line-height: 38px;
    border-bottom: 1px solid #5c5c5c;
    font-size: 16px;
    padding-top: 20px;
}

.ewb-foot-a a {
    color: #fff;
}

.ewb-footer-aa {
    color: #fff;
}

.ewb-foot-a span {
    padding: 0 20px;
    color: #9a9a9a;
}

.ewb-foot-copy {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    height: 124px;
    position: relative;
}

.ewb-foot-copy p span {
    margin-right: 20px;
}

.ewb-foot-copy p span img {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 4px;
}

.ewb-foot-img1,
.ewb-foot-img2 {
    display: block;
    position: absolute;
}

.ewb-foot-img1 {
    right: 152px;
    top: 30px;
}

.ewb-foot-img2 {
    right: 0;
    top: 30px;
}

.foot-icon {
    width: 24px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 979px) {
    .ewb-foot-a span {
        padding: 0 10px;
    }
}

@media(max-width: 767px) {
    /* footer */
    .ewb-footer {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .ewb-foot-a {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .ewb-foot-copy {
        height: auto;
        line-height: 24px;
    }
    .ewb-foot-img1,
    .ewb-foot-img2 {
        position: static;
        display: inline-block;
    }
    .ewb-foot-img {
        text-align: center;
        margin-top: 10px;
    }
    .ewb-foot-copy p span {
        margin-right: 0;
        display: block;
    }
}


/* 页面公共内容 */

.main {
    background-color: rgb(242, 242, 242);
    padding: 84px 36px 20px 36px;
}

.search-wrap {
    position: relative;
    margin-bottom: 84px;
}

.search-wrap:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e4e4e4;
}

.search-line {
    position: relative;
    width: 548px;
    padding: 0 20px;
    margin: 0 auto;
    background-color: rgb(242, 242, 242);
}

.search {
    width: 100%;
    position: relative;
    height: 50px;
    padding: 0 70px 0 50px;
    border: 1px solid #2d66a5;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.search-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
}

.search-btn-bak {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 28px;
    height: 28px;
    background: url('../images/search_btn2.png') no-repeat;
}

.search-btn {
    position: absolute;
    top: 6px;
    right: 13px;
    width: 40px;
    height: 40px;
    background: url('../images/search_btn2.png') no-repeat;
	background-size:40px 40px;
}

@media(max-width: 767px) {
    .main {
        padding: 20px 10px;
    }
    .search-line {
        width: 100%;
        padding: 0;
    }
}


/* 左侧栏目 */

.w240 {
    float: left;
    width: 240px;
}

.side-items {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(228, 228, 228);
    overflow: hidden;
    display: block;
}

.tree-items>li {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tree-items>li.current {
    background: url('../images/tree_bg.jpg') no-repeat;
    background-size: 100% 70px;
}

.tree-items>li:first-child {
    margin-top: 0;
}

.tree-items>li:nth-child(2) {
    margin-top: 0;
}

.tree-link {
    position: relative;
    display: block;
    height: 70px;
    padding-left: 80px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    background-repeat: no-repeat;
    background-position: 20px center;
    width: 191px;
}

.tree-items>li:nth-child(1) .tree-link {
    background-image: url('../images/zwxxgk_bnt02.png');
}

.tree-items>li:nth-child(2) .tree-link {
    background-image: url('../images/zwxxgk_bnt01.png');
}

.tree-items>li:nth-child(3) .tree-link {
    background-image: url('../images/zwxxgk_bnt02.png');
}

.tree-items>li:nth-child(4) .tree-link {
    background-image: url('../images/zwxxgk_bnt03.png');
}

.tree-items>li:nth-child(5) .tree-link {
    background-image: url('../images/zwxxgk_bnt04.png');
}

.tree-items>li:nth-child(6) .tree-link {
    background-image: url('../images/zwxxgk_bnt04.png');
}

.tree-items>li:nth-child(7) .tree-link {
    background-image: url('../images/zwxxgk_bnt04.png');
}

.tree-items>li:nth-child(8) .tree-link {
    background-image: url('../images/zwxxgk_bnt04.png');
}

.tree-items>li:nth-child(9) .tree-link {
    background-image: url('../images/zwxxgk_bnt05.png');
}

.tree-items>li:nth-child(10) .tree-link {
    background-image: url('../images/zwxxgk_bnt06.png');
}

.tree-items>li:nth-child(11) .tree-link {
    background-image: url('../images/zwxxgk_bnt05.png');
}

.tree-items>li:nth-child(12) .tree-link {
    background-image: url('../images/zwxxgk_bnt05.png');
}

.tree-items>li:nth-child(13) .tree-link {
    background-image: url('../images/zwxxgk_bnt05.png');
}

.tree-items>li:nth-child(14) .tree-link {
    background-image: url('../images/zwxxgk_bnt05.png');
}

.tree-items>li:nth-child(15) .tree-link {
    background-image: url('../images/zwxxgk_bnt05.png');
}

.tree-items>li:nth-child(16) .tree-link {
    background-image: url('../images/zwxxgk_bnt05.png');
}

.tree-items>li:nth-child(17) .tree-link {
    background-image: url('../images/zwxxgk_bnt05.png');
}

.tree-items>li.current:nth-child(1) .tree-link {
    background-image: url('../images/zwxxgk_bnt02b.png');
}

.tree-items>li.current:nth-child(2) .tree-link {
    background-image: url('../images/zwxxgk_bnt01b.png');
}

.tree-items>li.current:nth-child(3) .tree-link {
    background-image: url('../images/zwxxgk_bnt02b.png');
}

.tree-items>li.current:nth-child(4) .tree-link {
    background-image: url('../images/zwxxgk_bnt03b.png');
}

.tree-items>li.current:nth-child(5) .tree-link {
    background-image: url('../images/zwxxgk_bnt04b.png');
}

.tree-items>li.current:nth-child(6) .tree-link {
    background-image: url('../images/zwxxgk_bnt04b.png');
}

.tree-items>li.current:nth-child(7) .tree-link {
    background-image: url('../images/zwxxgk_bnt04b.png');
}

.tree-items>li.current:nth-child(8) .tree-link {
    background-image: url('../images/zwxxgk_bnt04b.png');
}

.tree-items>li.current:nth-child(9) .tree-link {
    background-image: url('../images/zwxxgk_bnt05b.png');
}

.tree-items>li.current:nth-child(10) .tree-link {
    background-image: url('../images/zwxxgk_bnt06b.png');
}

.tree-items>li.current:nth-child(11) .tree-link {
    background-image: url('../images/zwxxgk_bnt05b.png');
}

.tree-items>li.current:nth-child(12) .tree-link {
    background-image: url('../images/zwxxgk_bnt05b.png');
}

.tree-items>li.current:nth-child(13) .tree-link {
    background-image: url('../images/zwxxgk_bnt05b.png');
}

.tree-items>li.current:nth-child(14) .tree-link {
    background-image: url('../images/zwxxgk_bnt05b.png');
}

.tree-items>li.current:nth-child(15) .tree-link {
    background-image: url('../images/zwxxgk_bnt05b.png');
}

.tree-link>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: rgb(45, 102, 165);
    font-size: 23px;
}

.tree-items>li.current .tree-link>span {
    color: #fff;
}

.tree-link>i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.tree-icon {
    position: absolute;
    right: -23px;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 22px;
    background: url('../images/tree_icon.png') no-repeat;
}

.current .tree-icon {
    background-image: url('../images/tree_iconh.png');
}

.sub-items {
    padding: 15px 0;
    background-color: #fff;
    display: none;
}

.current .sub-items {
    display: block;
}

.sub-items>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 8px 0px 8px 39px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
}

.sub-items>li>a:before {
    position: absolute;
    left: 25px;
    top: 19px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    overflow: hidden;
}

.sub-items>li>a:hover {
    background-color: rgb(230, 245, 255);
    color: #2d66a5;
}

.sub-items>li>a:hover:before {
    background-color: #2d66a5;
}

@media(max-width:1100px) {
    .w240 {
        width: 100%;
        float: none;
    }
    .search-wrap {
        margin-bottom: 20px;
    }
}


/* 右侧 */

.w770 {
    float: right;
    width: 770px;
}

.gover-info {
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    padding: 30px 15px 30px 30px;
}

@media(max-width:1100px) {
    .w770 {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}

.loc {
    line-height: 20px;
    padding: 10px 0;
    margin-left: 18px;
}

.loc a {
    color: #3d3d3d;
}

.loc a:hover {
    color: #3269b8;
}


.gov-current{
	color: #2d66a5 !important;
}

/* footer */
#footer {
  position: relative;
  z-index: 200;
  min-height: 110px;
  background: #fff;
}

.friendlink {
  height: 50px;
  border-bottom: 1px solid #e9e9e9;
  background: #eef3f8;
}

.fl-node {
  position: relative;
  float: left;
  width: 20%;
  height: 50px;
}

.fl-node::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  display: block;
  margin-top: -10px;
  width: 2px;
  height: 20px;
  background: #b7c4d1;
}

.fl-sel {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  outline: 0;
  color: #666;
  background: none;
}

/* chosen */
.chosen-container {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.chosen-container-single .chosen-single {
  padding: 0 30px;
  height: 50px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  color: #666;
  background: none;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single.cur {
  color: #666;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
}

.chosen-container-single .chosen-single span {
  margin-right: 30px;
  height: 50px;
  line-height: 50px;
}

.chosen-container-single .chosen-single div {
  width: 30px;
  padding: 0;
}

.chosen-container-single .chosen-single div b {
  width: 30px;
  height: 50px;
  background: url("../images/sel_ico.png") left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
  top: auto;
  bottom: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  background: #eef3f8;
}

.chosen-container .chosen-search {
  display: none;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 5px;
  color: #676767;
}

.chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #376cb0;
}

.footer {
  margin-top: 17px;
}

.footer-left {
  float: left;
  width: 800px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.footer-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}

.footer-item.links {
  line-height: 34px;
}

.footer-item.links a {
  position: relative;
  float: left;
  margin-left: 22px;
}

.footer-item.links a::before {
  position: absolute;
  content: "";
  left: -12px;
  top: 10px;
  display: block;
  width: 2px;
  height: 15px;
  background: url("../images/footer_sx.jpg") no-repeat;
}

.footer-item.links a:first-child {
  margin-left: 0;
}

.footer-item.links a:first-child::before {
  display: none;
}

.footer-item a {
  color: #999;
}

.footer-item a:hover {
  color: #376cb0;
}

.footer-item .gongan {
  padding-left: 23px;
  background: url("../images/gongan.png") left center no-repeat;
}

.footer-right {
  float: right;
  margin-top: 19px;
}

.footer-icon {
  float: left;
  margin-left: 40px;
}

.footer-icon:first-child {
  margin-left: 0;
}

.footer-icon.icon1 {
  height: 62px;
  padding-right:20px;
}

.footer-icon.icon2 {
  width: 54px;
  height: 63px;
}

.footer-icon.icon3 {
  margin-top: 4px;
  width: 107px;
  height: 51px;
}

.footer-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.level-3 {
	/* padding-left :80px; */
	padding-left :30px;
}

/* 2020-12-29 */
#qrcode {
	margin: 0 auto;
    width: 128px;
}

.ewb-scan-code {
	margin: 0 auto;
    width: 154px;
    height: 177px;
}

.ewb-scan-code span {
	display: block;
    margin-top: 5px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    color: #807d7e;
}

/* 2020-12-31 */
#nianbao {
    padding: 15px 0;
    background-color: #fff;
    display: none;
}

.current #nianbao {
    display: block;
}

#nianbao>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 8px 0px 8px 89px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
}

#nianbao>li>a:before {
    position: absolute;
    left: 75px;
    top: 19px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    overflow: hidden;
}

#nianbao>li>a:hover {
    background-color: rgb(230, 245, 255);
    color: #2d66a5;
}

#nianbao>li>a:hover:before {
    background-color: #2d66a5;
}

.info-tt {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    color: #126cb7;
    font-family: "Microsoft Yahei";
}

.info-bd {
    height: 1161px;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 15px;
}

.info-bd p {
    text-indent: 32px;
    line-height: 30px;
    margin-top: 20px;
	font-size: 21px;
}
.ewb-website-itemsnew li {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 20px;
    background: left center no-repeat;
}

.ewb-list-namenew {
    float: left;
    width: 82%;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*
#dzywj{
	border-bottom: 2px solid #ccc;
}
*/
#swwj{
	/*border-bottom: 2px solid #ccc;20211122*/
	padding:0px !important;/*20211122*/
}

#qtwj{
	border-bottom: 2px solid #ccc;
}

.pstyle{
		width: 700px; 
		/* padding: 0px 60px 0px 60px;  */
		/*height: auto !important; */
		height: 300px; 
		min-height: 660px;
    	overflow: auto;
		overflow-x:hidden;
	}
	.pstyle p{
	    LINE-HEIGHT: 150%;
	    FONT-FAMILY: 宋体;
	    FONT-SIZE: 12pt;
		overflow:visible !important;
	    /* text-indent:2em */
	}
	#infocontent{
		background:white;
	}
	
	.ewb-info-tt {
    width: 730px;
    /* font-size: 32px; */
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 38px;
    margin-bottom: 38px;
    color: #2d66a5;
    font-weight: 600;
    font-size: 32pt;
    font-family: 微软雅黑;
}
.zfxxgk_zdgkc .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    background: #e7e7e7;
    float: left;
    margin-top: 10px;
    margin-left: 340px;
    margin-bottom: 22px;
}
.zfxxgk_zdgkc .more a {
    color: #333;
}

	
.zfxxgk_zdgktit {
    width: 100%;
    height: 33px;
    float: left;
    border-bottom: 2px solid #ccc;
}

.zfxxgk_zdgktit a {
    height: 33px;
    line-height: 31px;
    background-color: #2d66a3;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    min-width: 70px;
}

.ewb-list-node-new {
    padding-left: 11px;
    height: 30px;
    line-height: 30px;
    /* background: url(../images/dian.png) left center no-repeat; */
    vertical-align: top;
}
.ewb-list-namenew {
    float: left;
    width: 70%;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zfxxgk_zdgkc {
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 95%;
    padding: 0 20px;
}

.backwhite {
    display: block;
    overflow: auto;
    background: white;
    height: 820px;
    overflow-x: hidden;
}

.zfxxgk_ndbgct {
    width: fit-content;
    padding: 0 15px;
    height: 40px;
    background-color: rgb(45,102,165);
    /* float: left; */
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: "微软雅黑";
}
.nblist{
	cursor: default;
    width: 220px;
    float: left;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    padding-left: 15px;
    border-left: 2px solid #e8e8e8;
}
.nblist a {
    color: black;
}

.backwhite-new {
    background: white;
}
.ewb-list-date {
    float: right;
    color: #aaa;
}
.ewb-website-itemsnew {
    padding: 10px 10px 16px 28px;
}
.ewb-website-item a {
    color: #333;
    padding-left: 10px;
    overflow: hidden;
}