* {
    margin: 0;
    padding: 0;
}


body { font-family: "微软雅黑"; 
}

a {
    text-decoration: none;
    display: block;
}

ul,li {
    list-style: none;
}

img {
    display: inline-block;
    border-style: none;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear{clear:both;}


.w-689 {
    width: 689px;
}



.w-330 {
    width: 330px;
}

.m-l {
    margin-left: 30px;
}

.red {
    color: #f81e33;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bottom:before {
    content: "\e691";
}
@font-face {
    font-family: "微软雅黑";
        /* IE9*/
    src: format('embedded-opentype'), /* IE6-IE8 */
     format('woff'),  format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
     format('svg');
    /* iOS 4.1- */
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.w-1200 {
	width: 1200px;
	margin: 0px auto;
	display: block;
}

.header { background-color: #084a9e; display: block; overflow: hidden; 
}

.header p {
    height: 26px;
    line-height: 26px;
}

.header p a {
    font-size: 14px;
    color: #dee3ee;
    float: right;
    margin-left: 15px;
   font-family: "微软雅黑";
}

.logo {
	background-color: #087dce;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px
}


.logopic img { height:60px    
}

.logo .logopic{display: block;
   
    float: left;width:40%}

.logo .slogan {
	float: right;
	padding-top: 10px;
	margin-right: 1%;
}
.logo .slogan img { max-height:60px
}


.nav {
    height: 40px;
    background: #FFFFFF;
    border-bottom: 1px solid #dcdcdc;
}

.nav ul { width: 105%;
}

.nav ul .item {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
 font-size: 16px;
    position: relative;
    color: #333333; width: 120px;

}

.nav ul .item a {
    font-size: 16px;
    margin-left: 0px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight:bold ;
}

.nav ul .item a:hover {
    background-color: #0860b8;
    color: #ffffff;
}

.nav ul .item .sub-item li a:hover {
    color: #0858a3;
    background: #FFFFFF;
}

.nav ul .item:hover .sub-item {
    display: block;
}

.nav ul .item .sub-item {
    position: absolute;
    width: 120px;
    left: 0;
    top: 40px;
    background: #FFFFFF;
    display: none;
    z-index: 2;
}

.nav ul .item .sub-item li a { height: 30px; font-family: "微软雅黑"; border-bottom: 1px solid #ececec; line-height: 30px; text-align: center; font-size: 14px; color: #333333; }

.nav ul .item .sub-item li:last-child {
    border-bottom: none;
}

.nav ul .item .sub-item li:hover {
    color: #0858a3;
}
/*新闻咨询*/

.news {
	margin-top: 15px;
}

.new-left {
    width: 120px;
}

.new-left .item-list {
	margin-bottom: 9px;
}

.list-img .item a img {
    float: left;
    margin: 10px 0 0 10px;
}

.new-left .item-list .item {
    width: 120px;
    
    text-align: center;
    line-height: 40px;
    background-color: #087dce;
    margin-bottom: 2.6px;
padding:0;

}

.new-left .item-list .item a {
    display: block;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "微软雅黑";
}

.new-left .img-list {
    background-color: #0858a3;
    padding-top: 5px;
    padding-bottom: 1px;
}

.new-left .img-list li {
    text-align: center;
    margin-bottom: 10px;
}

.new-left .img-list li img {
    width: 80px;


}

.new-left .item-list .item:hover {
    background-color: #084a9e;
}

.item-title span { float:left
}
.item-title a { float:right
}
.item-title {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #0858a3;
    border-bottom: 1px solid #0858a3;
    font-family: "微软雅黑";
}

.item-title img {
    margin-top: 10px;
}


.new-right {
    width: 1050px;
    margin-left: 30px;
}


.new-right .item-list .title {
    float: left;
}

.new-right .item-list .title .item-list {
	margin-top: 5px;
	float: left;
}

.new-right .item-list .title .item-list .item img {
    width: 325px;
    height: 210px;
    display: block;
}

.new-right .item-list .title .item-list .item {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
}

.new-right .item-list .title .item-list .item p {
    font-size: 14px;
    color:#eeeeee;
    width: 325px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #3686DE;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-right .item-list .title .item-list .text-item p {   
    color: #333333;
    width: 324px;
    height: 54px;
line-height:27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.new-right .item-list .title .item-list .text-item {
    height: 55px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.new-right .item-list .title .item-list .text-item .time {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.new-right .item-list .title .item-list .text-item .time img {
    margin-right: 5px;
}
.new-right .item-list {
	margin-bottom: 10px;
}

.new-right .item-list1 {
	height: 552px;
}

.listen {
    width: 690px;
}

ul.stkd { width: 102%; margin-top:5px;
}
ul.stkd li{ display: block; float: left; width: 97%; margin: 5px 2% 0px 0px; float: left; border-bottom: 1px solid #b7b7b7; position: relative; }

ul.stkd .item-text { float: left;
}

ul.stkd .time {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
    bottom: 4px;
}


ul.stkd .text { float: right;
    height: 65px;
    width: 210px; color: #333333; 
}
ul.stkd .item-text:nth-child(2) { margin-left: 5px;
}

ul.stkd .item-text img { width: 85px; height: 55px; padding: 2px; 
}

ul.stkd .item-text span {
    display: block;
    font-size: 14px;
    color: #333333;
}
ul.stkd  a{ color: #333333;
}
ul.stkd .text .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
	font-size:14px;
	font-family: "微软雅黑";
   
}



.new-right .item-list .title .media .text-item p {
    width: 325px;
 color: #333333;
    height: 55px;
line-height:27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2px;
	
    font-size: 14px;
    font-family: "微软雅黑";
}

.new-right .item-list .title .media .text-item {
    height: 56px;
}

.new-right .item-list .listen .item-list .item {
    margin-bottom: 8px;
    height: 71px;
    display: block;
}
.last-list{
    width:100%;
    display: block;
}

.last-list .llkd{
    width: 325px;
    float: left;
}


.last-list .deep{
    width: 325px;
    float: right;
}

.last-list .llkd .name {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #0858a3;
    border-bottom: 1px solid #0858a3;
}

.last-list .llkd .name img {
    margin-top: 10px;
}

.content img {
    margin-top: 15px;
    width: 325px;
    height: 200px;
}

.content-list {
    border-bottom: 1px solid #d2d2d2;
}

.content .content-list {
    height: 53px;
    margin-top: 5px;
position:relative;
}



.content .content-list1 {
    height: 70px;
}

.content-list p {
    font-size: 14px;
    color: #333333;
    font-family: 华文中宋;
}

.mr-36 {
    margin-right: 36px;
}

.content-list .sub-title {
   display: block;width: 325px;  height: 52px;
	
	overflow:hidden; 
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height:26px
}
.content-list  .time {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
    bottom: 4px;
}


.content-list .synopsis {
    text-indent: 2em;
    color: #afafaf;
    margin-top: 0px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
	font-family: "微软雅黑";
}
.deep .content .content-list {
    height: 53px;
}


.deep .content .content-list .sub-title {
	display: block;width: 325px;  height: 52px;
	
	overflow:hidden; 
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height:26px
}
.deep .content .content-list  .time {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
    bottom: 4px;
}


.picture .title {
    margin-top: 36px;
    font-size: 20px;
    color: #0858a3;
    font-weight: bold;
    margin-bottom: 35px;
    padding-bottom: 13px;
    border-bottom: 1px solid #0858a3;
}

.picture .title img {
    margin-top: 10px;
}

.picture-list {
	height: 531px;
	margin-top: 10px;
}


.picture-list .item {
    position: relative;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}

.picture-list .item .text { position: absolute; left: 18px; bottom: 16px; color: #ffffff; font-size: 30px; font-family: "微软雅黑"; z-index: 99; }

.picture-list .item1 {
    width: 329px;
    height: 530px;
overflow:hidden;
display: block; 
}

.picture-list .item1 img{
    width: 329px;
    height: 530px;
	display: block;   transition: all 1s; -webkit-transition: all 1s; z-index: 2; position: relative;
}
.picture-list .item1 img:hover{transform: scale(1.1);-webkit-transform:scale(1.1);cursor: pointer;}


.picture-list .item2 {
    width: 408px;
    height: 286px;
overflow:hidden;
display: block; 
}
.picture-list .item2 img{
    width: 100%;
    height: 100%;
display: block;   transition: all 1s; -webkit-transition: all 1s; z-index: 2; position: relative;
}
.picture-list .item2 img:hover{transform: scale(1.1);-webkit-transform:scale(1.1);cursor: pointer;}


.picture-list .item3 {
    width: 455px;
    height: 286px;
overflow:hidden;
display: block; 
}
.picture-list .item3 img{
    width: 100%;
    height: 100%;
display: block;   transition: all 1s; -webkit-transition: all 1s; z-index: 2; position: relative;
}

.picture-list .item3 img:hover{transform: scale(1.1);-webkit-transform:scale(1.1);cursor: pointer;}


.picture-list .item4 {
    width: 310px;
    height: 241px;
overflow:hidden;
display: block; 
}
.picture-list .item4 img{
    width: 100%;
    height: 100%;
display: block;   transition: all 1s; -webkit-transition: all 1s; z-index: 2; position: relative;
}
.picture-list .item4 img:hover{transform: scale(1.1);-webkit-transform:scale(1.1);cursor: pointer;}


.picture-list .item5 {
    width: 553px;
    height: 241px;
overflow:hidden;
display: block; 
}
.picture-list .item5 img{
    width: 100%;
    height: 100%;
display: block;   transition: all 1s; -webkit-transition: all 1s; z-index: 2; position: relative;
}
.picture-list .item5 img:hover{transform: scale(1.1);-webkit-transform:scale(1.1);cursor: pointer;}


.picture-list div img {
    width: 100%;
}

.footer {
	width: 100%;
	height: 182px;
	margin-top: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-color: #15477c;
	display: block;
	overflow: hidden;

}

.footer-img {
    padding-top: 26px;
    text-align: center;
}

.footer-img img {
    display: inline-block;
    margin-left: 29px;
}

.footer .site {
    margin-top: 20px;
    margin-bottom: 15px;
}

.footer .beian {
    margin-left: 60px;
    position: relative;
}

.footer .beian img {    
    position: absolute;
    left: -25px;
    top: -5px;
}


/*广告图开始*/

#banner {
	width: 100%;
	height: 413px;
	overflow: hidden;
}

#banner .bannerCon {
    width: 1200px;
    height: 500px;
    margin: 0px auto;
    position: relative;
}

#banner .bannerCon .before {
    width: 600px;
    height: 500px;
    position: absolute;
    left: -600px;
    bottom: 0px;
    z-index: 333;
    background-image: url(../img/137451776457520186.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.opacity {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    filter: "alpha(opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    /*兼容ie8及以下*/
}

#banner .bannerCon .before img {
    position: absolute;
    right: 20px;
    top: 200px;
    cursor: pointer;
}

#banner .bannerCon .after {
    width: 600px;
    height: 500px;
    /*background: rgba(0, 0, 0, 0.8);*/
    background-image: url(../img/137451776457520186.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -600px;
    bottom: 0px;
    z-index: 333;
}

#banner .bannerCon .after img {
    position: absolute;
    left: 20px;
    top: 200px;
    cursor: pointer;
}

#banner .bannerCon .scroll {
    width: 2000%;
    height: 500px;
    position: relative;
    left: -1200px;
}

#banner .bannerCon .scroll img {
    width: 1200px;
    height: 500px;
    float: left;
}

#banner .bannerBut {
    width: 300px;
    height: 17px;
    position: absolute;
    left: 490px;
    bottom: 0px;
}

#banner .bannerBut ul li {
    width: 48px;
    height: 3px;
    background-color: rgba(2, 147, 239, 0.82);
    margin: 5px 7px;
    float: left;
}

