﻿@charset "UTF-8";
.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.w1200{width: 1200px;margin: 0 auto;}
/*内页*/
.main1 {
    min-height: 450px;
    position: relative;
	margin-bottom: 30px;
}
.headline-bg {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    height: 500px;
    background: #253340 url(../images/banner2.jpg) no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container-top {
    position: relative;
    overflow: hidden;
    padding: 70px 0 44px;
    height: 44px;
    line-height: 44px;
}
.container-top h2 {
    font-size: 30px;
    color: #ffffff;
    float: left;
    text-transform: uppercase;
}
.container-top h2 span {
    padding-left: 28px;
    margin-left: 20px;
    background: url(../images/titlebg_01.jpg) no-repeat left center;
    font-family: Arial;
}
.bread-nav {
    float: right;
    min-width: 420px;
    color: #ffffff;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 15px;
}
.bread-nav a {
    color: #f3f3f3;
    margin: 0 3px;
}
.content {
    background-color: #fff;
    padding: 30px 30px 50px;
    overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;
}
.about {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.content-left {
    width: 240px;
    float: left;
}
.content-right {
    width: 860px;
    float: right;
}
.content-left .title_h2bg {
    height: 80px;
    width: 100%;
    line-height: 80px;
    background: url(../images/conbg0.png) no-repeat center;
}
.content-title a{ color: #fff}
.content-title {
    width: 100%;
    padding-left: 80px;
    height: 80px;
    line-height: 80px;
    background: url(../images/h2bg.png) no-repeat 25px center;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 3px solid #f6f6f6;
}
.menu-list {
    width: 240px;
    background-color: #f6f6f6;
	margin-bottom: 20px;
}
.menu-list a {
    display: block;
    width: 236px;
    height: 55px;
    line-height: 55px;
    border-left: 4px solid #f6f6f6;
    border-bottom: 1px solid #e8e8e8;
    text-indent: 40px;
    font-size: 16px;
    color: #333;
}
.menu-list a:hover,
.menu-list a.active {
    border-left-color: #f1151f;
    background-color: #fff;
    text-indent: 36px;
}
.content-contact {
	clear: both;
    width: 100%;
}
.content-contact .h2bg {
    height: 82px;
    width: 100%;
    line-height: 82px;
    background: url(../images/conbg.png) no-repeat center;
}
.content-contact .h2bg h2 {
    width:100%;
    padding-left: 92px;
    background: url(../images/conico.png) no-repeat 34px center;
    font-size: 24px;
    color: #ffffff;
}
.cc-info {
    padding: 20px 20px 40px 20px;
    background-color: #f6f6f6;
}

.cc-info p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}
.menu-list-hover{
    border-left:4px solid  #f1151f;
    background-color: #fff;
}
/*新闻列表*/
.newsPage .list {
    padding-bottom: 30px;
}
.newsPage .list .item {
    height: 128px;
    transition: all .5s;
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
	padding: 0;
}
.newsPage .list .item a {
    padding: 15px;
    display: block;
}
.newsPage .list .item img {
    width: 138px;
    height: 96px;
    display: block;
    margin-right: 30px;
	border-radius:5px; 
}
.newsPage .list .item h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 0px 0 0px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
}
.newsPage .list .item .txt {
    color: #999;
    line-height: 24px;
    width: 500px;
    height: 68px;
	font-size: 14px;
    overflow: hidden;
}
.newsPage .list .item .time {
    width: 110px;
    padding: 20px 0 20px 25px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.newsPage .list .item .time .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
}
.newsPage .list .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.newsPage .list .item:hover h3 {
    color: #f90712;
}
.newsPage .list .item:hover .time .day span {
    background: #6d6d6d;
}
.newsPage .list .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}
.viewpage {
    background: #eee;
    width: 100%;
	height: auto;
    float: left;
    margin-bottom: 20px;
	display: block;
}


