@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;}

img {
	border: 0;}

.warning {
	color: red;}

a {
	color: #333333;
	text-decoration: none;}

a:hover {
	color: #275daa;}

p {
	margin: 0;}

body {
	font-size: 14px;
	line-height: 18px;
	font-family: "微软雅黑";
	background: #fafafa;}

.wrapper {
	color: #333333;
	width: 1100px;
	margin: 0 auto;
	position: relative;}

.cl1 {
	clear: both;
	overflow: auto;}

.cl2 {
	clear: both;
	font-size: 1px;
	overflow: auto;
	height: 1px;
	line-height: 1px;}

.bd1 {
	border: 1px solid #cccccc;}

.bd2 {
	border: 1px solid #d0d0d0;
	background: white;}

.mgl15 {
	margin-left: 15px;}

.mgl10 {
	margin-left: 10px;}

.mgl40 {
	margin-left: 40px;}

.mgt15 {
	margin-top: 15px;}

.mgt10 {
	margin-top: 10px;}

.mgb15 {
	margin-bottom: 15px;}

.mgb10 {
	margin-bottom: 10px;}

.mgr10 {
	margin-right: 10px;}

.fl {
	float: left;}

.fr {
	float: right;}

/**********head******/
#head {
	height: 150px;
	overflow: hidden;
	background: url(../images/headbg.jpg) no-repeat right center #1158ca;}

#head .logo {
	float: left;
	padding: 40px 0 0;}
#head .fun {
	float: right;}
#head .fun p {
	color: white;
	text-align: right;
	padding: 40px 0 10px 0;}

#head .fun a {
	color: white;}

#head .fun form {
	padding: 0 0 0 0;}

#head .fun form .search_l {
	float: left;
	height: 32px;
	border: 1px solid #d0d0d0;
	border-radius: 3px 0 0 3px;}

#head .fun form .search_r {
	float: left;
	color: white;
	cursor: pointer;
	height: 32px;
	padding: 0 25px 0 25px;
	border: 1px solid #d0d0d0;
	border-radius: 0 3px 3px 0;
text-indent: -999px;
	background: url(../images/search.jpg) no-repeat #236ed4 center;}

/*******menu*********/
#menu {
	clear: both;
	height: 60px;
	background: url(../images/menu.jpg) top;}
#menu ul {}
#menu ul li {
	float: left;
	list-style: none;}

#menu ul li.sep {
	width: 1px;
	height: 25px;
	margin: 18px 0 0;
	background: #639be2;}

#menu ul li a {
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	display: block;
	margin: 10px 10px;
	padding: 0 8px;
    min-width: 100px;
    text-align: center;}

#menu ul li a:hover,
#menu ul li.sel a {
	background: #4c91e5;}

#menu ul .dropdown-menu {
	min-width: 120px;
	background: #1e6cd3;}

/********banner********/
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	/* height: 560px; */}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-control {
	z-index: 2;}
.carousel-control {
	top: 35%;}

.part1 {
	width: 520px;}

.title1 {
	overflow: hidden;}
.title1 .cap {
	float: left;
	color: white;
	background: #236ed4;
	padding: 0px 2px 0px 0;}
