.portlet3 .wb-siteLogo20190806_skin1 .logo-window {
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 10px 0;
}


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

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



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

.portlet5 .wb-navMenu20190806_skin1 .menu {
	margin: 0 auto;
}
.portlet5 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link {
	padding: 0 38px;
	margin: 0 0px;
	background-color: transparent;
}
.portlet5 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link:hover, .portlet5 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link.parent {
	background-color: transparent;
}
.portlet5 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link .menu-name {
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
	line-height: 35px;
	text-align: center;
	padding: 0px 0 0px 0;
}
.portlet5 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link:hover .menu-name, .portlet5 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link.parent .menu-name {
    color: #fff;
}
.portlet5 .wb-navMenu20190806_skin1 .sub-menu {
	background-color: #ffffff;
	top: 30px;
	text-align: center;
}
.portlet5 .wb-navMenu20190806_skin1 .sub-menu .sub-item a {
	padding: 0 10px;
	background-color: #ffffff;
}
.portlet5 .wb-navMenu20190806_skin1 .sub-menu .sub-item a:hover {
	background-color: #c44646;
}
.portlet5 .wb-navMenu20190806_skin1 .sub-menu .sub-item a .sub-name {
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
}
.portlet5 .wb-navMenu20190806_skin1 .sub-menu .sub-item a:hover .sub-name {
	color: #fff;
}






.portlet5 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link .alias-name {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Arial';
	line-height: 20px;
	text-align: center;
	padding: 0px 0 0px 0;
	transition: all 0.4s ease-in-out;
}
.portlet5 .wb-navMenu20190806_skin1 .menu .menu-item a.menu-link:hover .alias-name {
	color: #b9b8b8;
}
.portlet5 .wb-navMenu20190806_skin1 .sub-menu {
	top: 50px;
}





