html,body{
	margin: 0;
	padding: 0;
	background-color: #fafafa;
}
*{
	margin: 0;
	padding: 0;
}
.Clear{
	clear: both;
}
.HeadBox_Search {
    width:100%;
    height:104px;
}
.HeadBox {
    width: 100%;
    height: 60px;
}
.FW_box_input input[type=text]{
    width:400px;
}
.Search_btn {
    height: 34px;
    width: 68px;
    /*background-color: #4A56A8;*/
    float: right;
    margin-top: 3px;
    text-align: center;
    cursor: pointer;
    border:1px solid #9d9ea5
}
.Search_box {
    display: inline-block;
    height: 34px;
    width: 190px;
    border: 1px solid #9d9ea5;
    float: right;
    /*margin-top: 30px;*/
}
.HeadBox_Search_box {
    width: 1400px;
    height: 104px;
    margin: 0 auto;
    line-height: 104px;
}
/*.HeadBox_Search_box img {
    height:90px;
}*/
.Head_ul {
    width: 1416px;
    height: 60px;
    margin: 0 auto;
    background-color: #4A56A8;
}
.HeadBox{
	background-color: #4A56A8;
}
.layui-nav{
	background-color: #4A56A8 !important;
}
.layui-nav .layui-nav-child a:hover{
	background-color: #1E9FFF !important;
	color: white !important;
}
.layui-nav-img{
	border-radius: initial !important;
}
.layui-nav-bar{
	background-color: #4A56A8;
}
.Concentbox{
	width: 1400px;
	margin: 10px auto;
	height: 2500px;
}
.Fotter{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #e7e7e7;
    border-top-color: rgba(0,0,0,.1);
    box-shadow: 0 -1px 2px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.5) inset;
	text-align: center;
}
.LeftBox{
	float: left;
    width:390px;
}
.RightBox{
	float: right;
	width: 1000px;
}
.LoginBox{
	width: 388px;
	height: 154px;
	border: 1px solid #DEEEEE;
	background-color: white;
}
.LoginBox img{
	margin-left: 15px;
}
.LoginBox span{
	font-weight: bold;
}
.LoginBox_top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fafafa;
	border-bottom: 1px solid #DEEEEE;
}
.text_box{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 6px;
}
.text_box input{
	width: 82%;
	margin-left: 4%;
	height: 40px;
	border: 1px solid #DEEEEE;
	outline: none;
	padding-left: 10%;
}
.text_box input[type=text]{
	background-image: url(../img/login_id_msg2.png);
    background-repeat: no-repeat;
    background-position: 10px;
}
.text_box input[type=password]{
	background-image: url(../img/login_pw_msg2.png);
    background-repeat: no-repeat;
    background-position: 10px;
}
input[type=text]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
input[type=submit]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
input[type=password]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.text_box input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.text_box input[type=button] {
    width: 100px;
    height: 40px;
    cursor: pointer;
    border: 0;
    float: left;
    margin-top: 10px;
    margin-left: 22px;
    background-color: #0064AE;
    color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    font-weight: bold;
}
.text_box input[type=submit] {
    width: 92.5%;
    height: 40px;
    cursor: pointer;
    border: 0;
    float: left;
    margin-top: 10px;
    font-size:15px;
    background-color: rgb(74,86,168);
    border: 1px solid #DEEEEE;
    color:white;
    font-weight:bold;
    border-radius: 3px;
    padding: 0;
}
.UserCheck {
    width: 100px;
    height: 40px;
    margin-top: -8px;
    /*background-color:rgba(102,175,233,.6);*/
    float: left;
    margin-left: 10px;
    color: #717171;
    cursor:pointer;
}
.UserCheck input{
    width: 15px;
    height: 15px;
    
}
.UserSpan {
    width: 125px;
    height: 40px;
    margin-top: -14px;
    color: #717171;
    /*background-color: rgba(102,175,233,.6);*/
    float: right;
    margin-right: 14px;
    cursor: pointer;
}
    .UserSpan span:hover{
        color:#0064AE;
    }
    .LTS {
        width: 100%;
        margin-top: 10px;
        height: 572px;
    }
