<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.portlet6 .wb-siteLogo20190806_skin1 .logo-window {
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding-top: 20px;
}


.portlet6 .wb-siteLogo20190806_skin1 .logo-window .navi-aside-toggle {
  width: 25px;
  height: 25px;
  left: 0px;
  margin-top: -12.5px;
}

.portlet6 .wb-siteLogo20190806_skin1 .logo-window .navi-aside-toggle {
  background: url(images/menu-icon-arrow.png) no-repeat 50%;
}



@media screen and (max-width: 959px) {
.portlet6 .wb-siteLogo20190806_skin1 .logo-window {
  position: relative;
  width: auto;
  text-align: center;
  margin: 0;
  padding: 0 30px;
}
.portlet6 .wb-siteLogo20190806_skin1 .logo-window .navi-aside-toggle {
  display: block;
}
}

.portlet31 .wb-navMenu20190806_skin1 .menu {
	margin: 0 auto;
}
.portlet31 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link {
	padding: 0 45px;
	margin: 0 0px;
	background-color: transparent;
}
.portlet31 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link:hover, .portlet31 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link.parent {
	background-color: transparent;
}
.portlet31 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link .menu-name {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
	line-height: 20px;
	text-align: center;
	padding: 0px 0 0px 0;
}
.portlet31 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link:hover .menu-name, .portlet31 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link.parent .menu-name {
    color: #000000;
}
.portlet31 .wb-navMenu20190806_skin1 .sub-menu {
	background-color: #f2f2f2;
	top: 20px;
	text-align: center;
}
.portlet31 .wb-navMenu20190806_skin1 .sub-menu .sub-item a {
	padding: 0 10px;
	background-color: #f2f2f2;
}
.portlet31 .wb-navMenu20190806_skin1 .sub-menu .sub-item a:hover {
	background-color: #ccc;
}
.portlet31 .wb-navMenu20190806_skin1 .sub-menu .sub-item a .sub-name {
	color: #000000;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
}
.portlet31 .wb-navMenu20190806_skin1 .sub-menu .sub-item a:hover .sub-name {
	color: #fff;
}








.portlet31 .wb-navMenu20190806_skin1 .sub-menu .sub-item {
	border-bottom: 1px solid #ddd;
}



.navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.navi-aside-page {
	position: fixed;
}
.navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
.navi-aside.navi-aside-active {
	display: block;
}
.navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -216px;
	z-index: 1000;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0,0,0,.6);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.6);
}
.navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0,0,0,.3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.navi-aside .navi-aside-head .navi-aside-title {
	padding: 0 10px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
	line-height: 30px;
	color: #777;
	font-size: 14px;
}
.navi-aside .navi-aside-wrap {
	border-bottom: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
.navi-aside .navi-aside-wrap li {
	position: relative;
}
.navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 1px;
	transition: all 0.4s ease-in-out;
	background: url(images/menu-switch-arrow-c.png) center no-repeat;
	z-index: 9999;
}
.navi-aside .navi-aside-wrap li .menu-open-arrow {
	
}
.navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	background-color: transparent;
	transition: all 0.4s ease-in-out;
}
.navi-aside .navi-aside-wrap li a span {
	display: block;
	color: #c7c7c7;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
	line-height: 36px;
	padding: 0 40px 0 15px;
	transition: all 0.4s ease-in-out;
}
.navi-aside .navi-aside-wrap li a span.alias-name {
    display: none;
}
.navi-aside .navi-aside-wrap li a:hover, .navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	outline: 0;
}
.navi-aside .navi-aside-wrap li a:hover span, .navi-aside .navi-aside-wrap li a:focus span {
	color: #fff;
}
.navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
}
.navi-aside .navi-aside-wrap li .sub-menu li a {
	background-color: #2e2e2e;
}
.navi-aside .navi-aside-wrap li .sub-menu li a span {
	padding: 0 25px 0 25px;
}


@media screen and (max-width: 959px) {
.portlet31 .wb-navMenu20190806_skin1 {
	display: none;
}
}


