﻿@charset "utf-8";

.banner{margin-top:-15px;}

.my-container{padding-bottom:60px;background-color:#f3f3f3;}

.my-transition{transition:ease .5s;-webkit-transition:ease .5s;}
.column-title{z-index:3;margin-top:-400px;height:400px;}
.column-title div{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000; opacity:.3;-webkit-opacity:.3;filter:alpha(opacity=30);}
.column-title h1{position:absolute;top:0;right:0;left:0;margin:0;line-height:400px;color:#fff;font-size:48px;}


.breadcategory{position:relative;margin-top:-15px;margin-bottom:30px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#f6f6f6;}
.breadcategory>div{position:relative;}
.breadcategory a{display:inline-block;margin-right:1em;font-size:large;line-height:50px;color:#333;}
.breadcategory a.on{padding-top:2px;border-bottom:2px solid #1ea566;line-height:46px;}
.breadcategory .box{overflow-x:auto;overflow-y:hidden; white-space:nowrap;}

.breadnav{margin-bottom:30px;padding:20px 0;border-bottom:1px solid #ccc;line-height:1.1;}
.breadnav>div{padding-left:40px;background:url(../images/default/home.png) 15px 0 no-repeat;}
.breadnav, .breadnav a{color:#666;}

.tabpanel{margin:0.5em 0 1.5em;}
.tabpanel .item{position:relative;padding:0;}
.tabpanel .item span{position:relative;}
.tabpanel .item:after{content:"";display:block;position:absolute;right:0;bottom:0;left:0;border-bottom:1px solid #ddd;}
.tabpanel span{display:inline-block;line-height:3;font-size:large;font-weight:bold;}
.tabpanel .item.on{color:#07c;}
.tabpanel .item.on span:after{z-index:1;content:"";display:block;position:absolute;right:0;bottom:0;left:0;border-bottom:2px solid #07c;}

.content{padding:0 0 20px;font-size:medium;line-height:1.8;/*text-align:justify;*/}
.content h1{margin-bottom:15px;font-size:x-large;}
.content h2{margin-bottom:10px;font-size:large;}
.content h3,.content h4,.content h5,.content h6{font-size:medium;}
.content a{color:#06c;}
.content a:hover{color:#e00;}
.content p{margin-top:0;margin-bottom:15px;}
.content img{max-width:100%;height:auto;}
.content ul, .content ol{display:block;margin:1em 0;padding-left:40px;}
.content ul{list-style-type:disc;}
.content ol{list-style-type:decimal;}
@media(max-width:767px){
	.content table{width:100%;}
}
@media(max-width:480px){
	.content{padding:0;}
}

/*视频、音频播放*/
.video-container{margin:0 auto 20px;width:100%;max-width:1000px;}
.video-container p{margin:0;text-align:center;}
.video-container video{display:block;margin:0 auto;width:100%;max-width:1000px;max-height:600px;background-color:#000;}
.audio-container{margin:0 auto 20px;padding:15px;background-color:#ddd;}
.audio-container audio{display:block;margin:0 auto;width:100%;max-width:600px;}
.audio-container p{margin:10px 0 0;text-align:center;}

/*失物招领*/
.search-div{padding:0 15px 2em;}
.search-div .form-group{margin-bottom:10px;}
.search-div select[name="type"] option{font-size:14px;}
/*失物招领-单页-仅作备份*/
.lost-search{position:fixed;top:0;right:0;bottom:0;left:0;background:url(../images/lost_bg.jpg);background-size:cover;}
.lost1{margin:15vh auto 3em;width:80%;max-width:380px;}
.lost-search form{margin:0 auto;width:80%;max-width:360px;}
.lost-search .input{display:block;border:0;border-bottom:1px solid #6bf;padding:5px 10px;width:100%;font-size:large;background:none;}
.lost-search input[type="text"]{color:#fff;}
.lost-search input[type="date"]{display:block;position:absolute;top:0;left:0;background-color:#fff;opacity:.01;}
.lost-search input[type="submit"]{display:block;margin:0 auto;border:0;width:80%;height:45px;font-size:20px;color:#00a2ff;font-weight:bold;background-color:#fff;border-radius:22px;}
.lost-search select{color:#eee;}
.lost-search option{color:#111;}
.lost-search input,.lost-search select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.lost-search input::-webkit-input-placeholder{color:#fff;}
.lost-search input::-moz-placeholder{color:#fff;}
.lost-search input:-moz-placeholder{ color:#fff;}
.lost-search input:-ms-input-placeholder{color:#fff;}
.lost-search .item{position:relative;margin-bottom:20px;}
.lost-search .item i{display:block;position:absolute;z-index:-1;top:auto;right:10px;bottom:8px;font-size:18px;color:#eee;}
.lost-search .item2{margin:3em 0 6em;}
.lost-search .item3{text-align:center;color:#fff;}
.mylost-date{position:relative;}
.mylost-date input[type="date"]{display:block;position:absolute;top:0;left:0;padding:0;background-color:#fff;opacity:.01;}
.mylost-date i{display:block;position:absolute;top:auto;top:50%;right:10px;margin-top:-9px;font-size:18px;color:#333;}


/*文章详情*/
.content h1.articletitle{margin:0 0 15px;font-size:x-large;font-weight:bold;text-align:center;}
.content h2.articletitle2{margin:0 0 15px;font-size:large;font-weight:normal;text-align:center;}
.content .articleinfo{position:relative;margin-bottom:30px;padding:15px 0;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;text-align:center;font-size:14px;line-height:24px;color:#888;}
.content .articlesummary{margin-bottom:20px;padding:1em;border:1px solid #ddd;background:#fffef7;}
.view_baidushare{display:block;position:absolute;top:8px;right:0;}
.bd_weixin_popup{box-sizing:content-box;-webkit-box-sizing:content-box;} /*百度分享的分享到微信弹出窗*/
@media(max-width:767px){
	.content h1.articletitle,.content h1.articletitle2,.content .articleinfo{text-align:left;}
	.content h1.articletitle{font-size:20px;}
	.content .articleinfo{margin-bottom:30px;}
	.view_baidushare{position:static;margin:0 auto;width:130px;}
}

.button{border:0;width:100px;height:30px;line-height:30px;text-align:center;background:url(../images/default/button.gif) 0 0 no-repeat;}
.button:hover{background-position:0 -30px;}
.button:disabled{color:#999;}

.pagebar{clear:both;padding:40px 0 20px;text-align:center;}
.pagebar a{display:inline-block;padding:0 12px;margin:0 3px 10px;font-weight:bold;border:1px solid #ccc;line-height:30px;background-color:#fff;text-decoration:none;}
.pagebar .on, .pagebar a:hover{background-color:#f08519;border-color:#e47300;color:#fff;}
.pagebar a{display:block;float:left;margin:0;padding:0 11px;border-left-width:0;}
.pagebar a:first-child{border-left-width:1px;}
.pagebar a:last-child{display:none;}

.prevnext{margin:100px 0 0;border-top:1px dotted #ccc;padding:0 20px;color:#888;line-height:1.2;}
.prevnext div{padding-top:10px;}
@media(max-width:767px){
	.prevnext{padding:0;}
}

.loadmore{padding-top:30px;}
.loadmore .btn{width:30%;}
/*响应式文章列表1*/
.newslist a{display:block;padding:30px;border:1px solid #f3f3f3;border-bottom:1px solid #ddd;color:#888;background-color:#fcfcfc;}
.newslist .item:nth-child(odd) a{background-color:#f6f6f6;}
.newslist-a{margin-right:30px;width:70px;font-size:16px;line-height:1;text-align:center;}
.newslist-a p{margin-bottom:1px;font-size:60px;font-weight:bold;}
.newslist-b{width:850px;overflow:hidden;}
.newslist .item2 .newslist-b{width:1100px;}
.newslist-b{color:#888;}
.newslist-b h3{margin-top:5px;font-size:20px;font-weight:bold;color:#333;}
.newslist-b p{margin:0;}
.newslist-b p span{display:none;}
.newslist-b>span{display:block;max-height:48px;line-height:24px;overflow:hidden;}
.newslist-c{width:240px;height:160px;overflow:hidden;}
/*
.newslist a:hover{background-color:#f08519;}
.newslist a:hover .newslist-a, .newslist a:hover .newslist-b, .newslist a:hover .newslist-b h3{color:#fff;}
*/
.newslist a:hover .newslist-c img{transform:scale(1.05);}
.newslist a:hover{border-color:#f08519;}
.newslist a:hover i.time, .newslist a:hover i.click, .newslist a:hover i.source{background-position:0 0;}
@media(max-width:1399px){
	.newslist-b{width:700px;}
	.newslist .item2 .newslist-b{width:960px;}
}
@media(max-width:1199px){
	.newslist-b{width:500px;}
	.newslist .item2 .newslist-b{width:760px;}
}
@media(max-width:991px){
	.newslist-b{width:390px;}
	.newslist .item2 .newslist-b{width:670px;}
	.newslist-b h3{font-size:large;}
	.newslist-b p span{display:inline;}
	.newslist-b>span{max-height:40px;line-height:20px;}
}
@media(max-width:767px){
	.newslist a{padding:15px 10px;}
	.newslist-b{width:100%;}
	.newslist .item2 .newslist-b{width:100%;}
	.newslist-b h3{font-size:medium;}
}
/*响应式文章列表2*/
.newslist2 .item .pull-left{padding:35px;width:900px;}
.newslist2 .item .pull-right{overflow:hidden;}
.newslist2 .item a{display:block;border:1px solid #f3f3f3;border-bottom-color:#ddd;color:#999;background-color:#fcfcfc; transition:all ease .5s;}
.newslist2 .item:nth-child(odd) a{background-color:#f6f6f6;}
.newslist2 .item a h3{position:relative;margin-top:0;margin-bottom:15px;padding-top:20px;font-size:large;color:#111; transition:color ease .5s;}
.newslist2 .item a h3:before{display:block;position:absolute;top:0;left:0;width:2em;height:5px;font-size:24px;background:#fd8700;overflow:hidden;content:"";transition:background ease .5s;}
.newslist2 .item a p{margin-bottom:15px;font-size:14px;}
.newslist2 .item a span{display:block;height:72px;font-size:14px;line-height:24px;overflow:hidden;text-align:justify;}
.newslist2 .item a img{transition:all ease .5s;}
.newslist2 .item a:hover{background:#004389;text-decoration:none;}
.newslist2 .item a:hover h3:before{background:#fff;}
.newslist2 .item a:hover, .newslist2 .item a:hover h3{color:#fff;}
.newslist2 .item a:hover img{transform:scale(1.05);}
.newslist2 .item2 a{padding:35px;}
.newslist2 .item2 a span{height:48px;}
@media(max-width:1399px){
	.newslist2 .item .pull-left{width:750px;}
}
@media (max-width: 1199px){
	.newslist2 .item .pull-left{width:560px;}
	.newslist2 .item a p{margin-bottom:12px;}
	.loadmore .btn{width:40%;}
}
@media (max-width: 991px){
	.newslist2 .item .pull-left{width:430px;}
	.newslist2 .item .pull-right{width:280px;}
	.newslist2 .item a .pull-left{padding:22px 25px;}
	.newslist2 .item a h3{font-size:large;}
	.newslist2 .item a p{margin-bottom:8px;}
	.newslist2 .item2 a{padding:30px;}
	.loadmore  .btn{width:50%;}
}
@media (max-width: 767px){
	.newslist2 .item .pull-left{width:100%;}
	.newslist2 .item2 a{padding:25px;}
	.loadmore  .btn{width:80%;}
}
/*响应式文章列表3*/
.newslist3 a{position:relative;display:block;padding:2%;border:1px solid #f3f3f3;border-bottom-color:#ddd;text-decoration:none;background-color:#fcfcfc;}
.newslist3 a:nth-child(odd){background-color:#f6f6f6;}
.newslist3 a:hover{border-color:#f94e00;}
.newslist3-1{float:left;margin-right:3%;width:24.68%;}
.newslist3 a:hover img{transform:scale(1.05);}
.newslist3-2{width:85%;color:#666;}
.newslist3-2 h3{margin-top:10px;max-height:56px;line-height:28px;font-weight:bold;color:#555;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.newslist3-2 .summary{max-height:48px;line-height:24px;overflow:hidden;}
.newslist3-2 .info{display:inline-block;margin-top:15px;margin-bottom:0;border:1px solid #ddd;background-color:#fff;line-height:24px;border-radius:20px;}
.newslist3-2 .info span{display:inline-block;float:left;padding:0 15px;border-left:1px solid #e3e3e3;}
.newslist3-2 .info span:first-child{border-left:0;}
.newslist3-2 .date{line-height:1;color:#888;}
.newslist3-3{position:absolute;top:50%;right:2%;margin-top:-60px;font-family:Arial;font-size:20px;font-weight:bold;text-align:center;color:#555;}
.newslist3-3 span{display:block;font-size:70px;line-height:60px;}
.newslist3 a:hover .newslist3-3{color:#f94e00;}
@media(max-width:991px){
	.newslist3-2{width:100%;}
	.newslist3-2 h3{margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.newslist3-2 .summary{max-height:40px;line-height:20px;}
	.newslist3-2 .info{margin-top:10px;}
}
@media(max-width:991px){
	.newslist3 a{padding:3% 15px;border-width:0;border-bottom:1px dashed #ddd;}
	.newslist3-2 h3{margin-bottom:5px;max-height:38px;font-size:medium;line-height:19px;white-space:normal;}
}

.newslist3.newslist3-column a:first-child{padding-top:0;}
.newslist3.newslist3-column a:nth-child(odd){background:none;}
.newslist3-column .newslist3-2 h3{height:56px;font-weight:normal;color:#333;}
@media(max-width: 991px){
	.newslist3.newslist3-column a{padding-right:0;padding-left:0;}
	.newslist3.newslist3-column a:last-child{border-bottom:0;}
}

/*响应式文章列表4*/
.newslist4 a{display:block;padding:2%;border:1px solid #fff;border-bottom-color:#eee;background-color:#fff;text-decoration:none;}
.newslist4-1{position:relative;width:114px;height:104px;background-color:#f2f5fa;}
.newslist4-1 span{display:block;font-size:54px;line-height:104px;color:#b1b1b1;}
.newslist4-1 div{position:absolute;top:58px;right:6px;padding:0 5px;font-size:12px;line-height:18px;color:#333;background-color:#f2f5fa;}
.newslist4-2{margin-left:150px;}
.newslist4-2 h3{margin-top:3px;font-size:large;color:#333;}
.newslist4-2 .info{margin-bottom:10px;height:20px;line-height:20px;color:#888;}
.newslist4-2 .summary{max-height:40px;line-height:20px;color:#888;overflow:hidden;}
.newslist4 a:hover{border-color:#e00;}
.newslist4 a:hover .newslist4-1 span, .newslist4 a:hover .newslist4-2 h3{color:#e00;}
.newslist4 a:hover .info, .newslist4 a:hover .summary{color:#333;}
@media(min-width:768px){
	.newslist4-2 h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media(max-width:767px){
	.newslist4 a{padding:3% 2%;}
	.newslist4-2{margin-left:0;}
}

/*旋转动画 wxy-spin*/
@-webkit-keyframes wxy-spin{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes wxy-spin{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}

/*图片列表*/
.image .item{float:left;padding:15px;width:33.333333%;}
.image .item a{display:block;border:1px solid #ccc;color:#000;background-color:#eee;overflow:hidden;border-radius:5px;transition:ease .5s;}
.image .item a:hover{border-color:#f00;color:#fff;background-color:#f00;}
.image .item em{display:block;position:relative;overflow:hidden;}
.image .item em i{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:url(../images/default/video_play2a.png) center center no-repeat;}
.image .item em i:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:url(../images/default/video_play2b.png) center center no-repeat;}
.image .item a:hover em i:after{-webkit-animation:wxy-spin 2s infinite linear;animation:wxy-spin 2s infinite linear;}
.image .item span{display:block;padding:10px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media(max-width:767px){
	.image .item{width:50%;}
	.image .item:nth-child(odd){padding:7px 7px 7px 15px;}
	.image .item:nth-child(even){padding:7px 15px 7px 7px;}
}
.image23 .item, .image34 .item{width:25%;}
@media(max-width:767px){
	.image23 .item, .image34 .item{width:33.333333%;}
	.image23 .item:nth-child(odd),.image23 .item:nth-child(even), .image34 .item:nth-child(odd),.image34 .item:nth-child(even){padding:10px 15px;}
	.image23 .item:nth-child(3n+1),.image34 .item:nth-child(3n+1){padding-right:5px;}
	.image23 .item:nth-child(3n+2),.image34 .item:nth-child(3n+2){padding-right:10px;padding-left:10px;}
	.image23 .item:nth-child(3n),.image34 .item:nth-child(3n){padding-left:5px;}
}
@media(max-width:575px){
	.image23 .item, .image34 .item{width:50%;}
	.image23 .item:nth-child(odd),.image34 .item:nth-child(odd){padding-right:7px;padding-left:15px;}
	.image23 .item:nth-child(even),.image34 .item:nth-child(even){padding-right:15px;padding-left:7px;}
}

i.time, i.click, i.source{display:inline-block;margin-right:5px;width:20px;height:16px;vertical-align:middle; transition:all ease .5s;}
i.time{background:url(../images/default/icon03.png) 0 0 no-repeat;}
i.click{background:url(../images/default/icon04.png) 0 0 no-repeat;}
i.source{background:url(../images/default/icon05.png) 0 0 no-repeat;}
a:hover i.time, a:hover i.click, a:hover i.source{background-position:0 -16px;}

/*搜索页*/
.search-title{margin-bottom:20px;border-bottom:1px solid #d8cba1;height:36px;}
.search-title h2{margin:0 0 20px;font-size:22px;line-height:1;color:#8f512a;}