#banner .bannerBut ul li.hover {
    background: #FFFFFF;
}

.content-text {
	width: 1050px;
	min-height: 600px;
	font-size: 14px;
	color: #333333;
	float: right
}

.current-position {
    color: #666666;
    font-size: 14px; display:block;
    font-family: "微软雅黑"; text-align:left
}
.current-position  span{
    color: #666666; font-size: 14px; 
}
.current-position  a{color: #666666; font-size: 14px; }

.content-text .line {
    margin-top: 19px;
    height: 2px;
    border-bottom: 2px solid #087dce;
    border-top: 1px solid #087dce;
    margin-bottom: 19px;
}

.line-btm {
    width: 1050px;
    height: 2px;
    border-bottom: 1px solid #087dce;
    border-top: 2px solid #087dce;
    margin-bottom: 44px;
    float: right;
}

.line-btm2 {
    width: 1200px;
    height: 2px;
    border-bottom: 1px solid #087dce;
    border-top: 2px solid #087dce;
    margin-bottom: 44px;
    float: right;
}

.video-list .video-item {
    width: 330px;
    margin-right: 30px;
    float: left;
    margin-bottom: 44px;
}

.video-list .video-item:nth-child(3n) {
    margin-right: 0;
}

.video-list .video-item .img {
    width: 330px;
    height: 220px;
    position: relative;
    cursor: pointer;
}

.video-list .video-item .img .mb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(49, 49, 49, .5);
}

