charset "utf-8";

/*公共样式*/
body {
    padding: 0px;
    margin: 0px auto;
    font-size: 12px;
    line-height: 23px;
    color: #5A5A5A;
    font-family: Arial, "微软雅黑";
    width: 100%;
    min-width: 990px;
    width: 990px;
    zoom: 1;
}

html,
ul,
li,
form,
dl,
dt,
dd,
div p {
    padding: 0px;
    margin: 0px;
}

ul,
li {
    list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
em,
textarea {
    font-size: 12px;
    font-style: normal;
    color: #5A5A5A;
    font-family: Arial, "微软雅黑";
}

img {
    border: none;
    border: 0;
}

a {
    text-decoration: none;
    noline: expression(this.onFocus=this.blur());
    color: #5A5A5A;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    color: #B40001;
    text-decoration: none;
}

.Texthide {
    display: none;
}

.BG_Contain {
    padding-top: 20px;
    width: 100%;
}

.BG_Cont {
    padding-top: 15px;
    width: 100%;
}

.Contain {
    width: 1160px;
    margin: 0 auto;
}

.Silderbar {
    width: 214px;
    float: left;
}

.MainConte@nt {
    width: 767px;
    float: right;
}

.Content {}

.SinglePage {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
}

.space10 {
    height: 10px;
    clear: both;
    overflow: hidden;
    zoom: 0;
}

.space20 {
    height: 20px;
    clear: both;
    overflow: hidden;
    zoom: 0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.Current {
    height: 32px;
    line-height: 32px;
    width: 1001px;
    margin: 0 auto;
}

#gk_new {
    width: 100%;

    background: rgba(249, 249, 249, 1);
}

#gk_new .gk_news_c {
    width: 1000px;
    min-height: 900px;
    background: #fff;
    display: flex;
    justify-content: space-between;
	margin: 0 auto;
	box-sizing: border-box;
	padding:  35px;
	
}

#gk_new .gk_news_c .gk_news_left {
    width: 600px
}

#gk_new .gk_news_c .news_hash {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(176, 31, 33, 1);

}

#gk_new .gk_news_c .news_hash a {
    color: rgba(102, 102, 102, 1)
}

#gk_new .gk_news_c .news_title {
    margin-top: 20px;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
}

#gk_new .gk_news_c .gk_news_from {
    margin-top: 16px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 42px;
}

#gk_new .gk_news_c .gk_news_from a {
    color: #1890FF;
}

#gk_new .gk_news_c .gk_news_from span:nth-child(1) {
    margin-right: 64px;
}

#gk_new .gk_news_c .gk_news_right {
    padding-top: 40px;
}

#gk_new .gk_news_c .gk_news_right .gk_new_list {
    display: flex;
    align-items: center;
}

#gk_new .gk_news_c .gk_news_right .gk_new_line {
    width: 6px;
    height: 24px;
    background: rgba(176, 31, 33, 1);
    margin-right: 12px
}

#gk_new .gk_news_c .gk_news_right .gk_new_title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

#gk_new .gk_news_c .gk_news_right ul {
    margin-top: 12px
}

#gk_new .gk_news_c .gk_news_right ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#gk_new .gk_news_c .gk_news_right ul li span {
    display: inline-block;
    /* color:#f00; */
}

#gk_new .gk_news_c .gk_news_right ul li span:nth-child(1) {
    width: 6px;
    height: 6px;
    background: rgba(216, 216, 216, 1);
    border-radius: 50%;
    line-height: 12px
}

#gk_new .gk_news_c .gk_news_right ul li span:nth-child(2) {
    width: 300px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 12px;
    color: rgba(51, 51, 51, 1);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#gk_new .gk_news_c .gk_news_right ul li:hover span {
    color: rgba(176, 31, 33, 1);
}

/* #gk_new .gk_news_c .gk_news_right ul li span:nth-child(2) {
	width:317px;
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	margin-left: 12px;
	color:rgba(51,51,51,1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
} */