html,body{
	width: 100%;
	height: 100%;
	min-width: 1320px;
}

*{
	margin: 0;
	padding: 0;
}

a{
	color: #333;
	text-decoration: none;
}

.header{
	width: 100%;
	height: 120px;
	background: #090b46;
	display: flex;
	flex-direction: column;
}

.header .row1{
	height: 80px;
	width: 1320px;
	display: flex;
	justify-content: space-between !important;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.header .row1 .logo{
	height: 54px;
}

.header .row1 .right{
	width: 548px;
	height: 42px;
	position: relative;
}

.header .row1 .right input{
	width: 100%;
	height: 100%;
	border-radius: 42px;
	border: 0;
	padding: 0 110px 0 10px;
	box-sizing: border-box;
	font-size: 20px;
}

.header .row1 .right .btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 106px;
	height: 42px;
	background: #4144a5;
	padding: 0;
	border: 0;
	border-radius: 0 42px 42px 0;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.header .nav{
	width: 1320px;
    height:40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.header .nav li{
	width: 158px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.header .nav .active{
	background: #4144a5;
}

.header .nav li a {
	height: 100%;
	line-height:40px;
	/*padding: 6px;*/
}

.header .nav li a:hover{
	background: none;
}

.banner{
	width: 100%;
}

.content{
	width: 1320px;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 96px;
}

.content .con{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.content .con .left,.content .con .right{
	height: 100%;
	border: 1px solid #eeeeee;
	background: #ffffff;
	box-shadow: 0px 3px 5px 0px rgba(9, 11, 70, 0.3);
	box-sizing: border-box;
}

.content .con1{
	height: 306px;
	margin-bottom: 20px;
}

.content .con1 .left{
	width: 950px;
	height: 100%;
	padding: 15px 27px;
	border: 1px solid #eeeeee;
	background: #ffffff;
	box-shadow: 0px 3px 5px 0px rgba(9, 11, 70, 0.3);
	box-sizing: border-box;
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover, .focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0;
    top: 0;
}

.focus .shadow {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    display: block;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.focus .D1fBt {
    position: absolute;
    bottom: 13px;
    right: 10px;
    z-index: 99;
    overflow: hidden;
    zoom: 1;
}

.focus .D1fBt a {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev, .focus .next {
    position: absolute;
    width: 40px;
    height: 74px;

}

.focus .prev {
    left: 0;
    top: 50%;
    margin-top: -36px;
    background: url(../images/focus_btn.png) no-repeat 0 -74px;
    cursor: pointer;
}

.focus .next {
    right: 0;
    top: 50%;
    margin-top: -36px;
    background: url(../images/focus_btn.png) no-repeat -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}

.body_1_news_right_top {
    overflow: hidden;
    border-bottom: 2px #4144a5 solid;
}

.body_1_news_right_top li {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px;
}

.swiper_tab .selected {
    cursor: default;
	background:url("../images/title_bg.png");
	background-size: 100% 100%; 
    color: #FFF;
    font-size: 18px;
}

.swiper_tab .noselected {
    cursor: default;
    color: #333333;
    font-size: 18px;
}

.top_content_calss a{
	color: #666666 !important;font-size: 16px;
}

.info-list{
	padding-left: 0px;
	width: 100%;
	overflow: hidden;
}

.info-list {
	list-style: none;
}
.info-list li{
	background: url(../images/yuandian.png) no-repeat 0 50%;
	padding-left: 14px;
	font-size: 24px;
	color: #333333;
	margin: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.small li{
	font-size: 16px;
}

.content .con1 .right{
	width: 350px;
	height: 100%;
	padding: 15px 24px;
	border: 1px solid #eeeeee;
	background: #ffffff;
	box-shadow: 0px 3px 5px 0px rgba(9, 11, 70, 0.3);
	box-sizing: border-box;
}

.content .con2{
	height: 320px;
	margin-bottom: 20px;
}

.content .con2 .left{
	width: 810px;
	height: 100%;
	padding: 15px 20px;
	border: 1px solid #eeeeee;
	background: #ffffff;
	box-shadow: 0px 3px 5px 0px rgba(9, 11, 70, 0.3);
	box-sizing: border-box;
}

.content .con2 .left .info-list{
	width: 100%;
	height: 228px;
	margin-top: 15px;
}

.content .con2 .left .info-list .li{
	width: 253px;
	height: 114px;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 10px 16px 0px 5px;
	display: inline-block;
}

.content .con2 .left .info-list .li:nth-child(1),.content .con2 .left .info-list .li:nth-child(2),.content .con2 .left .info-list .li:nth-child(4),.content .con2 .left .info-list .li:nth-child(5){
	border-right: 1px solid #d4d4d4; 
}

.content .con2 .left .info-list .li:nth-child(1),.content .con2 .left .info-list .li:nth-child(2),.content .con2 .left .info-list .li:nth-child(3){
	border-bottom: 1px solid #d4d4d4; 
}

.content .con2 .left .info-list .li .title{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}

.content .con2 .left .info-list .li .title span:nth-child(1){
	color: #333333;
	font-weight: bold;
}

.content .con2 .left .info-list .li .title span:nth-child(2){
	color: #ff0000;
}

.content .con2 .left .info-list .li .info{
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-size: 14px;
	margin-top: 18px; 
}

.content .con2 .right{
	width: 490px;
	height: 100%;
	padding: 15px 20px;
	border: 1px solid #eeeeee;
	background: #ffffff;
	box-shadow: 0px 3px 5px 0px rgba(9, 11, 70, 0.3);
	box-sizing: border-box;
}

.content .con2 .right .row1{
	height: 105px;
	border-bottom: 2px solid #e5e5e5;
}

.content .con2 .right .row1 .time,.content .con2 .right .row1 .login{
	display: flex;
	justify-content: center;
	align-items: center;
}

.content .con2 .right .row1 .login{
	width: 299px;
	height: 54px;
	background-image: linear-gradient(-39deg,#282b86 0%,#4145a8 100%);
	border-radius: 9px;
	margin: auto;
	margin-top: 19px;
	letter-spacing: 5px;
	color: #fff;
	font-size: 25px;
	margin-bottom: 14px;
}

.content .con2 .right .row2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .con2 .right .row2 .icon{
	text-align: center;
}

.content .con2 .right .row2 .icon img{
	margin: 30px 0 22px 0;
}

.content .con2 .right .row2 .icon div{
	font-size: 16px;
	font-weight: bold;
}

.content .con .noselected2{
	padding-left: 0;
	font-size: 24px;
	font-weight: bold;
}

.content .con .hui_border{
	border-bottom: 1px solid #d2d2d2;
}

.content .con .con_banner{
	height: 200px;
	margin: 21px 0;
}

.content .con3,.content .con4{
	height: 600px;
	margin-bottom: 20px;
}

.content .con3 .left,.content .con3 .right,.content .con4 .left,.content .con4 .right{
	width: 648px;
	padding: 21px 23px;
}

.content .con3 .info-list,.content .con4 .info-list{
	height: 270px;
}

.footer{
	height: 132px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
	background: #f0f0f0;
	box-sizing: border-box;
	line-height: 36px;
	color: #999999;
	font-size: 16px;
}