* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-family: "Microsoft YaHei";
}
a, a:hover, a:visited {
	text-decoration: none;
	color: inherit;
}
.cl:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

body {
	width: 100%;
	min-width: 1100px;
}
header, footer {
	width: 100%；
}
.banner {
	width: 100%;
	font-size: 0;
}
.banner img {
	width: 100%;
}
header nav {
	height: 60px;
	background-color: #5171b4;
}
header ul {
	width: 1100px;
	margin: 0 auto;
}
header li {
	float: left;
	list-style: none;
	line-height: 60px;
	color: #fff;
}
header li a {
	display: inline-block;
	padding: 0 30px 0 0;
	color: #fff;
}

footer {
	width: 100%;
	color: #fff;
	padding: 30px 0;
	background-color: #5171b4;
	margin-top:50px;
}
footer p {
	font-size: 12px;
	line-height: 2;
	text-align: center;
}

.wrap .banner {
	margin-bottom: 24px;
}
.wrap {
	width: 1100px;
	margin: 0 auto;
}
/* 头条 */
.tt {
	width: 100%;
	margin-bottom: 24px;
}
.tt .t_title, .tt .t_content {
	width: 100%;
}
.tt .t_title p {
	font-size: 48px;
	font-weight: bold;
	color: #5171b4;
	line-height: 2.8;
	text-align: center;
}
.tt .t_left {
	float: left;
	width: 530px;
	height: 330px;
	
}
.tt .t_right {
	float: right;
	width: 530px;
}
.t_right .tr_title {
	padding-bottom: 6px;
	border-bottom: 2px solid #f00;
	margin-bottom: 6px;
}
.t_right .tr_title ul {
	list-style: none;
}
.t_right .tr_title ul li {
	position: relative;
	display: inline-block;
	padding: 0 8px;
}
.t_right .tr_title ul li:not(:first-child) {
	border-left: 2px solid #2369c7;
}
.t_right .tr_title ul li.active:after  {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background-color: #2b2b2b;
}
.t_right .tr_title span {
	font-size: 20px;
	font-weight: bold;
}
.t_right .tr_title .blue {
	color: #2369c7;
}
.t_right .tr_title .black {
	color: #000;
}
.t_right .more {
	display: block;
	text-align: right;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 4px;
}
.tr_cont {
	height: 276px;
	overflow: hidden;
}
.circle {
	height: 276px;
	overflow: hidden;
}
.tr_cont p {
	position: relative;
	text-indent: 10px;
	line-height: 2.2;
}
.tr_cont p:before {
 content: "·";
 position: absolute;
 left: -10px;
 color: #353535;
}
.tr_cont p .time {
	display: inline-block;
	font-size: 14px;
	float: right;
	padding-top: 8px;
}

.columns {
	width: 100%;
	margin-bottom: 24px;
}
.column {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.wrap .t1 {
	width: 100%;
	height: 44px;
	color: #2369c7;
	background: -webkit-linear-gradient(top, #fff, #cedff5);
	background: -moz-linear-gradient(top, #fff, #cedff5);
	background: linear-gradient(top, #fff, #cedff5);
	border: 1px solid #cad4e0;
}
.wrap .t1 > .text {
	display: inline-block;
	position: relative;
	line-height: 42px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 12px;
	border-bottom: 2px solid #243e9e;
}
.wrap .t1 > .text:after {
	content: "";
	position: absolute;
	left: 48%;
	bottom: -6px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #243e9e;
}
.wrap .t1 .more {
	float: right;
	padding-top: 12px;
	padding-right: 6px;
	color: #717273;
	font-size: 14px;
}
.wrap .column .cont {
	height: 270px;
	padding: 8px;
	border: 1px solid #cad4e0;
	overflow: hidden;
}
.rowTab {
	height: 270px;
	overflow: hidden;
}
.colTab {
	list-style: none;
}
.colTab li {
	float: left;
	position: relative;
}
.colTab li~li:before {
	content: "/";
	color: #243e9e;
}
.colTab li span {
	display: inline-block;
	position: relative;
	line-height: 42px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 12px;
	margin-bottom: -1px;
}
.colTab li.cur span {
	border-bottom: 2px solid #243e9e;
}
.colTab li.cur:after {
	content: "";
	position: absolute;
	left: 48%;
	bottom: -4px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #243e9e;
}
.rowTab .more {
	display: block;
	text-align: right;
	font-size: 14px;
}
.cont ul {
	list-style: inside;
}
.cont ul li {
	line-height: 1.8;
}

.mainTop {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
}
.mainTop img {
	float: left;
	width: 120px;
	height: 100px;
}
.mainTop .rc {
	margin-left: 140px;
	width: 200px;
	height: 100px;
}
.mainTop .rc .rc_t {
	font-size: 20px;
	font-weight: bold;
	color: #002366;
}
.mainTop .rc .rc_c {
	text-indent: 1rem;
}

.column .link img {
	width: 100%;
}

.t2 {
	height: 24px;
	border-bottom: 4px solid #5171b4;
	margin-bottom: 30px;
}
.t2 .t2_t {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #5171b4;
	padding: 6px 16px;
}
.t2 .more {
	float: right;
	display: inline-block;
	color: #6e6e6e;
	font-size: 14px;
	background-color: #fff;
	padding-left: 2px;
	border-left: 4px solid #5171b4;
	margin-top: 11px;
}
.law {
	margin-bottom: 24px;
}
.law .l_cont {
	width: 100%;
}
.law .l_cont .pnews {
	float: left;
}
.law .l_cont .pnews img {
	display: block;
	width: 100%;
	height: 96%;
}
.law .l_cont .pnews:first-child {
	width: 560px;
	height: 408px;
}
.law .l_cont .pnews:not(:first-child) {
	width: 260px;
	height: 200px;
	margin-left: 10px;
}
.law .l_cont .pnews span {
	display: block;
	position: relative;
	top: -24px;
	width: 100%;
	line-height: 24px;
	text-align: center;
	background-color: rgba(218, 218, 218, .5);
}

.law .l_cont .qc:first-child {
	float: right;
	width: 240px;
	height: 240px;
	margin-right: 20px;
}
.law .l_cont .qc:not(:first-child) {
	float: left;
	width: 100px;
	height: 140px;
	padding-bottom: 40px;
	margin-left: 17px;
}
.law .l_cont .qc img {
	width: 100%;
	height: 100%;
}
.law .l_cont .qc span {
	display: block;
	text-align: center;
}