.portlet7 .qty-search20190805_skin1 .search{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

.portlet7 .qty-search20190805_skin1 .wp-search .search-input {
	padding-left:15px; 
	margin-right: 32px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.portlet7 .qty-search20190805_skin1 .wp-search .search-input input.search-title {
	height: 34px;
	line-height: 34px;
	color: #ababab;
	font-size: 12px;
}
.portlet7 .qty-search20190805_skin1 .wp-search .search-btn {
	width:32px;
	height: 34px;
}
.portlet7 .qty-search20190805_skin1 .wp-search .search-btn input.search-submit {
	width:32px;
	height: 34px;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.portlet7 .qty-search20190805_skin1 input::-webkit-input-placeholder {
    color: #ababab;
}
.portlet7 .qty-search20190805_skin1 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ababab;
}
.portlet7 .qty-search20190805_skin1 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ababab;
}
.portlet7 .qty-search20190805_skin1 input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
}
.portlet7 .qty-search20190805_skin1 .wp-search {
	border-radius: 0px;
}

.portlet7 .qty-search20190805_skin1 .wp-search .search-btn input.search-submit {
  background: #8cc842 url(images/_wp_imgs/ss.png) no-repeat center;
}


.portlet7 .qty-search20190805_skin1 .wp-search .search-input {
	background: #ebebeb
}

@media screen and (max-width: 959px) {
.portlet7 .qty-search20190805_skin1 .search {
	width: 100%;
	margin: 20px 0 0 0;
}
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 479px) {

}


