﻿@charset "utf-8";

/* CSS Document */
.dark_blue a {
 color: #005087
}

img:hover {
 transform: scale(1.1);
 transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -ms-transition: all 0.3s ease 0s;
 -o-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
}

img.pd15-0:hover {
 transform: none;
}

.H331 {
 height: 331px;
}

.H318 {
 height: 208px;
}

.article_box li {
 background: #f0f5fb url(/Content/Areas/News/images/QinNianYuanDi/icon1.png) no-repeat center top;
 width: auto;
 padding: 10px;
 _width: 350px;
}

.article_box li .title_type {
 color: #2076bd;
 font-size: 18px;
}

.red a {
 color: #e23838
}

.a2 {
 display: block;
 width: 205px;
 height: 64px;
 background: url(/Content/Areas/News/images/YuanWuGongZuo/icon1.jpg) no-repeat center;
}

.a2:hover {
 background: url(/Content/Areas/News/images/YuanWuGongZuo/icon2.jpg) no-repeat center;
}

.a1 {
 display: block;
 width: 205px;
 height: 74px;
 background: url(/Content/Areas/News/images/YuanWuGongZuo/icon3.jpg) no-repeat center;
 border: #dddddd 1px solid
}

.a1:hover {
 background: url(/Content/Areas/News/images/YuanWuGongZuo/icon4.jpg) no-repeat center;
}

.col-md-2.col-sm-12 img {
 display: block;
}

.col-md-2.col-sm-12 img:hover {
 transform: none;
}

.col-md-10 {
 _width: 82%;
}

.col-md-5 {
 _width: 40%;
}

.col-md-7 {
 _width: 58%;
}

/*轮播图*/
.SwitchImage {
 position: relative;
 width: 100%;
 /* height: 321px; */
 margin-top: 10px;
 _width: 568px
}

.SwitchImage .swiper-box {
 height: 345px;
 _width: 568px
}

div .SwitchImage .swiper-box ul li img {
 width: 100%;
 height: 345px;
 _width: 568px
}

div .SwitchImage .swiper-box ul li h2 {
 height: 78px;
 line-height: 50px;
 font-size: 18px;
 text-align: center;
}

div .SwitchImage .pagination {
 right: 242px;
 bottom: 11px;
}

div .SwitchImage .pagination span {
 border-radius: 0;
 width: 15px;
 height: 4px;
}

/*举报电话*/
.jb_con {
 width: 538px;
 height: 215px;
 color: #fff;
 border: 7px solid #fff;
 background: #125f89;
 margin: 0px auto;
}

.jb_con h2 {
 line-height: 40px;
 font-size: 24px;
 margin: 20px 0px 0px 15px;
}

.jb_con p {
 line-height: 30px;
 font-size: 16px;
 margin-left: 15px;
}

.jb img:hover {
 transform: initial;
}

/*联系我们*/
.lx h2 {
 background: url(/Sites/Uploaded/UserUpLoad/20161024/20161024102125.jpg) no-repeat left center;
 line-height: 45px;
 font-size: 14px;
 font-weight: bold;
 padding-left: 50px;
}

.lx {
 border: 1px solid #ccc;
 background: url(/Sites/Uploaded/UserUpLoad/20161024/20161024101633.jpg) repeat-x;
 font-size: 12px;
 color: #8f6f40;
 line-height: 20px;
 padding: 5px 10px 5px;
}

.lc {
 border: 1px solid #ccc;
 display: block;
 margin-top: 5px;
}

.lc img {
 width: 202px;
 height: 44px;
}

/*视频*/
.col-md-7 .article_box li {
 background: none;
 padding: 0;
 float: left;
 width: 48%;
 margin-right: 2%;
 position: relative
}

.col-md-7 .article_box img {
 width: 108px;
 height: 72px;
 float: left;
 margin-right: 20px;
 _margin-right: 0;
}

.col-md-7 .article_box img:hover {
 transform: none !important;
}

.col-md-7 .article_box h2 {
 background: #f2f2f2;
 font-size: 14px;
 height: 52px;
 line-height: 24px;
 padding: 10px 15px;
 margin-bottom: 0;
}

.video_img {
 display: block;
 height: 72px;
 left: 0;
 position: absolute;
 top: 0;
 width: 108px;
 opacity: 0;
 background: url(/Sites/Uploaded/UserUpLoad/20160630/20160630172048.png) no-repeat scroll center center;
 transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -ms-transition: all 0.3s ease 0s;
 -o-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
}

.col-md-7 .article_box li:hover .video_img {
 opacity: 1;
}

.col-md-7 .article_box h2 a.more {
 margin-top: 27px
}

.Count,
.play_time {
 display: none;
}