.video-list .video-item .img img {
    width: 100%;
    height: 220px;
    border-radius: 4px;
}

.video-list .video-item .title {
    height: 40px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 1em;
    margin-top: 18px;
    font-family: "微软雅黑";
}

.video-list .video-item .time {
    float: right;
    color: #333333;
    font-family: "微软雅黑";
}

.video-list .video-item .img .icon-video {
    width: 62px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -25px;
    z-index: 1;
}

.simplePaging5 {
    width: 1000px !important;
    float: right;
    font-family: "微软雅黑";
}

.new-list a { display: block; cursor: pointer; height: 49px; line-height: 49px; border-bottom: 1px solid #cdcdcd; color: #333333; font-size: 16px; background: url(../img/arrow.png) no-repeat left 15px; padding-left: 25px; }

.new-list a .time {
    float: right;
}

.particulars-text .current-position,
.description .current-position {
    margin-left: 28px;
    margin-top: 10px;
}

.particulars-content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.particulars-content .title {
    text-align: center;
    margin-top: 38px;
    font-size: 22px;
    font-weight: bold;
    font-family: "微软雅黑";
}

.particulars-content .time {
    font-family: "微软雅黑";
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 21px;
    color: #5a5a5a;    
}

.particulars-content .synopsis {
    font-size: 14px;
    text-align: left;
    text-indent: 0em;
	font-family: "微软雅黑";
text-align:justify;
text-justify:inter-ideograph;
}

.synopsis {
    margin-top: 29px;
    line-height: 30px;
	font-family: "微软雅黑";
}

.share {
    width: 98%;
    margin: 0 auto;
    padding-top: 67px;
    text-align: left;
}

.share span {
    margin-right: 10px;
    cursor: pointer;
}

.share .compile {
    float: right;
    font-size: 14px;
    color: #7a7a7a;
}

.length {
    text-align: left;
    margin-top: 59px;
    font-family: "微软雅黑";
}

.length a {
    width: 424px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    font-size: 14px;
    margin-bottom: 17px;
}

.length a:hover {
    color: #15477c;
}

.newimg {
    width: 800px;
    height: 492px;
}

.sub-nav {
    width: 310px;
    margin: 0 auto;
}

.sub-nav li {
    float: left;
    width: 100px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-right: 1px solid #bfbfbf;
}

.sub-nav li:last-child {
    border: none;
}

.su-nav {
    width: 305px;
    margin: 0 auto;
    font-size: 16px;
}

.sub-nav a {
    color: #333333;
    margin: 0 5px;
    padding: 0 5px;
    font-family: "微软雅黑";
}

.sub-nav a:hover {
    background: #0860b8;
    color: #FFFFFF;
}

.pinterest {
    margin-top: 40px;
}

.pinterest ul {
    /*column-count: 4;
    column-gap: 0;   */
    height: 1000px;
    overflow: auto;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-base-color: #FFFFFF;
}

.pinterest ul::-webkit-scrollbar {
    background-color: #FFFFFF;
}


/*滚动条的轨道*/

.pinterest ul::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}


