/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";


ul,h3{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	margin: 0;
	padding: 0;
	background: #f1f1f1;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
}

a {
	color: #046bb0;
	text-decoration: none;
}
a:hover {
	color: #00a4dc;
	text-decoration: none;
}


.slide_nav:active {
	opacity: 1.0;
}
.slide_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
@media(min-width:768px) {
.wrap {
	width: 750px;
}
.main {
	float: left;
	width: 66.66666667%;
}

}
@media(min-width:992px) {
.wrap {
	width: 970px;
}
.main {
	float: left;
	width: 66.66666667%;
}

.sideshow {
	padding: 10px 0;
	height: auto;
	overflow: auto;
}
.sideshow img {
	height: 60px;
	width: 80px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ececec;
	background: #fff;
}
.sideshow a {
	vertical-align: baseline;
	font-size: 15px;
	font-family: arial,"Microsoft YaHei","\5fae\8f6f\96c5\9ed1";
}

.wrap {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.sider {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

.sider {
	float: left;
	width: 300px;
	display: block;
}

.sider-right {
	float: right;
	width: 300px;
	display: block;
}


.right5 {
	padding-left: 20px;
}
.subblock {
	background-color: #fff;
	margin-bottom: 20px;
}

.subblock h5 {
        padding-left: 10px;
        font-size: 16px;
        line-height: 35px;
        display: inherit;
        border: 1px solid #ececec;
       color: #006bbd;
       font-weight: normal;
}
.subblock ul {
	padding: 10px;
	border: 1px solid #ececec;
	border-top: 0;
}
.subblock li {
	border-bottom: 1px solid #eee;
	padding: 3px 0;
}
.subblock li a {
	color: #666;
}
.subblock li a:hover {
	color: #00a4dc;
}
.subblock h3:before {
	
	font-family: FontAwesome;
	padding-right: 5px;
}
}
@media(min-width:1200px) {
.wrap {
	width: 1170px;
}

.datetime {
	color: #bbb;
    font-size: 15px;
	font-family: arial,"Microsoft YaHei","\5fae\8f6f\96c5\9ed1";
}

.rightpin{height:100%;}

.place_news {
    margin-top: 30px;
}

.place_news_title {
    height: 41px;
    border-top: 1px solid #e9e9e9;
}
.place_news_title>h5 {
    display: inline-block;
    padding-top: 19px;
    font-size: 16px;
    border-top: 1px solid #1875f0;
    margin-top: -1px;
    font-weight: normal;
    color: #006bbd;

}

.detail .content .news_video{
    position:relative;
}
.detail .content .news_video iframe{
    font-size: 14px;
    color: rgb(102, 102, 102);
    width:100%;
    height:377px;
    margin:40px 0;
}

.detail .content .news_video .code{
    position: absolute;
    left:10px;
    top: -26px;
    width: 134px;
    height: 156px;
    background: white;
    z-index: 9999;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.detail .content .news_video .code .shareCodeTop{
    padding: 10px 8px 0 10px;
}
.news_video {
    /* margin-top: 20px; */
}
.news_video li{
    float: left;
    width: 125px;
    /* height: 116px; */
    margin: 19px 20px 0 0;
}
.news_video li:nth-child(2n){
    margin-right: 0;
}
.news_video .video_box{
    width: 125px;
}

.news_video .video_img{
    width: 135px;
    height: 115px;
    position: relative;
    overflow: hidden;
}
.news_video .video_img>img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.news_video .video_img:hover>img {
    transform: scale(1.2);
}
.news_video .video_img:hover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	border: solid 1px #ccc;
}
.news_video .video_name{
    height: 36px;
    line-height: 36px;
}
.detail .content .news_video .code>div:nth-child(2){
    font-size: 12px;
    color: #666;
    text-align:center;
    padding-top:5px;
}
.bdshare-button-style0-16 a{
    height: 40px;
    display:block;
}
.detail .content .news_video .code:before{
    display:block;
    content:'';
    position:absolute;
    bottom:20px;
    left:-10px;
    border-right:15px solid #fff;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}
.news_video .video_name>span {
    display: inline-block;
    width: 98%;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center;
}
.news_video .video_name:hover>span {
    color: #1875f0;
}



