@charset "utf-8";
html,body,ul,li,*{margin:0; padding:0;}
ul,li{list-style:none;}
a{text-decoration:none;}
.body{background-color:#f1f4f9;}
.top{width:100%; height:30px; line-height:30px; background-color:#222;}
.top .top_c{width:1200px; height:30px; margin:auto;}
.top .top_c a{ color:#fff; margin:0 10px; font-size:12px;}
.fl{float:left;}
.fr{float:right;}

.header{width:100%; height:60px; background-color:#fff;}
.header .header_c{width:1200px; height:60px; margin:auto; overflow:hidden;}
.header .header_c a{padding:0 20px; float:left; line-height:55px; font-size:16px; color:#222; text-decoration:none; border-bottom:5px solid #fff;}
.header .header_c a:hover{border-bottom-color:#F46E8F; color:#F46E8F; background-color:#f0f0f0;}
.header .header_c a.active{border-bottom-color:#F46E8F; color:#F46E8F;}

.notice{width:100%; height:30px; margin:10px 0;}
.notice .notice_c{width:1200px; height:30px;margin:auto; font-size:12px; background-color:#fff;}
.notice .notice_c .notice_t{width:100px; height:30px; line-height:30px; float:left; overflow:hidden; text-align:center;}
.notice .notice_c marquee{width:1100px; height:30px; line-height:30px; float:right;}

.content{width:1200px; margin:10px auto; overflow:hidden;}

.content .left_c{width:830px; overflow:hidden; float:left; background-color:#fff;}
.content .left_c .slideshow{width:830px; height:400px; overflow:hidden;}
.content .left_c .slideshow .pic{width:800px; margin:15px;}

.cont_list{width:100%; overflow:hidden; background-color:#fff;}
.cont_list .list_title{width:810px; margin:10px 10px; border-bottom:#F46E8F solid 3px; height:50px; line-height:60px; font-weight:bold;}
.cont_list .list_title i{margin:0 10px; color:#aaa; font-size:12px;}
.cont_list .list_ul{width:100%; overflow:hidden;}
.cont_list .list_ul li{width:31%; margin:0 1% 10px 1%; height:430px; float:left; border:1px solid #eee;}
.cont_list .list_ul li .thumb{width:100%; margin:10px 0; height:360px; overflow:hidden;}
.cont_list .list_ul li .thumb img{width:94%; margin:0px 3%;object-fit: cover; height:360px;}
.cont_list .list_ul li .thumb .overlay{width:94%; margin:auto; height:360px;position:relative; z-index:2; left:0; top:-360px; display:none;}
.cont_list .list_ul li .thumb .overlay img{ margin:150px 90px; width:60px; height:60px; position:relative; z-index:3;}
.cont_list .list_ul li .thumb:hover .overlay{ display:block; background:url(../images/zoom.png) center center no-repeat;}
.cont_list .list_ul li p{line-height:22px; height:44px; overflow:hidden; font-size:14px; padding:0 10px;}
.cont_list .list_ul li p a:hover{color:#F46E8F;}

.cont_list .list_ul li p.tip{width:242px; height:40px; position:relative; top:-410px; left:0; z-index:2;}
.cont_list .list_ul li p.tip span{padding:0px 10px; background-color:#000; color:#fff; border-radius:3px; opacity:0.7; font-size:12px; margin:10px;}
.cont_list .list_ul li p.tip span i{font-size:12px; margin-right:5px;}

.cont_list .pages{width:100%; padding:10px 0 20px 0; overflow:hidden;}
.cont_list .pages a{height:40px; line-height:40px; padding:0 10px; float:left; margin-left:10px; border:0.5px solid #eee; border-radius:3px;}
.cont_list .pages a:hover{background-color:#aaa; color:#fff;}
.cont_list .pages .current{height:40px; line-height:40px; padding:0 15px; float:left; margin-left:10px;}

.content .left_c .cont_detail{width:100%; overflow:hidden;}
.content .left_c .cont_detail p{width:810px; margin:10px;}
.content .left_c .cont_detail p.tags{overflow:hidden;}
.content .left_c .cont_detail p.tags a{color:#fff; font-size:12px; margin-right:10px; float:left; padding:5px 10px; border-radius:3px; margin-top:10px;}
.content .left_c .cont_detail p.tags i{float:left; margin:15px 10px 0 0; color:#777;}
.content .left_c .cont_detail p.date i{float:left; margin:0 10px 0 0; color:#777;}

.colorbg:nth-child(9n+1){background-color:#5CB85C;}
.colorbg:nth-child(9n+2){background-color:#D9534F;}
.colorbg:nth-child(9n+3){background-color:#567E95;}
.colorbg:nth-child(9n+4){background-color:#B433FF;}
.colorbg:nth-child(9n+5){background-color:#00ABA9;}
.colorbg:nth-child(9n+6){background-color:#B37333;}
.colorbg:nth-child(9n+7){background-color:#FF6600;}
.colorbg:nth-child(9n+8){background-color:#4A4A4A;}
.colorbg:nth-child(9n){background-color:#428BCA;}

.content .left_c .cont_detail img{width:90%; margin:10px 5%;}
.content .left_c .cont_detail .readmore{width:100%; height:90px; text-align:center;}
.content .left_c .cont_detail .readmore .more{width:200px; height:40px; line-height:40px; text-align:center; margin:20px auto; border:1px solid #f44; color:#f44; display:block; font-size:16px; border-radius:5px; cursor:pointer;}
.content .left_c .cont_detail .readmore .more:Hover{background-color:#f44; color:#fff;}

.content .left_c .cont_detail .prev_next{width:100%; height:60px; border-top:10px solid #f0f0f0; padding-top:30px;}
.content .left_c .cont_detail .prev_next .prev_icon{width:60px; height:60px; float:left; text-align:right;}
.content .left_c .cont_detail .prev_next .prev_icon i{width:60px; height:60px; font-size:30px; color:#999;}
.content .left_c .cont_detail .prev_next .prev_title{width:335px; padding:0 10px; height:36px; overflow:hidden; line-height:36px;text-align:left; float:left;}
.content .left_c .cont_detail .prev_next .next_title{width:335px; padding:0 10px; height:36px; overflow:hidden; line-height:36px;text-align:right; float:right;}
.content .left_c .cont_detail .prev_next .next_icon{width:60px; height:60px; float:right;}
.content .left_c .cont_detail .prev_next .next_icon i{width:60px; height:60px; font-size:30px; color:#999;}
.content .left_c .cont_detail .prev_next a{color:#999; font-size:18px;}
.content .left_c .cont_detail .prev_next a:hover{color:#555;}


.content .right_c{width:360px; overflow:hidden; float:right; background-color:#fff;}
.content .right_c .right_t{width:340px; margin:10px; border-bottom:#F46E8F solid 3px; height:50px; line-height:60px;}
.content .right_c .right_tags{width:100%; overflow:hidden;}
.content .right_c .right_tags a{float:left; padding:10px; color:#777; font-size:12px;}
.content .right_c .right_tags a:hover{background-color:#999; color:#fff;}

.right_list_ul{width:340px; margin:10px;overflow:hidden;}
.right_list_ul li{width:47%; margin:0 1% 10px 1%; height:270px; float:left; border:1px solid #eee;}
.right_list_ul li .thumb{width:100%; height:200px; overflow:hidden;}
.right_list_ul li .thumb img{width:100%; margin:0px;object-fit: cover; height:200px;}
.right_list_ul li .thumb .overlay{width:100%; margin:auto; height:200px;position:relative; z-index:2; left:0; top:-200px; display:none;}
.right_list_ul li .thumb .overlay img{ margin:50px auto; width:60px; height:60px; position:relative; z-index:3;}
.right_list_ul li .thumb:hover .overlay{ display:block; background:url(../images/zoom.png) center center no-repeat;}
.right_list_ul li p{line-height:20px; font-size:12px; padding:10px;}
.right_list_ul li p a:hover{color:#F46E8F;}


.flinks{width:1160px; line-height:30px; font-size:14px; color:#222; overflow:hidden; margin:auto; background-color:#FFFFFF; padding:20px;}
.flinks a{padding:0 20px; color:#555;}
.flinks a:hover{text-decoration:underline;}

.foot{width:100%; overflow:hidden; background-color:#222; padding:20px 0;}
.foot p{width:800px; overflow:hidden; margin:auto;line-height:30px; font-size:14px; color:#fff; text-align:center;}

.gotop{width:60px; height:60px; line-height:60px; text-align:center; background-color:#FF6060; color:#fff; position:fixed; right:30px; bottom:100px; z-index:999; font-size:24px; cursor:pointer;}
.gotop:hover{background-color:#FF2020;}