/*滚动条的滑块按钮*/

.pinterest ul::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
}


/*滚动条的上下两端的按钮*/

.pinterest ul::-webkit-scrollbar-button {
    background-color: #FFFFFF;
}

.pinterest ul li {
    width: 285px;
    float: left;
    margin: 5px;
}

.pinterest ul li img {
    width: 100%;
    display: block;
}

.sub-nav .active,
.new-left .item-list .item .active{
    background-color: #0860b8;
    color: #ffffff;
}
.pinterest ul a{
    margin-bottom: 10px;
}
.particulars-content .little-title {
    margin: 24px 0;
}

.particulars-content .little-title span {
    font-size: 16px;
    color: #333333;
    margin-right: 37px;
}

.swiper-container {
    width: 1000px;
    height: 700px;
    margin-top: 24px;
}

.swiper-container .swiper-wrapper .swiper-slide .title img {
    width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide .title {
    box-shadow: 10px 10px 5px #888888;
}

.swp {
    position: relative;
}

.swiper-jt {
    width: 100%;
    position: absolute;
    top: 320px;
    left: 0;
}

.arrow-left,.arrow-right {
    cursor: pointer;
}

.con_tit{ height:48px; line-height:48px; font-size:14px; color:#666; padding:0 10px 0 40px; margin:0 0 15px 0; background:#f2f2f2 url(../img/home.png) 10px center no-repeat;}
.con_tit h1{ float:left; padding:0 10px 0 0; font-size:14px; color:#525252; font-weight:normal;}
.con_tit a{ color:#525252; padding:0 10px;border-left:1px dotted #4e4f51;line-height:25px; color:#4e4f51;margin:12px 0 0 0;}


.particulars-text {display: block; overflow: hidden; 
    margin-top: 24px;
}

.item-title span{padding-right:40px;}
.item-title span a{color:rgb(8, 88, 163);}
.item-title span:nth-child(2) a
{
color:red;
}







  .xq-list{
	background: #F00 url(../images/xq_bg.jpg) no-repeat center bottom;
	background-size: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	padding-top: 30px;
	padding-left: 32px;
	min-height: 35px;
	font-size: 20px;
	font-weight: bold;
	font-family:  "Times New Roman", Times, serif;
	color: #900;
}
  #cd0{
	padding: 3px;
	float: left;
	background-size: 100%;
	background-color: #ffec1b;
	background-image: url(../img/xq_rq_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
  #cd1{padding: 3px;margin: 0 2px; float:left;background: #ffec1b url(../images/xq_rq_bg.jpg) no-repeat center bottom;background-size: 100%;}
  #cd2{ padding: 3px;float:left;background: #ffec1b url(../images/xq_rq_bg.jpg) no-repeat center bottom;background-size: 100%;}




/**************************************************************************************************** 
模板说明：
*****************************************************************************************************
前台显示时，文章正文会放在id为“vsb_content_1001”的div中，为了保证您定义的样式正常显示并不影响其他页面标签的显示效果，请您在定义时使用ID选择符 
您可以为任何标签定义样式，但是必须在样式名称前添加“#vsb_content_1001”标记，否则您定义的样式可能无效。

例如：
#vsb_content_1001 H2 
{
    font-size: 14px
;}
定义了H2的样式，其中#后面的“vsb_content_1001”为ID选择符，您定义的样式名称必须以“vsb_content_1001”为选择符,"_1001"不能删掉！

******************************************************************************************************/


/*定义正文中的H2样式*/
#vsb_content_1001 H2 {
    font-size: 14px;font-family:"宋体";
;}

/*在正文中定义一个 名为icon的class */
#vsb_content_1001 .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}

/*定义正文中的IMG样式*/
#vsb_content_1001 IMG {
    border-bottom: #ccc 0px solid; border-left: #ccc 0px solid; border-top: #ccc 0px solid; border-right: #ccc 0px solid;}

/*定义正文中的段落样式*/
#vsb_content_1001  P {
    line-height: 40px; text-indent: 2em; font-size: 20px; font-family:"宋体";
;}

/*定义正文中的span样式*/
#vsb_content_1001 span {
    line-height: 40px; text-indent: 0em; font-size: 20px;font-family:"宋体";
;}

/*定义正文中的链接样式*/
#vsb_content_1001 A {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1001 A:visited {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1001 A:hover {
    color: #ba2636
;}

/*定义正文中的表格样式*/

#vsb_content_1001 TABLE{ border-collapse:collapse;border:1px solid #000 } 
#vsb_content_1001 TABLE TD{ border:1px solid #000; } 

#vsb_content_1001 TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 20px;font-family:"宋体";
;}
#vsb_content_1001 TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
#vsb_content_1001 TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}