.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) {
.portlet5 .wb-navMenu20190806_skin1 {
	display: none;
}
}


    .portlet44 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet44 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#900000;
        font-size:18px;
        margin-bottom: -0.5px;
        
    }
   .portlet44 .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;
    }
   .portlet44 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet44 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 5px;
    }

        .portlet44 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-title-bar {
	height: 40px;
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-title-bar .focus-title {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-title-bar .focus-title a {
	color: #fff;
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-title-bar .focus-title a:hover {
	color: #fff;
}




.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-title-bar .focus-title {
	padding: 0 132px 0 10px;
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-pagination {
	right: 0px;
	height: 9px;
	line-height: 9px;
	bottom: 15.5px
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-pagination .focus-page {
	width: 20px;
	height: 9px;
	line-height: 9px;
	background-color: #000000;
	margin: 0 1px;
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-pagination .focus-page.focus-page-active {
	background-color: #cc0000;
}

.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-pagination {
	height: 9px;
	line-height: 9px;
	bottom: 15.5px;
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-pagination .focus-page {
	color: #ffffff;
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-pagination .focus-page.focus-page-active {
	color: #ffffff;
}
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-pagination .focus-page span {
	display: block;
	line-height: 9px;
	font-size: 5px;
}








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


    .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:#900000;
        font-size:18px;
        margin-bottom: -0.5px;
        
    }
   .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: 0px;
    }

        .portlet22 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
.portlet22 .qty-imgNews20190802_skin1 .news_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.portlet22 .qty-imgNews20190802_skin1 .news_list .news {
	padding: 2px 0;
	
}
.portlet22 .qty-imgNews20190802_skin1 .news_list .news_imgs {
	background-color: #f5f5f5;
	padding-top: 143px;
	width: 126px;
}
.portlet22 .qty-imgNews20190802_skin1 .news_list .news .news_box .news_con .news_title {
	/*height: 24px;*/
	line-height: 24px;
	-webkit-line-clamp: 1;
	color: #990000;
 	font-size: 16px;
	font-weight: normal;
	
}
.portlet22 .qty-imgNews20190802_skin1 .news_list .news .news_box .news_con .news_arti{
	margin-left: 151px;
}

.portlet22 .qty-imgNews20190802_skin1 .news_list .news_title a{
	color:#6d6c6a;	
}
.portlet22 .qty-imgNews20190802_skin1 .news_list .news_title a:hover{
	color:#ca0003;	
}

.portlet22 .qty-imgNews20190802_skin1 .news_list img:hover {
  -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.portlet22 .qty-imgNews20190802_skin1 .news_list .news_text{
	/*height: 44px;*/
	line-height: 22px;
	-webkit-line-clamp: 2;
	color: #000000;
 	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}
.portlet22 .qty-imgNews20190802_skin1 .news_list .news .news_box .news_con .news_text a {
	color: #6d6c6a;
}

.portlet22 .qty-imgNews20190802_skin1 .news_list .news .news_date{
	line-height: 22px;
    font-family: Microsoft YaHei;
	text-align: left;
	padding: 0px 0px 0px 0px;
	color: #9b2800;
	font-size: 14px;
}


@media screen and (max-width: 479px) {
.portlet22 .qty-imgNews20190802_skin1 .news_list .news_imgs{display:none;}
.portlet22 .qty-imgNews20190802_skin1 .news_list .news .news_box .news_con .news_arti {
    margin-left: 0;
}
}

    .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:#900000;
        font-size:18px;
        margin-bottom: -0.5px;
        
    }
   .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%;
        position: relative;
    }
    .portlet21 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 5px;
    }

        .portlet21 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
 .portlet21 .ww-news20190729--skin2 .news_content_title {
    
	line-height: 20px;
       margin-bottom: 10px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	max-height: 40px;
	-webkit-line-clamp: 2;
}
 
 
 
.portlet21 .ww-news20190729--skin2 .news_content_title a {
		color:#990000;
    	font-size: 16px;
		
} 
.portlet21 .ww-news20190729--skin2 .news_content_title a:hover {
		color:#990000;	
} 
.portlet21 .ww-news20190729--skin2 .theme {
		color:#6d6c6a;
    	font-size: 13px;
		line-height: 25px;
} 
.portlet21 .ww-news20190729--skin2 .theme_content {
		color:#6d6c6a;
    	font-size: 13px;
		line-height: 25px;
}
.portlet21 .ww-news20190729--skin2 .theme_Title {
	padding: 0px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} 

.portlet21 .ww-news20190729--skin2 .theme_Title.jb_title {
    font-family: "Simsun";
    font-weight: bold;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.portlet25 .ww-news20190729--skin2 .theme.jb {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 90px;
    line-height: 36px;
    text-align: center;
    background: #900000;
}




    .portlet25 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet25 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#900000;
        font-size:18px;
        margin-bottom: -0.5px;
        
    }
   .portlet25 .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;
    }
   .portlet25 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet25 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 5px;
    }

        .portlet25 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
.portlet25 .wb-news20190725_skin3 .news_list .news {
	margin: 0px 0;
}
.portlet25 .wb-news20190725_skin3 .news_list .news .news_box {
	background: #fbfbf9;
	padding: 5px;
}
.portlet25 .wb-news20190725_skin3 .news_list .news .news_box:hover {
	background: #fbfbf9;
	transition: all 0.4s ease-in-out;
}
.portlet25 .wb-news20190725_skin3 .news_list .news .news_box .news_title {
	color: #990000;
	line-height: 36px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	
	-webkit-line-clamp: 1;
}
.portlet25 .wb-news20190725_skin3 .news_list .news .news_box .news_title a {
	color: #6d6c6a;
}
.portlet25 .wb-news20190725_skin3 .news_list .news .news_box:hover .news_title a {
	color: #990000;
}


.portlet25 .wb-news20190725_skin3 .news_list .news:nth-child(odd) .news_box {
    background: #f2f0ec;
}
.portlet25 .wb-news20190725_skin3 .news_list .news:nth-child(odd) .news_box:hover {
    background: #f2f0ec;
}





.portlet25 .wb-news20190725_skin3 .news_list .news .news_box .news_text {
	color: #6d6c6a;
	font-weight: normal;
 	font-size: 13px;
	line-height: 23px;
	max-height: 46px;
	height: 46px;
	-webkit-line-clamp: 2;
}
.portlet25 .wb-news20190725_skin3 .news_list .news .news_box .news_text a {
	color: #6d6c6a;
}
.portlet25 .wb-news20190725_skin3 .news_list .news .news_box:hover .news_text a {
	color: #6d6c6a;
}


    .portlet32 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet32 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#000000;
        font-size:18px;
        margin-bottom: -0.5px;
        
    }
   .portlet32 .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;
    }
   .portlet32 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet32 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 5px;
    }

        .portlet32 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