.portlet8 .wb-multiImg20190731_skin1 .news_list {
	margin: 0 -0px;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news {
	width: 100%;
	margin: 0px 0 0px 0;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news .news_box {
	margin: 0 0px;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news .news_box .news_imgs {
	padding-top: 100%;
	background: #f1f1f1;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news .news_box .news_title {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
	max-height: 36px;
	height: 36px;
	-webkit-line-clamp: 1;
display:none;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news .news_box:hover .news_title {
	color: #0072ca;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news.type2 .news_box .news_con {
	padding: 3px 10px;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news.type2 .news_box .news_con .news_titlebg {
	background: #000;
    opacity: 0.5;
	filter: alpha(opacity=50);
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news.type3 .news_box .news_con {
	padding: 3px 10px;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news.type4 .news_box .news_wrap .news_bg {
	background: #000;
    opacity: 0.5;
	filter: alpha(opacity=50);
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news.type4 .news_box .news_con {
    padding: 3px 10px;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news.type4 .news_box:hover .news_con {
	margin-bottom: -21px;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news.type4 .news_box:hover .news_con .news_title {
	color: #333;
}
.portlet8 .wb-multiImg20190731_skin1 .news_list .news.type4 .news_box:hover .news_con .news_title:hover {
	color: #0072ca;
}


.portlet8 .wb-multiImg20190731_skin1 .news_list .news .news_box:hover .news_imgs img {
	-moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


@media screen and (max-width: 959px) {

.portlet8 .wb-multiImg20190731_skin1 .news_list .news {
	width: 25%;
}


.portlet8 .wb-multiImg20190731_skin1 .news_list .news {
	width: 33.3%;
}




}
@media screen and (max-width: 767px) {
.portlet8 .wb-multiImg20190731_skin1 .news_list .news {
	width: 50%;
}
}
@media screen and (max-width: 479px) {
.portlet8 .wb-multiImg20190731_skin1 .news_list .news {
	width: 100%;
}
}

.portlet10 .wb-navMenu20190806_skin1 .menu {
	margin: 0 auto;
}
.portlet10 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link {
	padding: 0 27px;
	margin: 0 0px;
	background-color: transparent;
}
.portlet10 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link:hover, .portlet10 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link.parent {
	background-color: #2e25a9;
}
.portlet10 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link .menu-name {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
	line-height: 48px;
	text-align: center;
	padding: 0px 0 0px 0;
}
.portlet10 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link:hover .menu-name, .portlet10 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link.parent .menu-name {
    color: #fff;
}
.portlet10 .wb-navMenu20190806_skin1 .sub-menu {
	background-color: #f2f2f2;
	top: 48px;
	text-align: center;
}
.portlet10 .wb-navMenu20190806_skin1 .sub-menu .sub-item a {
	padding: 0 10px;
	background-color: #f2f2f2;
}
.portlet10 .wb-navMenu20190806_skin1 .sub-menu .sub-item a:hover {
	background-color: #2378cb;
}
.portlet10 .wb-navMenu20190806_skin1 .sub-menu .sub-item a .sub-name {
	color: #000000;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
}
.portlet10 .wb-navMenu20190806_skin1 .sub-menu .sub-item a:hover .sub-name {
	color: #fff;
}










.navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.navi-aside-page {
	position: fixed;
}
.navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
.navi-aside.navi-aside-active {
	display: block;
}
.navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -216px;
	z-index: 1000;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0,0,0,.6);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.6);
}
.navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0,0,0,.3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.navi-aside .navi-aside-head .navi-aside-title {
	padding: 0 10px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
	line-height: 30px;
	color: #777;
	font-size: 14px;
}
.navi-aside .navi-aside-wrap {
	border-bottom: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
.navi-aside .navi-aside-wrap li {
	position: relative;
}
.navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 1px;
	transition: all 0.4s ease-in-out;
	background: url(images/menu-switch-arrow-c.png) center no-repeat;
	z-index: 9999;
}
.navi-aside .navi-aside-wrap li .menu-open-arrow {
	
}
.navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	background-color: transparent;
	transition: all 0.4s ease-in-out;
}
.navi-aside .navi-aside-wrap li a span {
	display: block;
	color: #c7c7c7;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
	line-height: 36px;
	padding: 0 40px 0 15px;
	transition: all 0.4s ease-in-out;
}
.navi-aside .navi-aside-wrap li a span.alias-name {
    display: none;
}
.navi-aside .navi-aside-wrap li a:hover, .navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	outline: 0;
}
.navi-aside .navi-aside-wrap li a:hover span, .navi-aside .navi-aside-wrap li a:focus span {
	color: #fff;
}
.navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
}
.navi-aside .navi-aside-wrap li .sub-menu li a {
	background-color: #2e2e2e;
}
.navi-aside .navi-aside-wrap li .sub-menu li a span {
	padding: 0 25px 0 25px;
}


@media screen and (max-width: 959px) {
.portlet10 .wb-navMenu20190806_skin1 {
	display: none;
}
}


    .portlet14 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet14 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#095c9a;
        font-size:16px;
        margin-bottom: -1px;
        
    }
   .portlet14 .wrg-titleFridge_skin1 .m-titleFridge_more{
        font-size: 12px;
        text-decoration:none;
        float: right ;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        color: #fff;
        background: #2885DB;
        padding: 3px 10px;
    }
   .portlet14 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet14 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 10px;
    }

        .portlet14 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
       .portlet14 .wrg-titleFridge_skin1 .m-titleFridge_head{
        border-bottom: 2px solid #2a4f85;
        position: relative;
    }
    
.portlet14 .qty-imgNews20190729_skin1 .news_list {
	margin: 0 -14px 0 -14px;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news {
	width: 33%;
	margin:  0;
}

.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_imgs {
	background-color: #f5f5f5;
	padding-top: 70%;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box {
	margin: 0 16px 0 16px;
	height: 380px;
	overflow: hidden;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_con {
	padding:0px 20px 0px 20px;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box .news_con {
	padding: 86px 20px 20px 20px;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_con .news_title {
	/*height: 48px;*/
	line-height: 24px;
	-webkit-line-clamp: 2;
	color: #0061ae;
 	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box .news_con .news_title a {
	color: #333;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box .news_con .news_title a:hover {
	color: #b70000;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box .news_con .news_title {
	height: 48px;
	line-height: 24px;
	-webkit-line-clamp: 2;
	color: #333;
 	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 10px 0;
}


.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box:hover .news_imgs img {
  -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;    box-shadow: inset 0px 0px 3px #888;
}

.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_date {
	border-radius: 0px 0px 0px 0px;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_date .date-top {
	background: #0068b7;
	font-size: 18px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box:hover .news_date .date-top {
	background: #232894;
	color: #fff;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_date .date-bot {
	background: #0068b7;
	font-size: 26px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box:hover .news_date .date-bot {
	background: #232894;
	color: #fff;
}

.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_con .news_subTitle {
	line-height: 24px;
 	font-size: 14px;
	font-weight: normal;
	margin-right: 5px;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_con .news_subTitle a {
	color: #245293;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_con .news_subTitle a:hover {
	color: #245293;
}

.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box {
	border-top: 5px solid #9f0d13;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box .news_con .news_text {
	color: #999999;
	font-weight: normal;
 	font-size: 14px;
	line-height: 24px;
	max-height: 96px;
	height: 96px;
	-webkit-line-clamp: 4;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box .news_con .news_text a {
	color: #999999;
}

.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box .news_date .date-top {
    background: #0068b7;
    color: #fff;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box:hover .news_date .date-top {
	background: #b70000;
    color: #fff;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box .news_date .date-bot {
    background: #0068b7;
    color: #fff;
}
.portlet14 .qty-imgNews20190729_skin1 .news_list .news.no-pic .news_box:hover .news_date .date-bot {
	background: #b70000;
    color: #fff;
}

@media screen and (max-width: 959px) {

.portlet14 .qty-imgNews20190729_skin1 .news_list .news {
	width: 50%;
	margin-bottom: 20px;
}

}
@media screen and (max-width: 767px) {
.portlet14 .qty-imgNews20190729_skin1 .news_list {
    margin: 0 -10px;
}

.portlet14 .qty-imgNews20190729_skin1 .news_list .news {
	width: 50%;
	margin-bottom: 20px;
}


.portlet14 .qty-imgNews20190729_skin1 .news_list .news .news_box {
    margin: 0 10px;
}
}
@media screen and (max-width: 479px) {
.portlet14 .qty-imgNews20190729_skin1 .news_list .news {
	width: 100%;
	margin-bottom: 20px;
}


}

    .portlet19 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet19 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#095c9a;
        font-size:16px;
        margin-bottom: -1px;
        
    }
   .portlet19 .wrg-titleFridge_skin1 .m-titleFridge_more{
        font-size: 12px;
        text-decoration:none;
        float: right ;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        color: #fff;
        background: #2885DB;
        padding: 3px 10px;
    }
   .portlet19 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet19 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 10px;
    }

        .portlet19 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
       .portlet19 .wrg-titleFridge_skin1 .m-titleFridge_head{
        border-bottom: 2px solid #2a4f85;
        position: relative;
    }
    
.portlet19 .wyq-m-news--skin1 .m-news_content {
  line-height: 35px;
  padding: 0px 0;
}
.portlet19 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 35px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet19 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 35px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet19 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet19 .wyq-m-news--skin1 .m-news_title--right a {
 color:#242424;
 font-size:14px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet19 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet19 .wyq-m-news--skin1 .m-news_time {
  margin-top: -17.5px;
}

  .portlet19 .wyq-m-news--skin1 .m-news_title--right { }

.portlet19 .wyq-m-news--skin1 .m-news_title--right a {
 background: url(/_upload/v3PortletMode/NewsList/www/00/06/6/view/lib/images/li.png) no-repeat 5px center;
}

    .portlet19 .wyq-m-news--skin1 .m-news_title--right a { }
    
    .portlet21 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet21 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#095c9a;
        font-size:16px;
        margin-bottom: -1px;
        
    }
   .portlet21 .wrg-titleFridge_skin1 .m-titleFridge_more{
        font-size: 12px;
        text-decoration:none;
        float: right ;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        color: #fff;
        background: #2885DB;
        padding: 3px 10px;
    }
   .portlet21 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet21 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 10px;
    }

        .portlet21 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
       .portlet21 .wrg-titleFridge_skin1 .m-titleFridge_head{
        border-bottom: 2px solid #2a4f85;
        position: relative;
    }
    
.portlet21 .wyq-m-news--skin1 .m-news_content {
  line-height: 35px;
  padding: 0px 0;
}
.portlet21 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 35px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet21 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 35px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet21 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet21 .wyq-m-news--skin1 .m-news_title--right a {
 color:#242424;
 font-size:14px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet21 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet21 .wyq-m-news--skin1 .m-news_time {
  margin-top: -17.5px;
}

  .portlet21 .wyq-m-news--skin1 .m-news_title--right {}

.portlet21 .wyq-m-news--skin1 .m-news_title--right a {
 background: url(/_upload/v3PortletMode/NewsList/www/00/06/6/view/lib/images/li.png) no-repeat 5px center;
}

    .portlet21 .wyq-m-news--skin1 .m-news_title--right a { }
    
    .portlet22 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet22 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#095c9a;
        font-size:16px;
        margin-bottom: -1px;
        
    }
   .portlet22 .wrg-titleFridge_skin1 .m-titleFridge_more{
        font-size: 12px;
        text-decoration:none;
        float: right ;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        color: #fff;
        background: #2885DB;
        padding: 3px 10px;
    }
   .portlet22 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet22 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 10px;
    }

        .portlet22 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
       .portlet22 .wrg-titleFridge_skin1 .m-titleFridge_head{
        border-bottom: 2px solid #2a4f85;
        position: relative;
    }
    
.portlet22 .wyq-m-news--skin4 .m-news_content {}
.portlet22 .wyq-m-news--skin4 .m-news_introduction,.portlet22 .wyq-m-news--skin4 .m-news_introduction a {
 color:#636567;
 font-size: 13px;
}
.portlet22 .wyq-m-news--skin4 .m-news_title--right .m-news_title {
  line-height: 36px;
}
.portlet22 .wyq-m-news--skin4 .m-news_title--right .m-news_title a{
  color: #2f3132;
  font-size:14px;
  font-weight: normal;
}
.portlet22 .wyq-m-news--skin4 .m-news_title--right .m-news_title a:hover{
  color:#095ab5;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .m-news_list--left {
  overflow: hidden;
  border-radius: 0px;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type1 .top{
  color: #313131;
  background: #eee;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type1 .bottom{
  color: #fff;
  background: #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type2 .top{
  color: #fff;
  background: #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type2 .bottom{
  color: #fff;
  background: #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type3{
  border: 1px solid #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type3 .top{
  color: #fff;
  background: #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type3 .bottom{
  color: #fff;
  background: #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type4 .top{
  color: #fff;
  background: #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type4 .bottom{
  color: #747474;
  background: #e1e1e1;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type5 {
  border: 1px solid #ffffff;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type5 .top{
  color: #fff;
  background: #0061ae;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type5 .bottom{
  color: #fff;
  background: #0061ae;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type6 .top{
  color: #595959;
  background: #e1e1e1;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type6 .bottom{
  color: #fff;
  background: #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type7 .top{
  color: #fff;
  background: #4b78a3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type7 .bottom{
  color: #595959;
  background: #e1e1e1;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type8 .top{
  color: #999;
  font-size: 14px;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type8 .bottom{
  background: #d3d3d3;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type9 .top{
  color: #3c3f42;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type9 .bottom{
  color: #3c3f42;
}
.portlet22 .wyq-m-news--skin4 .m-news_header .type9 {
  border-right: 1px solid #c7c7c7;
}
.portlet22 .wyq-m-news--skin4 .m-news_header {
  background-color: transparent;
}

.portlet22 .wyq-m-news--skin4 .m-news_content {}

    .portlet28 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet28 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#095c9a;
        font-size:16px;
        margin-bottom: -1px;
        
    }
   .portlet28 .wrg-titleFridge_skin1 .m-titleFridge_more{
        font-size: 12px;
        text-decoration:none;
        float: right ;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        color: #fff;
        background: #2885DB;
        padding: 3px 10px;
    }
   .portlet28 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet28 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 10px;
    }

        .portlet28 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
       .portlet28 .wrg-titleFridge_skin1 .m-titleFridge_head{
        border-bottom: 2px solid #2a4f85;
        position: relative;
    }
    
.portlet28 .wyq-m-news--skin1 .m-news_content {
  line-height: 35px;
  padding: 0px 0;
}
.portlet28 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 35px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet28 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 35px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet28 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet28 .wyq-m-news--skin1 .m-news_title--right a {
 color:#242424;
 font-size:14px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet28 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet28 .wyq-m-news--skin1 .m-news_time {
  margin-top: -17.5px;
}

  .portlet28 .wyq-m-news--skin1 .m-news_title--right {  }

.portlet28 .wyq-m-news--skin1 .m-news_title--right a {
 background: url(/_upload/v3PortletMode/NewsList/www/00/06/6/view/lib/images/li.png) no-repeat 5px center;
}

    .portlet28 .wyq-m-news--skin1 .m-news_title--right a {  }
    
    .portlet29 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet29 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#095c9a;
        font-size:16px;
        margin-bottom: -1px;
        
    }
   .portlet29 .wrg-titleFridge_skin1 .m-titleFridge_more{
        font-size: 12px;
        text-decoration:none;
        float: right ;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        color: #fff;
        background: #2885DB;
        padding: 3px 10px;
    }
   .portlet29 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet29 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 10px;
    }

        .portlet29 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
       .portlet29 .wrg-titleFridge_skin1 .m-titleFridge_head{
        border-bottom: 2px solid #2a4f85;
        position: relative;
    }
    
.portlet29 .wyq-m-news--skin1 .m-news_content {
  line-height: 35px;
  padding: 0px 0;
}
.portlet29 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 35px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet29 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 35px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet29 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet29 .wyq-m-news--skin1 .m-news_title--right a {
 color:#242424;
 font-size:14px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet29 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet29 .wyq-m-news--skin1 .m-news_time {
  margin-top: -17.5px;
}

  .portlet29 .wyq-m-news--skin1 .m-news_title--right {}

.portlet29 .wyq-m-news--skin1 .m-news_title--right a {
 background: url(/_upload/v3PortletMode/NewsList/www/00/06/6/view/lib/images/li.png) no-repeat 5px center;
}

    .portlet29 .wyq-m-news--skin1 .m-news_title--right a { }
    
    .portlet30 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet30 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#095c9a;
        font-size:16px;
        margin-bottom: -1px;
        
    }
   .portlet30 .wrg-titleFridge_skin1 .m-titleFridge_more{
        font-size: 12px;
        text-decoration:none;
        float: right ;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        color: #fff;
        background: #2885DB;
        padding: 3px 10px;
    }
   .portlet30 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet30 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 10px;
    }

        .portlet30 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
       .portlet30 .wrg-titleFridge_skin1 .m-titleFridge_head{
        border-bottom: 2px solid #2a4f85;
        position: relative;
    }
    
.portlet30 .wyq-m-news--skin1 .m-news_content {
  line-height: 35px;
  padding: 0px 0;
}
.portlet30 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 35px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet30 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 35px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet30 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet30 .wyq-m-news--skin1 .m-news_title--right a {
 color:#242424;
 font-size:14px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet30 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet30 .wyq-m-news--skin1 .m-news_time {
  margin-top: -17.5px;
}

  .portlet30 .wyq-m-news--skin1 .m-news_title--right { }

.portlet30 .wyq-m-news--skin1 .m-news_title--right a {
 background: url(/_upload/v3PortletMode/NewsList/www/00/06/6/view/lib/images/li.png) no-repeat 5px center;
}

    .portlet30 .wyq-m-news--skin1 .m-news_title--right a {}
    
  .portlet12 .wyq-m-siteCopyright .siteCopyright {
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
    font-weight: normal;
  }
[wd-root="true"]&gt;div:not([class]) {
        margin: 0 !important;
        width: auto !important;
    }
    [wd-layout-banner="true"]&gt;div:not([class]) {
        margin: 0 !important;
        width: auto !important;
    }
    @media screen and (max-width: 1200px) {
        [wd-layout-free="true"],
        [wd-layout-tab="true"],
        [wd-layout-multicolumn="true"],
        [wd-layout-portletlayout="true"]&gt;div:not([class]) {
            max-width: 100% !important;
            margin: 0 !important;
            padding: 0 8px !important;
        }
        [wd-layout-portletlayout="true"] {
            max-width: 100% !important;
            margin: 0 !important;
        }
        [wd-layout-portletlayout="true"]&gt;div[style="width:100%;margin: 0 auto"],
        [wd-layout-tab="true"] [wd-layout-portletlayout="true"]&gt;div:not([class]),
        [wd-layout-multicolumn="true"] [wd-layout-portletlayout="true"]&gt;div:not([class]),
        [wd-layout-multicolumn="true"] [wd-layout-free="true"],
        [wd-layout-multicolumn="true"] [wd-layout-tab="true"] {
            padding: 0px !important;
        }
    }
    @media screen and (max-width: 960px) {
        [wd-layout-col="true"]&gt;div:not[class] {
            width: 100% !important;
            margin: 0 !important;
        }
        [wd-layout-col="true"] {
            width: 100% !important;
            margin: 0 !important;
        }
        [wd-layout-free="true"],
        [wd-layout-tab="true"],
        [wd-layout-multicolumn="true"],
        [wd-layout-portletlayout="true"]&gt;div:not([class]) {
            padding: 0 12px !important;
        }
        [wd-layout-portletlayout="true"]&gt;div[style="width:100%;margin: 0 auto"] {
            padding: 0px !important;
        }
    }


    @media screen and (max-width: 1200px) {
.portlet10 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link {
    padding: 0 20px !important;}
}</pre></body></html>