/*新增   正文第一个<P>的样式，可用与通知格式，如第一段不缩进，其他缩进*/
#vsb_content_1001 .vsbcontent_start {
    
}
/*新增   正文最后一个<P>的样式，可用与通知格式，如最后一行居右*/
#vsb_content_1001 .vsbcontent_end {
 
}


#vsb_content_1001 .vsbcontent_img{
	text-indent: 0px; margin: 0px;
	}


/*以下三个样式为正文定义了显示时的大、中、小样式*/
#vsb_content_1001 .newscontent_l p {
    font-size: 16px;
}        
#vsb_content_1001 .newscontent_m p {
    font-size: 14px;
} 
#vsb_content_1001 .newscontent_s p {
    font-size: 12px;
} 


/*定义正文中的H2样式*/
#vsb_content_1293 H2 {
    font-size: 14px;font-family:"宋体";
;}

/*在正文中定义一个 名为icon的class */
#vsb_content_1293 .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}

/*定义正文中的IMG样式*/
#vsb_content_1293 IMG {
    border-bottom: #ccc 0px solid; border-left: #ccc 0px solid; border-top: #ccc 0px solid; border-right: #ccc 0px solid;}

/*定义正文中的段落样式*/
#vsb_content_1293  P {
    line-height: 40px; text-indent: 2em; font-size: 20px; font-family:"宋体";