.portlet32 .wyq-m-news--skin1 .m-news_content {
  line-height: 25px;
  padding: 7.5px 0;
}
.portlet32 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 25px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet32 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 25px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet32 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet32 .wyq-m-news--skin1 .m-news_title--right a {
 color:#000000;
 font-size:16px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet32 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet32 .wyq-m-news--skin1 .m-news_time {
  margin-top: -12.5px;
}

  .portlet32 .wyq-m-news--skin1 .m-news_title--right {
    margin-right: 30px;
  }

.portlet32 .wyq-m-news--skin1 .m-news_content {
 border-bottom:1px solid #ccc;
}

    .portlet33 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet33 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight:bold;
        color:#000000;
        font-size:18px;
        margin-bottom: -0.5px;
        
    }
   .portlet33 .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;
    }
   .portlet33 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet33 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 5px;
    }

        .portlet33 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
.portlet33 .wyq-m-news--skin1 .m-news_content {
  line-height: 25px;
  padding: 7.5px 0;
}
.portlet33 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 25px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet33 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 25px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet33 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet33 .wyq-m-news--skin1 .m-news_title--right a {
 color:#000000;
 font-size:16px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet33 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet33 .wyq-m-news--skin1 .m-news_time {
  margin-top: -12.5px;
}

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

.portlet33 .wyq-m-news--skin1 .m-news_content {
 border-bottom:1px solid #ccc;
}

    .portlet36 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet36 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#000000;
        font-size:18px;
        margin-bottom: -0.5px;
        
    }
   .portlet36 .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;
    }
   .portlet36 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet36 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 5px;
    }

        .portlet36 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
.portlet36 .wyq-m-news--skin1 .m-news_content {
  line-height: 25px;
  padding: 7.5px 0;
}
.portlet36 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 25px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet36 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 25px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet36 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet36 .wyq-m-news--skin1 .m-news_title--right a {
 color:#000000;
 font-size:16px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet36 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet36 .wyq-m-news--skin1 .m-news_time {
  margin-top: -12.5px;
}

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

.portlet36 .wyq-m-news--skin1 .m-news_content {
 border-bottom:1px solid #ccc;
}

    .portlet41 .wrg-titleFridge_skin1{
        box-sizing: border-box;
        position: relative;
    }
   
    
  .portlet41 .wrg-titleFridge_skin1 .m-titleFridge_title{
        display:inline-block;
        zoom:1;
        padding: 10px 0px;
        font-weight: bold;
        color:#000000;
        font-size:18px;
        margin-bottom: -0.5px;
        
    }
   .portlet41 .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;
    }
   .portlet41 .wrg-titleFridge_skin1 .m-titleFridge_content{
        margin:0;
        padding:0;
        width:100%;
    }
    .portlet41 .wrg-titleFridge_skin1 .m-titleFridge_head{
        margin-bottom: 5px;
    }

        .portlet41 .wrg-titleFridge_skin1 .m-titleFridge_title{
            border-bottom: 0px solid #2885DB;
            border-top: 0px solid #E7E7E7;
        }
    
.portlet41 .wyq-m-news--skin1 .m-news_content {
  line-height: 25px;
  padding: 7.5px 0;
}
.portlet41 .wyq-m-news--skin1 .m-news_num {
  color: #fff;
  background-color: #2885db;
  line-height: 25px;
  width: 25px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet41 .wyq-m-news--skin1 .m-news_source {
  background-color: #2885db;
  line-height: 25px;
  width: 100px;
  border-radius: 0px;
  margin-left: 0px;
}
.portlet41 .wyq-m-news--skin1 .m-news_source a {
  color: #fff;
}
.portlet41 .wyq-m-news--skin1 .m-news_title--right a {
 color:#000000;
 font-size:16px;
 font-weight: normal;
 padding-left:0px;
 }
.portlet41 .wyq-m-news--skin1 .m-news_title--right a:hover {
  color:#095ab5;
}
.portlet41 .wyq-m-news--skin1 .m-news_time {
  margin-top: -12.5px;
}

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

.portlet41 .wyq-m-news--skin1 .m-news_content {
 border-bottom:1px solid #ccc;
}

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


.portlet43 .wb-multiImg20190809_skin1 .news_list .slick-prev, .portlet43 .wb-multiImg20190809_skin1 .news_list .slick-next {
	width: 16px;
	height: 24px;
	margin-top: -12px;
}
.portlet43 .wb-multiImg20190809_skin1 .news_list .slick-prev {
	background: url(/_upload/v3PortletMode/PicsShow/www/01/50/336/view/lib/images/slickbgleft.png) center no-repeat;
}
.portlet43 .wb-multiImg20190809_skin1 .news_list .slick-next {
	background: url(/_upload/v3PortletMode/PicsShow/www/01/50/336/view/lib/images/slickbgright.png) center no-repeat;
}

.portlet43 .wb-multiImg20190809_skin1 .news_list .slick-prev {
	background: url(images/pre.jpg) center no-repeat;
}


.portlet43 .wb-multiImg20190809_skin1 .news_list .slick-next {
	background: url(images/next.jpg) center no-repeat;
}


.portlet43 .wb-multiImg20190809_skin1 .news_list .slick-prev {
	left: -21px;
}
.portlet43 .wb-multiImg20190809_skin1 .news_list .slick-next {
	right: -21px;
}




.portlet43 .wb-multiImg20190809_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);
}