.Newsbox{
	width: 100%;
	/*height: 255px;*/
	border: 1px solid #DEEEEE;
	margin-top: 10px;
    border-bottom:0;
}
.Newsbox_Title{
	width: 100%;
	height: 50px;
}
.Newsbox_Title_text li {
    width: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    float: left;
    cursor: pointer;
    background-color: #F6F6F6;
    border-bottom: 1px solid #DEEEEE;
}
.Newsbox_Title_text2 li {
    width: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    float: left;
    cursor: pointer;
    background-color: #F6F6F6;
    border-bottom: 1px solid #DEEEEE;
}
.active{
	background-color: white !important;
}
.Newsbox_Title_Concent{
	
}
.Newsbox_Title_Concent_Text:nth-child(even){
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 95%;
	border-bottom: 1px solid #DEEEEE;
	cursor: pointer;
	background-color: #fafafa;
}
.Newsbox_Title_Concent_Text:nth-child(odd){
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 95%;
	border-bottom: 1px solid #DEEEEE;
	cursor: pointer;
	background-color: white;
}
.neirong{
	display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 232px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}
.neirong2 {
    display:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 232px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}
.neirong1 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 232px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}


.Newsbox_Title_Concent_img{
	width: 20px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
    height: 40px;
}
.sj{
	display: inline-block;
	line-height: 40px;
    height: 40px;
    width:50px;
    float: right;
    font-size: 14px;
}
.sj1 {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 100px;
    float: right;
    font-size: 14px;
}
.sj2 {
    display:none;
    line-height: 40px;
    height: 40px;
    width: 100px;
    float: right;
    font-size: 14px;
}
.PaiHangBang {
    width: 95%;
    font-size: 16px;
    font-weight: bold;
    line-height: 39px;
    height: 39px;
    /*padding-left: 5%;*/
    background-color: #F6F6F6;
    border-bottom: 1px solid #DEEEEE;
}

.Newsbox_Title_Concent_Text2:nth-child(odd){
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 95%;
	border-bottom: 1px solid #DEEEEE;
	cursor: pointer;
	background-color: #fafafa;
}
.Newsbox_Title_Concent_Text2:nth-child(even){
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 95%;
	border-bottom: 1px solid #DEEEEE;
	cursor: pointer;
	background-color: white;
}
.exc{
	display: inline-block;
	line-height: 40px;
    height: 40px;
    width: 116px;
    float: right;
    font-size: 14px;
    color: red;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.GuangGao {
    width: 100%;
    height: 920px;
    background-color: #FFFFFF;
    border: 1px solid #DEEEEE;
    /*display:none;*/
}
.GuangGao ul li {
	float: left;
	width: 500px;
	height: 124px;
}
.GuangGao ul li img{
	width: 99%;
	height: 120px;
}
.GuangGao_title{
	width: 95%;
	height: 40px;
	line-height: 40px;
	padding-left: 1%;
	font-size: 14px;
	font-weight: bold;
}
.RightBox_Concent {
    margin-top: 10px;
    border: 1px solid #DEEEEE;
    background-color: white;
    /*min-height:1000px;*/
}


.layui-tab-title li {
    width:50% !important;
    padding:0;
    border-top:0px !important;
}
.layui-this {
    background-color:white !important;
    font-weight:bold;
}
.layui-tab-title .layui-this:after {
    border:0;

}

.layui-tab-content {
    padding:0;
}
.Newsbox_Title_Concent_Text:hover {
    background-color: #FAFAFA !important;
}
.User_Line_Box {
    float: left;
    border: 1px solid #DEEEEE;
    margin-left: 10px;
    margin-top: 10px;
    width: 112px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    font-weight:bold;
    font-size:12px;
}

.Befor_Title{
    width:40%;
    height:50px;
    /*background-color:#ccc;*/
    color:#ccc;
    float:left;
    line-height:30px;
    text-align:center;
    display:inline;
}
.Next_Title {
    width: 40%;
    height: 50px;
    /*background-color: #ccc;*/
    color: #ccc;
    float: right;
    line-height: 30px;
    text-align: center;
    display: inline;
}
    .Next_Title a, .Befor_Title a{
        color:#0064AE;
    }