body{
    background-color: #F1F2F6;
}
.mainContent{
    width: 1195px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
}

.BigName{
    width: 1195px;
    margin: 0 auto;

    font-size:24px;
    font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-top: 20px;
    padding-left: 32px;
}




.publish {
    /* width: 1195px; */
    width: auto;
    height: auto;
    line-height: 44px;
    /* display: block; */
    /* position: relative; */
    background: white;
    /* background: red; */
    display: flex;
    padding-left: 32px;
    margin: 0 auto;
    margin-top: 26px;
}

.publish span {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 19px; */
    color: #5c92ff;
    /* width: 759px; */
    display: inline-block;

    padding-right: 40px;

    /* width:600px;
    height:48px; */
    float: left;
    /* font-size:14px; */
    font-family:MicrosoftYaHei;
    color:rgba(102,102,102,1);
    line-height:24px;
    flex: 1;
}

.publish a {
    /* position: absolute;
    right: 330px;
    top: 28px; */
    float: right;
    display: inline-block;
    /* width: 100px;
    height: 36px; */
    line-height: 44px;
    /* background-color: #5c92ff; */
    /* border-radius: 2px; */
    border: solid 1px #e5e5e5;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 32px;



    width:160px;
    height:44px;
    background:rgba(11,54,122,1);
    border-radius:22px;
}


/* .publish{
    width: 865px;
    display: block;  盒子显示设置
    position: relative;
}
.publish span{
    font-size: 14px;
    font-weight: 600;
	line-height: 19px;
    color: #5c92ff;
    width: 759px;
    display: inline-block;
}
.publish a{
    position: absolute;
    right: 330px;
    top: 28px;
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
	background-color: #5c92ff;
	border-radius: 2px;
    border: solid 1px #e5e5e5;
    text-align: center;
    font-size: 14px;
	font-weight: 600;
	color: #ffffff;
} */
.container{
    float: left;
    width: 865px;
    height: auto;
    margin-bottom: 30px;
    background: white;
}
.articleList{
    padding: 23px 32px 0px 32px;
    background-color: #ffffff;
	/* box-shadow: 0px 3px 7px 0px 
		rgba(4, 0, 0, 0.08); */
	/* border: solid 1px #dddddd; */
}
.article {
    position: relative;
    /* border-bottom: 1px solid #dddddd; */
    margin-bottom: 18px;
}
.article:last-child{
    border: none;
}
.article .desc{
    font-size: 16px;
	line-height: 30px;
    color: #333333;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article .desc img{
    width: 176px;
    height: 176px;
}
.article .praise{
    clear: both;
    background: url(/img/website/grzx_wddt_dianzan.png) no-repeat;
    padding-left: 31px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
    color: #666666;
    margin-top: 18px;
}
.article .operation{
    height: 22px;
    margin: 20px auto;
}
.article .operation .read{
    float: left;
    font-size: 14px;
    color: #999999;
}
.article .operation .category, .article .operation .publishDate{
    font-size: 16px;
    color: #999999;
    margin-right: 20px;
}
.article .operation .btns{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article .operation .btns>div{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    font-size: 15px;
    color: #666666;
    cursor: pointer;
}
.article .operation .btns>div:last-child{
    margin-right: 0px;
}
.article .operation .like{
    background: url(/img/website/grzx_wddt_weidianzan.png) no-repeat;
}
.article .operation .liked{
    background: url(/img/website/grzx_wddt_dianzan.png) no-repeat;
}
.article .operation .comment{
    background: url(/img/website/grzx_wddt_pinglun.png) no-repeat;
    width: 2px;
}
.article .operation .share{
    background: url(/img/website/grzx_wddt_fenxiang.png) no-repeat;
    position: relative;
}
.article .operation .heart{
    background: url(/img/website/grzx_wddt_weishoucang.png) no-repeat;
}
.article .operation .hearted{
    background: url(/img/website/grzx_wddt_yishoucang.png) no-repeat;
}
.article .operation .write{
    background: url(/img/website/grzx_wddt_bianji.png) no-repeat;
}
.article .operation .delete{
    background: url(/img/website/grzx_wddt_shanchu.png) no-repeat;
}
.nodata{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 865px;
	height: 551px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px 
		rgba(4, 0, 0, 0.08);
	border: solid 1px #dddddd;
}
.nodata .noDataInfo{
    text-align: center;
}
.nodata img{
    display: inline;
}
.nodata p{
    font-size: 18px;
    color: #5f7583;
    margin-top: 42px;
}
.aside {
    width: 295px;
    height: auto;
    float: right;    
    margin-bottom: 30px;
}
.share_con {
    display: none;
    left: -35px;
    padding: 3px 0 4px;
    top: 25px;
    width: 90px;
}



.service{
    width: 264px;
    /* height: auto; */
    height: 240px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px 
		rgba(4, 0, 0, 0.05);
    border: solid 1px #e5e5e5;
    padding: 15px 15px 22px 15px;
}
.aside h2{
    font-size: 18px;
    color: #666666;
    float: left;
}
.aside .more{
    float: right;
	height: 12px;
	font-size: 14px;
	line-height: 27px;
	color: #666666;
}
.service .detail{
    clear: both; 
}

.service .detail li dl{
    width: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background:rgba(255,255,255,1);
    margin-top: 10px;
}
.service .detail li dl dd .p2 span{
    color: #fe841d;
}
.service .detail li dl dt{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.service .detail li dl dt .p1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .detail li dl dt img{
    width: 40px;
    height: 40px;
    display: block;
    /* color: #999999; */
}

.service li{
    float: left;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 20px;
}
.service li:nth-of-type(even){
    margin-right: 0px;
}