.portlet12 .wb-siteLogo20190806_skin1 .logo-window {
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 10px 0;
}


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

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



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

  .portlet13 .wyq-m-siteCopyright .siteCopyright {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    font-weight: normal;
  }

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


.portlet14 .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) {

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


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




}
@media screen and (max-width: 767px) {
.portlet14 .wb-multiImg20190731_skin1 .news_list .news {
	    margin: auto;
    width: 30%;
    float: none;
}
}
@media screen and (max-width: 479px) {
.portlet14 .wb-multiImg20190731_skin1 .news_list .news {
	width: 50%;
}
}
[wd-root="true"]>div:not([class]) {
        margin: 0 !important;
        width: auto !important;
    }
    [wd-layout-banner="true"]>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"]>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"]>div[style="width:100%;margin: 0 auto"],
        [wd-layout-tab="true"] [wd-layout-portletlayout="true"]>div:not([class]),
        [wd-layout-multicolumn="true"] [wd-layout-portletlayout="true"]>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"]>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"]>div:not([class]) {
            padding: 0 12px !important;
        }
        [wd-layout-portletlayout="true"]>div[style="width:100%;margin: 0 auto"] {
            padding: 0px !important;
        }
    }


.p22 .qty-imgNews20190802_skin1 .news_list .news{padding:0px}
.p22 .qty-imgNews20190802_skin1 .news_list .news .news_box .news_con .news_arti{margin-left: 0px;}
.p22 .news_arti{padding:0px}
.p22 span.news_title{width:80%;float:right;    line-height: 36px !important;}
.p22 .news_date{width:20%;float:left;    line-height: 36px !important;}

.p25 .qty-imgNews20190802_skin3 .news_list .news{padding:0px}
.p25 .qty-imgNews20190802_skin3 .news_list .news .news_box .news_con .news_arti{margin-left: 0px;}
.p25 .news_arti{padding:0px}
.p25 span.news_title{width:70% !important;  line-height: 36px !important;}
.p25 .news_date{width:20%;float:left;    line-height: 36px !important;color:#900000;}
.p25 .wb-news20190725_skin3 .news_list .news .news_box{padding:5px;}


.p22 .qty-imgNews20190802_skin1 .news_list .news:nth-child(odd) .news_box{background: #f2f0ec;}
.p22 .qty-imgNews20190802_skin1 .news_list .news .news_box {background: #fbfbf9;}
.p22 .qty-imgNews20190802_skin1 .news_list .news .news_date{    padding:0 5px;color: #900000;}
.p22 .news_box.clearfix {padding: 5px;}

.portlet43 .wrg-titleFridge_skin1 .m-titleFridge_more{background:none !important;}

@media screen and (max-width: 479px) {
.portlet44 .wb-multiImg20190812_skin1 .focus-box .focus-navigation {
	display: none;
}
.wrg-titleFridge_skin1 {
    width: 100% !important;
}
.searchbox {
    width: auto;}
.p22 span.news_title,.p25 span.news_title {
    width: 78% !important;}
.portlet43 .wb-multiImg20190809_skin1 .news_list .news {
width: 100% !important;
    margin: 0 !important;
}
}
@media screen and (max-width: 385px){
.p22 span.news_title, .p25 span.news_title {
    width: 71% !important;
}}