.title1 .cap .txt {
	padding: 10px 18px 12px;
	font-size: 16px;
	border-right: 1px solid #fafafa;}
.title1 .more {
	margin: 4px 1px 0 0;
	background: #ea6200;
	float: right;
	color: white;
	border-radius: 3px;
	padding: 0 5px 2px;
	font-size: 12px;}
.title1 .more a {
	color: white;}
.title1 .bd {
	height: 40px;
	border-bottom: 1px solid #236ed4;}

.title2 {
	height: 40px;
	background: #236ed4;
	padding: 0 10px 0 4px;}
.title2 .cap {
	float: left;
	line-height: 40px;
	padding: 0 10px;
	color: #236ed4;
	font-size: 16px;
	background: #fafafa;}
.title2 .more {
	float: right;
	font-size: 12px;
	line-height: 40px;}
.title2 .more a {
	color: white;}
.title3 {
	font-size: 24px;
	text-align: center;
	padding: 10px 0 5px 0;
line-height: 30px;
}

.list1 {
	background: white;
	padding: 4px 0 15px 10px;}
.list1 li {
	list-style: none;
	padding: 8px 5px 5px 31px;
	background: url(../images/arr1.jpg) no-repeat 10px 14px;}
.list1 li span {
	float: right;
	color: #ea6200;
	font-size: 12px;
	padding: 0 3px 0 0;}

.list2{
	margin-top: 5px;}

.list2 li{
	position:relative;
	padding: 12px 0px 0 0;
	overflow: hidden;
	height: 64px;
	border-bottom: 1px dashed #ccc;
	display: block;}
.list2 li a{
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);}

.list2 li p{
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;}

.calendar{
	float: left;
	width: 50px;
	color: #fff;
	border: 1px solid #ea6200;
	text-align: center;
	margin-right: 10px;
	display: block;}

.calendar .month {
	background: #ea6200;
	height: 22px;
	line-height: 20px;
	font-size: 14px;
	color: white;}
.calendar .day {
	margin-top: 0px;
	font-size: 12px;
	height: 18px;
	color: #ea6200;}

/*********side********/
#side {
	width: 240px;
	float: left;}

/*********content*********/
#content {
	width: 810px;
	float: right;
min-height: 620px;
}

#content .tips {
	font-size: 12px;
	text-align: center;
	color: #777;
	padding: 10px 0 10px 0;
	margin: 0 18px 0 5px;
	border-bottom: 1px dotted #999;}

#content .tips span {
	padding: 0 10px;}

#content .desp1 {
	font-size: 13px;
	line-height: 20px;
	color: #243f55;
	padding: 10px 0 15px 10px;}

#content .desp2 {
	clear: both;
	font-size: 14px;
	line-height: 26px;
	padding: 15px 25px 15px 25px;}

#content td {
	padding: 2px;}

#content #myform td {
	padding: 3px;}

#content .focus {
	background: white;
	border: 1px solid #CCCCCC;}

#content .blur {
	background: #fafcff;
	border-bottom: #FFFFFF 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #CCCCCC 1px solid;}

/*******page*****/
.page {
	text-align: center;
	padding: 5px 0 15px 0;}

.page a {}

.page a:hover {
	text-decoration: none;}

.page .lnk,
.page .hov {
	padding: 2px 6px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;}
.page .hov {
	background: #ea6200;
	color: white;}

.scene {
	height: 165px;
	overflow: hidden;
	border: 2px solid #1158ca;
	border-radius: 5px;}

.goleft {
	float: left;
	width: 30px;
	height: 47px;
	cursor: pointer;
	margin: 62px 11px 0 2px;
	background: url(../images/arr2_l.jpg) no-repeat;}
.goright {
	float: left;
	width: 30px;
	height: 47px;
	cursor: pointer;
	margin: 62px 2px 0 11px;
	background: url(../images/arr2_r.jpg) no-repeat;}
.marq {
	float: left;
	width: 1010px;
	overflow: hidden;
	padding: 15px 0 0;}
.marqorg {
	width: 2000px;}
.marqorg li {
	float: left;
	width: 160px;
	list-style: none;
	margin: 0 15px 0 0;
	border: 1px solid #ccc;}
.marqorg li img {
	display: block;}


/*******foot*****/
#foot {
	clear: both;
	line-height: 24px;
	background: #1158ca;
	overflow: hidden;
	text-align: center;}

#foot .wrapper {
	color: #fff;
	padding: 10px 0 10px 0;}

.links {
	font-size: 14px;
	overflow: hidden;
	padding: 15px 0 10px;}
.links .part {
	width: 260px;
	float: left;
	background: white;
	margin: 0 0 0 20px;}
.links .part:first-child {
	margin: 0;}
.links .cap {
	color: #1158ca;
	font-weight: bold;
	padding: 8px 5px 8px 15px;
	font-size: 16px;
	border-bottom: 1px solid #1158ca;}

.links .detail {
	margin: 5px 0 10px 30px;}

.links .detail li {
	padding: 3px 0;}

.copy {
	padding: 10px;}





.listg2412 li{
padding: 8px 0px 12px;
    border-bottom: 1px dashed #e4e4e4;
    width: 100%;
    float: left;
}
.listg2412 li i{
width: 4px;
    height: 4px;
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 15px;
    background: #bc102e;
}
.listg2412 li h2{
    font-size: 15px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: calc(100% - 100px);
    transition: linear 0.3s;
}

.listg2412 li .date-list{
float: right;
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}
.listg2412 li p{
    width: 100%;
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2em;}



ol,ul{list-style:none}
