/*屏幕宽度大于1200px &&  pc端基础*/ 
@media screen and (min-width: 1px){ 

	header .pc_menu .left_logo img.baseimg{
        display: none;}
    header .pc_menu .left_logo img.artimg{
        display: block;}
	header .pc_menu .pc_menu_box .right_icon i{
		color: #000;}
	header .pc_menu .pc_menu_box .center_nav .nav li a{
		color: #000;}

	.section01{
		width: 1100px;
		margin: 0 auto;
		min-height: 600px;
		padding-top: 200px;}
	.section01 .left_body{
		width: 800px;
		float: left;}

	.section01 .litpic{
		width: 100%;
		padding-bottom: 25px;}
	.section01 .litpic img{
		max-width: 100%;}
	.section01 .bodytitle{
		width: 100%;}
	.section01 .bodytitle .time{
	    color: #bebebe;
		font-size: 24px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 600;}
	.section01 .bodytitle .title{
	    font-size: 24px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 600;}
	.section01 .bodytitle .user{
	    display: inline-block;
		width: 100%;
		margin: 0 0 18px;
		color: #bebebe;
		font-weight: 500;
		font-size: 14px;
    	line-height: 26px;}
	.section01 .body {
	    padding-bottom: 80px;}
	.section01 .body *{
		max-width: 100%;
		font-size: 14px;}
  
  	.section01 .body img{
		height: auto !important;}
  

		

	.section01 .right_news{
		width: 255px;
		float: right;}
	.section01 .right_news .title{
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 600;
		margin-bottom: 14px;}
	.section01 .right_news ul{
		width: 100%;}
	.section01 .right_news ul li{
	    padding: 7px 0;
	    margin: 0;}
	.section01 .right_news ul li a{
	    font-size: 14px;
	    line-height: 26px;}


}

@media screen and (max-width: 1200px){

	.section01{
		width: 950px;}
	.section01 .left_body{
		width: 700px;}
	.section01 .right_news{
		width: 220px;}


}

@media screen and (max-width: 1000px){
	
	.section01{
		width: 768px;
	    padding-top: 150px;}
	.section01 .left_body{
	    width: 73%;}
	.section01 .right_news{
	    width: 23%;}

}

@media screen and (max-width:768px){
	
	.section01{
		width: 600px;}
	    
}

@media screen and (max-width:600px) {

	.section01{
		width: 420px;}
    .section01 .left_body{
	    width: 100%;}
	.section01 .right_news{
	    width: 100%;}

	.section01 .body {
	    padding-bottom: 30px;}
	.section01 .right_news {
	    padding-bottom: 80px;}	

}

@media screen and (max-width:450px) {

	.section01{
		width: 90%;
        margin-left: 5%;
        margin-right: 5%;}
    .section01 .left_body{
	    width: 100%;}
	.section01 .right_news{
	    width: 100%;}


}