
/* 大屏幕（大桌面显示器，大于等于 992px） */

@media screen and (min-width: 768px) {
    #xinxizhongxin{
        color:#FA6600;
    }
    #headImg {
        margin-top: -1.5rem;
    }
    .mbText{
        display:none;
    }
    /* 内容 */
    .textCenter {
        margin: 5.3125rem 7.625rem 0 7.625rem;
    }
    .xinxiText {
        padding-left: 1.625rem;
    }
    .xinxiText>p {
        font-size: 1.1rem;
        color: #b6b6b6;
        margin-top: 1.75rem;
    }
    .jumbotron {
        padding-top: 0;
        padding-bottom: 0;
    }

    .date{
        background-color: #b6b6b6;
         width: 9rem; 
         height: 9rem;
 
    }
    .dateText{
        /* margin: 10px auto; */
    }
    .date>p:nth-child(1){
        font-size: 3rem;
        text-align: center;
         margin: 0 auto; 
        padding-top:22px;

    }
    .date>p:nth-child(2){
        font-size: 1.2rem;
        text-align: center;
    }
    .dateText{
        margin-left: 12rem;
    }
    .dateText>p:nth-child(1){
        font-size: 1.6rem;
    }
    .dateText>p:nth-child(2){
        font-size: 1.1rem;
        color: #b6b6b6;
    }
    
    /*#languages{
    	display: none; 
    	margin-top: 1.75rem; 
    	margin-right: 0 ;
    }
    
    #languages>li:hover{
    	color: #000000;
    	cursor:pointer;
    }
    
    #change{
    	margin-top: 1.75rem;
    	 background-color: rgb(56,56,95);
    	  border: none;
    }*/

    
    

    /* 底部 */
    #mbFooterImg{
        display:none;
    }
    #pcFooterImg{
     margin-top:6.125rem;
}
}


/* 移动端 */

@media (max-width: 767px) {
    .market{
        display:none;
    }

    .textCenter{
        margin: 0 1.25rem 2rem 1.25rem;
    }

    .mbText{
        margin-top:4.5rem;
        text-align:center;
    }

    .blackLine{
        width:13rem;
        height:0.2rem;
        background-color:#333;
        margin:0 auto;
    }
    .mbText>p{
        color:#b6b6b6;
        font-size:1.2rem;
    }

    /* 内容 */
    .date{
        margin-right:1rem;
        height:19rem
    }
    .date>p:nth-child(1){
        font-size: 4rem;
        color:#b6b6b6;
        text-align:center;
    }
    .date>p:nth-child(2){
        font-size: 1.2rem;
        color:#b6b6b6;
    }
    .dateText{
        font-size:1.1rem;
        color:#b6b6b6;
        margin-bottom:3rem;
        margin-left: 32%;
    }
    .dateText>p:nth-child(1){
        font-size: 1.3rem;
        color:#333;
    }
    
    /*#languages{
    	color: white;
    	display: none; 
    	margin-top: 1rem; 
    	margin-right: -5rem;

    }
    
        #languages>li:hover{
    	color: #000000;
    	cursor:pointer;
    }
    #change{
    	margin-right:-3rem ;
    	color: rgb(56,56,95);
    	 background:none ;
    	  border: none;
    }*/
    

    /* 页脚 */
    #pcFooterImg{
        display:none;
    }
   

}
.biaoti>p{
    	font-size: 28px;
    	color: #000000;
    }
    .biaoti:hover{
    	text-decoration:none; 
    	color: orange;
    }
    .biaoti>p:hover{
    	text-decoration:none; 
    	color: orange;
    }

/* pad屏 */

@media (min-width: 768px) and (max-width: 991px) {
	.biaoti{
    	font-size: 28px;
    	color: #000000;
    }
    .biaoti:hover{
    	text-decoration:none; 
    	color: orange;
    }
}