;}

/*定义正文中的span样式*/
#vsb_content_1293 span {
    line-height: 40px; text-indent: 0em; font-size: 20px;font-family:"宋体";
;}

/*定义正文中的链接样式*/
#vsb_content_1293 A {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1293 A:visited {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1293 A:hover {
    color: #ba2636
;}

/*定义正文中的表格样式*/

#vsb_content_1293 TABLE{ border-collapse:collapse;border:1px solid #000 } 
#vsb_content_1293 TABLE TD{ border:1px solid #000; } 

#vsb_content_1293 TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 20px;font-family:"宋体";
;}
#vsb_content_1293 TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
#vsb_content_1293 TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}


/*新增   正文第一个<P>的样式，可用与通知格式，如第一段不缩进，其他缩进*/
#vsb_content_1293 .vsbcontent_start {
    
}
/*新增   正文最后一个<P>的样式，可用与通知格式，如最后一行居右*/
#vsb_content_1293 .vsbcontent_end {
 
}


#vsb_content_1293 .vsbcontent_img{
	text-indent: 0px; margin: 0px;
	}


/*以下三个样式为正文定义了显示时的大、中、小样式*/
#vsb_content_1293 .newscontent_l p {
    font-size: 16px;
}        
#vsb_content_1293 .newscontent_m p {
    font-size: 14px;
} 
#vsb_content_1293 .newscontent_s p {
    font-size: 12px;
} 

/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
} 
*/
  