/*.col-md-7  ul.article_list{ _margin-top:20px;}
.col-md-7  ul.article_list li{ background:url(/Content/Areas/Common/images/video/video_icon.jpg) no-repeat scroll 0 10px; padding-left:4%; float:left; width:46%;}
*/

.row_img {
 display: block;
}

.row_img img {
 width: 100%;
}

.row_img img:hover {
 opacity: 0.8;
 transform: scale(1)
}

.link_a_outer {
 display: flex;
 justify-content: space-between;
}

.link_a {
 display: block;
 width: 304px;
 overflow: hidden;
 border: 1px solid #ccc;
}

.link_a img:hover {
 transform: scale(1.05);
 transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -ms-transition: all 0.3s ease 0s;
 -o-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
 .H318 {
 height: auto;
 }

 .col-sm-12 {
 margin-bottom: 0
 }

 .col-sm-hid {
 display: block
 }

 .col-md-7.col-sm-6 .pr20 {
 margin-right: 0
 }

 div .SwitchImage .pagination {
 right: 128px;
 }

 .list_img li {
 width: 49%;
 margin-right: 1%
 }

 .list_img li img {
 width: 100%;
 }

 .list_img li.Li_Even {
 margin-right: 0;
 }

 .list_img li.last {
 display: none
 }

 .Scroll_Box {
 width: 700px;
 overflow: hidden;
 margin: 20px auto 0;
 }

 .volunteer {
 display: none
 }

 img.pd15-0 {
 display: none
 }

 .col-md-2.col-sm-12 ul.article_list li {
 width: 48%;
 float: left;
 margin-right: 2%;
 box-sizing: border-box;
 }

 .col-md-2.col-sm-12 ul.article_list:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

 a.pd15-0 img {
 display: none;
 }

 .a1 img {
 display: block !important;
 margin: 0 auto;
 }

 .col-md-7 .article_box h2 {
 display: none;
 }

 .col-md-7 ul.article_list li {
 box-sizing: border-box;
 padding-left: 26px;
 width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 }

 .a2 {
 display: none;
 }

 .jb {
 width: 50%;
 box-sizing: border-box;
 }

 .jb .pr20 {
 padding-right: 0px;
 }

 .jb_con h2 {
 margin: 0px 0px 0px 15px;
 font-size: 20px;
 }

 .jb_con p {
 font-size: 14px;
 }

 .jb_con {
 width: 100%;
 box-sizing: border-box;
 }

 .lx {
 display: none;
 }

 .lc {
 display: none;
 }

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

 .link_a {
 margin-right: 0;
 width: 50%;
 margin-bottom: 20px;
 }

 .link_a img {
 width: 100%;
 display: block;
 margin: 0 auto;
 }
}

@media only screen and (max-width: 640px) {
 .pr20 {
 padding-right: 0;
 }

 .H331 {
 height: auto;
 }

 .H318 {
 height: auto;
 }

 .col-sm-12 {
 margin-bottom: 20px
 }

 .col-sm-hid {
 display: none
 }

 ul.article_box {
 display: none
 }

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

 .list_img {
 display: none
 }

 .col-md-2.col-sm-12 ul.article_list li {
 width: 50%;
 float: left;
 margin-right: 0%;
 box-sizing: border-box;
 }

 .Scroll_Box {
 width: 222px
 }

 .article_box li {
 width: 100%;
 box-sizing: border-box;
 }

 .article_list li {
 width: 100%;
 box-sizing: border-box;
 float: none
 }

 .link_a {
 width: 100%;
 }
}

@media only screen and (max-width: 600px) {
 .col-md-2.col-sm-12 ul.article_list li {
 width: 100%;
 float: none;
 }
}

@media only screen and (max-width: 500px) {
 .lx {
 display: block;
 font-size: 14px;
 line-height: 24px;
 }
}

@media only screen and (max-width: 375px) {
 .col-md-2.col-sm-12 ul.article_list li {
 width: 100%;
 float: none;
 margin-right: 0%;
 box-sizing: border-box;
 }

 a.pd15-0 img {
 display: block;
 width: 100%;
 }

 .a2 {
 display: block;
 margin: 0 auto;
 }

 ul.article_box {
 display: block;
 }

 .col-md-7 ul.article_list li {
 width: 100%;
 float: none;
 }

 .col-md-7 .article_box li {
 float: none;
 width: 100%;
 margin-right: 0;
 }

 .col-md-7 .article_box li h2 {
 display: block;
 }

 .col-md-7 .article_box li.last {
 display: none;
 }
}

@media only screen and (max-width: 320px) {
 .lx {
 font-size: 12px;
 line-height: 20px;
 }
} 