/*新闻详情页*/
.newsshow {
    padding-top: 25px;
}
.newsview {
    min-height: 400px;
    margin-top: 30px;
    border-top: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 33px;
    color: #777;
}
.allow_visitor{
    font-size: 15px;
    padding: 10px 10px;
    text-align: center;
    border: 1px dashed #ff9a9a;
    background: #ffe;
}
.allow_visitor a{
    color: #666;
}
.newsshow h2 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
}
.newsshow .date {
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.newsshow .date span {
    display: block;
    float: left;
    color: #999999;
    margin-right: 15px;
    padding-left: 22px;
}
.newsshow .date .s1 {
    background: url(../images/news_icon1.jpg) no-repeat left center;
}
.newsshow .date .s2 {
    background: url(../images/news_icon2.jpg) no-repeat left center;
}
.newsshow .date .s3 {
    background: url(../images/news_icon3.jpg) no-repeat left center;
}
.newsshow .date .s4{padding-left: 0px;;}
.newsshow .date .s4 a{color: #999;cursor: pointer;}
.main_r_nav {
    float: left;
    width: 754px;
    height: auto;
    padding: 10px 0;
    font-size: 14px;
    margin-left: 20px;
    display: inline;
}
.main_r_nav a {
    color: #777;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
    font-size: 14px;

}
.main_r_nav a:hover {
    color: #f90712;
}
.returnlist {
    width: 85px;
    height: 100%;
    padding: 15px 18px;
    display: inline-block;
    float: right;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    background: #2f2e2e;
}
.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "microsoft yahei";
    width: 100%;
    display: block;
}
/*搜索*/
.search {
    width: 600px;
    background: #fff;
    border: 2px solid #fa0712;
    height: 45px;
    line-height: 45px;
}
.search_box {
    margin: 0 auto;
    width: 600px;
}
.search-top-box {
    background: #fff;
    padding: 100px 0 200px 0;
}
.search_time {
    line-height: 40px;
    height: 40px;
}
.search select {
    display: none;
}
.search .select_box {
    font-size: 14px;
    color: #999999;
    width: 120px;
    line-height: 45px;
    float: left;
    position: relative;
}
.search .select_showbox {
    height: 45px;
    background: url(../images/search_ico.png) no-repeat 90px center;
    text-indent: 1.5em;
}
.search .select_showbox.active {
    background: url(../images/search_ico_hover.png) no-repeat 90px center;
}
.search .select_option {
    display: none;
    border: 2px solid #fa0712;
    border-top: none;
    display: none;
    left: -2px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #fff;
}
.search .select_option li {
    text-indent: 1.5em;
    width: 100px;
    cursor: pointer;
}
.search .select_option li a {
    color: #666;
}
.search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}
.search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}
.search input.inp_srh,
.search input.btn_srh {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
    float: left
}
.search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 380px;
}
.search input.btn_srh {
    background: #fa0712;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 15px;
    width: 100px;
}
.search_result {
    background: #fff;
    padding: 16px 0px;
}
.search_left {
    text-align: right;
    float: left;
    width: 200px;
    margin-right: 16px;
}
.search_left h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item_gr {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 2px 0px;
}
.list-group-item_gr.active,
.list-group-item_gr.active:hover,
.list-group-item_gr.active:focus {
    z-index: 2;
    color: #fa0712;
    font-weight: 600;
}
.left-line {
    border-left: 1px solid #ddd;
}
.search_right {
    float: right;
    width: 970px;
}
.search_bd {
    min-height: 500px;
    margin-left: 16px;
}
.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
}
.loadmore-line {
    border-top: 1px solid #E5E5E5;
    margin-top: 2.4em;
}
.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em;
    background-color: #FFFFFF;
    color: #808080;
}
.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}
.lay-btn {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #16baaa;
    color: #fff !important;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.lay-btn-normal {
    background-color: #1e9fff;
}
.lay-btn-warm {
    background-color: #ffb800;
}


	@media screen and (max-width:768px) {
		.headD{height:auto;box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;}
		.main1{margin-top: 0px;}
		body{background: #FFF;}
		.container-top {
			position: relative;
			overflow: hidden;
/*			padding: 70px 0 44px;*/
			height: auto;
			line-height: 44px;
			margin: 0 auto;
			padding: 0px;
			width: 100%;
			background: #eee;
		}
		.bread-nav {
			float: left;
			min-width: auto;
			color: #222;
			text-align: left;
			padding: 0px;
			padding-top: 5px;
			color: #666;
			font-size: 14px;
			line-height: 40px;
		}
		.bread-nav a {
			color: #666;
			margin: 0 3px;
		}

		.newsPage .list .item {
			height: auto;
			margin-top: 2px;
			transition: all .5s;
			display: block;
			margin-bottom: 0px;
			border: none;
			border-bottom:1px dotted #bbb;;
		}
		.newsPage .list .item a {
			padding: 0px;
			font-size: 14px;
			line-height: 36px;
			display: block;
		}
		.newsPage .list .item .txt,.newsPage .list .item img {display: none;}
		.newsPage .list .item h3 {
			font-weight: normal;
			font-size: 16px;
			padding: 0px;
			word-break:keep-all;
			white-space:nowrap;
			overflow: hidden;
			-webkit-transition: all ease 300ms;
			-moz-transition: all ease 300ms;
			-ms-transition: all ease 300ms;
			-o-transition: all ease 300ms;
			transition: all ease 300ms;
			color: #555;
		}
		.newsPage .list .item .time {
			width: auto;
			padding: 0px;
			margin-left: 8px;
			border-left: none;
			font-family: arial;
			font-size: 14px;
			color: #999;
			text-align: right;
		}
		.newsPage .list .item .time .day {
			font-size: 14px;
			line-height: 200%;
			display: inline-block;
		}
		.newsPage .list .item .time .year {
			font-size: 14px;
			line-height: 200%;
			display: inline-block;
		}
		.newsPage .list .item .time .year:before {
			content:"-";
		}
		.newsPage .list .item:hover .time .day span {
			background: #6d6d6d;
		}
		.newsPage .list .item:hover .time .day strong {
			background: #ff0000;
			color: #fff;
		}
		.newsPage .list .item:hover {
			box-shadow: 0 0 0px rgba(0, 0, 0, 0);
			margin-left: 0px;
		}
		.newsPage .list .item:hover h3 {
			color: #f90712;
		}
		.content-right{width: 100%;float: left;}
		.content{padding: 10px; background-color: #fff;box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;}
		.w1200{width: 100%;margin-top: 0px;}
		.returnlist,.time1,.content-left,.container-top h2,.headline-bg{display: none;}	
	}	
