.newsitem-page{
	text-align: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center -95px;
	/*background-size: contain;*/
	background-image: url('../img/common/topimg.jpg');
	padding-top: 70px;
}
.newsitem-page h1{
	font-weight: bold;
	font-size: 50px;
	margin: 10px;
}
.newsitem-page .newsitem_ctnr{
	text-align: left;
	width: 1500px;
	margin: 0 auto;
}
.newsitem-page .newsitem_ctnr .all_loc_link{
	margin: 0 0 5px 80px;
}
.newsitem_content{
	width: 100%;
	padding: 80px 80px;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 20px rgb(0,0,0, 50%);
}
.newsitem_topbar{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 20px;
}
.newsitem_topbar .left h1{
    margin-bottom: 0;
}
.newsitem_topbar .left .label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newsitem_topbar .left .label>div{
	padding: 5px 20px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.newsitem_topbar .left .label .b{
	background-color: #14ade3;
}
.newsitem_topbar .left .label .p{
	background-color: #ec79a4;
}
.newsitem_topbar .left .label .y{
	background-color: #ecbf1c;
}
.newsitem_topbar .right{
	display: flex;
	align-items: flex-end;
}
.newsitem_topbar .right div{
	margin: 0 10px;
}
/*-------------newsitem_txtpart------------*/

.newsitem_txtpart{
	text-align: left;
	font-weight: normal;
	line-height: 36px;
	margin: 50px 0;
}
.newsitem_txtpart img{
	max-width: 100%;
	margin: 20px 0;
}

/*------------hityguess_part---------*/
.newsitem_ctnr .hityguess_part{
	text-align: center;
	margin-top: 90px;
}
.newsitem_ctnr .hityguess_part>h2{
	margin: 20px 0;
	color: #666;
}
.newsitem_ctnr .hityguess_part .guessitems{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
	border-top: 1px solid #666;
}
.newsitem_ctnr .hityguess_part .guessitems .newsitem{
	position: relative;
	text-decoration: none;
	margin: 0 7px 70px 7px;
    overflow: hidden;
}

/*--------------nesitem_bg---------------*/
.newsitem_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1080px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/news/newsitem_bg.png');
	z-index: -1;
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .newsitem-page{
	    padding-top: 0;
    }
    .newsitem-page .newsitem_ctnr{
	    width: 100%;
    }
    .newsitem_content{
	    padding: 30px 40px;
    }
    .newsitem_topbar {
        flex-direction: column;
    }
    .newsitem_txtpart{
	    margin: 20px 0;
        line-height: 30px;
    }
    .newsitem_ctnr .hityguess_part{
	    margin-top: 40px;
    }
    .newsitem_ctnr .hityguess_part .guessitems .newsitem{
	    width: 46%;
        margin: 0 15px 30px 15px;
    }
}

@media only screen and (max-width: 749px){
    .newsitem-page{
	    padding-top: 0;
    }
    .newsitem-page .newsitem_ctnr{
	    width: 100%;
    }
    .newsitem-page h1{
        font-size: 30px;
    }
    .newsitem-page h2{
        font-size: 24px;
    }
    .newsitem-page h3{
        font-size: 18px;
    }
    .newsitem-page h4{
        font-size: 16px;
    }
    .newsitem_content{
	    padding: 20px;
        font-size: 14px;
    }
    .newsitem_topbar {
        flex-direction: column;
    }
    .newsitem_topbar .left .label>div{
	    padding: 5px 10px;
	    margin-right: 10px;
	    font-size: 12px;
    }
    .newsitem_txtpart{
	    margin: 10px 0;
        line-height: 28px;
    }
    .newsitem_ctnr .hityguess_part{
	    margin-top: 30px;
    }
    .newsitem_ctnr .hityguess_part .guessitems{
	    padding: 20px 0 0 0;
    }
    .newsitem_ctnr .hityguess_part .guessitems .newsitem{
	    width: 46%;
        margin: 0 7px 30px 7px;
    }
}