﻿.page {
				list-style: none;
			}
			
			.page>li {
				/* float: left; */
				padding: 5px 10px;
				cursor: pointer;
			}
			
			.page li.pageItem {
				border: solid thin #DDDDDD;
				margin: 5px;
			}
			 
			.page .pageItemActive {
				border: solid thin #0099FF;
				margin: 5px;
				background-color: #0099FF;
				color: white;
			}
			
			.page .pageItem:hover {
				border: solid thin #0099FF;
				background-color: #0099FF;
			}
			
			.page .pageItemDisable {
				border: solid thin #DDDDDD;
				margin: 5px;
				background-color: #DDDDDD;
			}
			
			 .content_table ul#page {
			 text-align:center;
				width: 100%;  
				margin: 1vw auto;
				/* margin-left:39%; */           
			}  
			
			 .content_table ul#page li { 
			 	display:inline-block;       
			 	height: 1.5vw;
				line-height: 1.5vw;
				min-width: 2%;
				padding: 0px 2px;  
				text-align:center;         
			}
			.carouselTitle{
				font-size: 3.125vw;    
				color: #fff;
				text-align: center;
				position: relative;  
				bottom:16vw;      
			}
			.carouselImg{
				height:56.25vw;       
			}     
			.flex-direction-nav .flex-next{                
				background: url(/sitesresources/v1112/byd/images/newsandnotice/new/pc/right.png) no-repeat;
				width: 45px;
    			height: 78px;
    			opacity: 1;   
    			right:10px;     
    			background-size:cover;            
			}
			.flex-direction-nav .flex-prev{                
				background: url(/sitesresources/v1112/byd/images/newsandnotice/new/pc/left.png) no-repeat;
				width: 45px;
    			height: 78px;
    			opacity: 1;   
    			left:10px;        
    			background-size:cover;                     
			}  
			.content_list{   
				background:#393939;
			}  
			@media ( max-width : 1024px) {

                body {
                    overflow: visible;
                }

				.content_table ul#page {
					text-align:center;
					height: 8vw;
					width:100%;
					margin:2vw auto;
					/* margin-left: 3vw;   */     
				}
				 .content_table ul#page li {
				 	display:inline-block;
					width: 10%;
					padding: 3px 0px;
					height: 2.5vw; 
					line-height: 2.5vw;
					text-align: center;
				}
				.carouselTitle{
					font-size: 4.5vw;   
				}
				.carouselImg{
				height:56.25vw;         
			}  
		}
.content{
    width:100%;
    overflow: hidden;
    background: #fff;
	//background: #393939;
}
@media (min-width: 1025px) {

    #activities .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
        margin-right:12px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #new .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
        margin-right:12px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #notice .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
        margin-right:12px;
        margin-top: 0;
        margin-bottom: 0;
    }
    /*公共的导航*/
    .content .content_nav{
        width:100%;
        //height:86px; 
        background: #393939;
        position: relative;
    }
    .content .content_nav ul{
        width:580px;
        height:100%;
        position: relative;
		//left: 57.5%;
        left:50%;
        top:0;
        margin-left:-290px;
    }
    .content .content_nav ul li{
        line-height:120px;
        float: left;
        width:33%;
        font-size:20px;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .content .content_nav ul li .line{
        width:60px;
        height:2px;
        display: block;
        background: #fff;
        position: absolute;
        left:50%;
        margin-left: -30px;
        bottom:40px;
    }
    .content .content_nav .two{
        position: absolute;
        left:0;
        top:0;
    }
    .content .content_nav .one{
        position: absolute;
        right:0;
        top:0;

    }
    .content .content_nav .three{
        position: absolute;
        left:33%;
        top:0;

    }
    .dropdown{
        width:62.5%;
        height:8.95vw;
        background: url(../images/newsandnotice/new/pc/bcg.jpg);
        background-size: 100% 100%;
        padding:0 18.75%;
        position: relative;
    }
     .select_child{
        width:10vw;
        height:2vw;
        position: absolute;
        top: 3.475vw;
    }
    .select_child select{
        opacity:0;
        filter:alpha(opacity=0);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .dropdown .child_1{
        left: 18vw;
    }
    .dropdown .child_2{
        left: 29.5vw;
    }
    .dropdown .child_3{
        left: 41vw;
    }
    .dropdown select{
        width:100%;
        height:2vw;
        border:1px solid #393939;
        border-radius: 3px;
        font-size:0.7vw;
        color:#000000;
        padding-left: 5%;
        float: left;
    }
    .dropdown input{
        height:1.8vw;
        width:13vw;
        border:1px solid #393939;
        border-radius: 3px;
        background: none;
        font-size:0.73vw;
        /*line-height:0;*/
        line-height: 1.8vw;
        padding-left: 1%;
        float: left;
        position: absolute;
        top: 3.475vw;
        left: 52.5vw;
    }
    .dropdown .select_1_show{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height:2vw;
        line-height: 2vw;
        padding-left:5%;
        width:10vw;
        border:1px solid #393939;
        border-radius: 3px;
        font-size:0.73vw;
        background: url("../images/newsandnotice/new/pc/selectIcon.png") no-repeat scroll right center transparent;
    }
    .dropdown .select_2_show{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height:2vw;
        width:10vw;
        border:1px solid #393939;
        line-height: 2vw;
        padding-left:5%;
        border-radius: 3px;
        font-size:0.73vw;
        background: url("../images/newsandnotice/new/pc/selectIcon.png") no-repeat scroll right center transparent;
    }
    .dropdown .select_3_show{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height:2vw;
        width:10vw;
        line-height: 2vw;
        padding-left:5%;
        border:1px solid #393939;
        border-radius: 3px;
        font-size:0.73vw;
        background: url("../images/newsandnotice/new/pc/selectIcon.png") no-repeat scroll right center transparent;
    }
    .dropdown .search{
        width:10vw;
        height:2vw;
        text-align: center;
        line-height: 2vw;
        color:#fff;
        font-size:0.9375vw;
        border-radius: 3px;
        background: #393939;
        cursor: pointer;
        position: absolute;
        top: 3.475vw;
        left: 67.5vw;
    }
    .content .carousel{
        width:100%;
        height:41.67vw;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }
    .content .carousel ul{
        width:400vw;
        height:100%;
        position: relative;
        left:0;
        top:0;
    }
    .content .carousel ul li{
        width:100vw;
        height:100%;
        float:left;
        position: relative;
    }
    .content .carousel .left{
        width:3.3%;
        height:5.677vw;
        background: url(../images/newsandnotice/new/pc/left.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        left:1.8%;
        top:50%;
        margin-top:-2.8385vw;
        z-index: 9;
    }
    .content .carousel .right{
        width:3.3%;
        height:5.677vw;
        background: url(../images/newsandnotice/new/pc/right.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        right:1.8%;
        top:50%;
        margin-top:-2.8385vw;
        z-index: 9;
    }
    #activities .content .carousel ul .carousel1{
        background: url(../images/newsandnotice/activities/pc/carousel1.jpg) no-repeat center;
        background-size: 100% 100%;
        width:100vw;
        float: left;
    }
    #new .content .carousel ul .carousel1{
        width:100vw;
        background: url(../images/newsandnotice/new/pc/carousel1.jpg) no-repeat center;
        background-size: 100% 100%;
        float: left;
    }
    .content .carousel ul li p{
        width:100%;
        height:12vw;
        line-height: 12vw;
        text-align: center;
        font-size:3.125vw ;
        color:#fff;
        position: absolute;
        bottom:0;
        left:0;
    }
    #activities .content .carousel ul .carousel2{
        background: url(../images/newsandnotice/activities/pc/carousel2.jpg) no-repeat center;
        background-size: 100% 100%;
        width:100vw;
        float: left;
    }
    #new .content .carousel ul .carousel2{
        width:100vw;
        background: url(../images/newsandnotice/new/pc/carousel2.jpg) no-repeat center;
        background-size: 100% 100%;
        float: left;
    }
    .content_list{
        width: 100%;
    }
    .content_list li{
        float: left;
        //width: 25%;
		width: 33.33%;
        //height: 25vw;
		height: 18.75vw;
        cursor: pointer;
        position: relative;
    }
    .content_list li a{
        float: left;
        width:100%;
        height: 18.75vw;
        cursor: pointer;
        position: absolute;
        left:0;
        top:0;
    }
    #new .content_list  .content_list_1{
        background: url(../images/newsandnotice/new/pc/list1.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_2{
        background: url(../images/newsandnotice/new/pc/list6.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_3{
        background: url(../images/newsandnotice/new/pc/list3.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_4{
        background: url(../images/newsandnotice/new/pc/list4.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_5{
        background: url(../images/newsandnotice/new/pc/list5.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_6{
        background: url(../images/newsandnotice/new/pc/list6.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_7{
        background: url(../images/newsandnotice/new/pc/list7.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    .content_list .content_list_mask{
        width:100%;
        height:100%;
        background: rgba(0,0,0,.6);
    }
    #activities .content_list  .content_list_1{
        background: url(../images/newsandnotice/activities/pc/list1.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #activities .content_list  .content_list_2{
        background: url(../images/newsandnotice/activities/pc/list2.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #activities .content_list  .content_list_3{
        background: url(../images/newsandnotice/activities/pc/list3.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_1{
        background: url(../images/newsandnotice/notice/pc/list1.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_2{
        background: url(../images/newsandnotice/notice/pc/list2.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_3{
        background: url(../images/newsandnotice/notice/pc/list3.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_4{
        background: url(../images/newsandnotice/notice/pc/list4.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_5{
        background: url(../images/newsandnotice/notice/pc/list5.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_6{
        background: url(../images/newsandnotice/notice/pc/list6.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_7{
        background: url(../images/newsandnotice/notice/pc/list7.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    .content_list .content_list_word_1{
        width:68%;
        text-align: center;
        color:#fff;
        position: absolute;
        top:40%;
        left:16%;
	height:6vw;
	overflow:hidden;
        font-size: 1.25vw;
        line-height: 2vw;
    }
    .content_list .content_list_timer{
        font-size: 1.25vw;
        position: absolute;
        bottom:2.6vw;
        right:3.125vw;
        color:#fff;
    }
    .learnmore{
        background: #da251c;
        text-align: center;
        //line-height: 25vw;
		line-height: 18.75vw;
        font-size:1.875vw;
        color:#fff;
    }
	.nomore{
		background: #da251c;
    	text-align: center;
    	line-height: 18.75vw;
    	font-size: 1.875vw;
    	color: #fff;
			}
    .leftIcon{
        width:0.88vw;
        display: block;
        position: absolute;
        //right:6.8vw;
		right:8.8vw; 
        top:45.2%;
    }
    .content_list li:hover .content_list_mask{
        background: rgba(218,37,28,.6);
    }
    .imageandtx{
        width:62%;
        margin: 0 auto;
        margin-top:10.2vw;
    }
    .imageandtx_title{
        width:90%;
        margin: 0 auto;
        //font-size: 2.5vw;
		font-size: 32px; 
        color:#393939;
        line-height: 3.5vw;
        text-align: center;
    }
    .imageandtx_date{
        font-size:1.25vw;
        color:#393939;
        text-align: center;
        margin-top:2vw;
    }
    .imageandtx_tx{
        text-indent: 2em;
        font-size:0.83vw;
        color:#393939;
        text-align: left;
        margin-top:2vw;
        line-height: 1.5vw;
    }
    .imageandtx_img{
        width:100%;
        height:35vw;
        background: url(../images/newsandnotice/newsdetails/pc/img.jpg) no-repeat center;
        background-size: 100% 100%;
        margin-top:2vw;
    }
    .imageandtx .page{
        width:20vw;
        margin: 0 auto;
        margin-top:2vw;
        margin-bottom:4vw;
        cursor: pointer;
    }
    .imageandtx .page .left{
        width:1.25vw;
        height:1.25vw;
        background: url(../images/newsandnotice/newsdetails/pc/left.png) no-repeat center;
        background-size: 100% 100%;
        float: left;
    }
    .new_before .imageandtx .page .left{
        width:1.25vw;
        height:1.25vw;
        background: url(../images/newsandnotice/newsdetails/pc/left_f.png) no-repeat center;
        background-size: 100% 100%;
        float: left;
    }
    .activities_before .imageandtx .page .left{
        width:1.25vw;
        height:1.25vw;
        background: url(../images/newsandnotice/newsdetails/pc/left_f.png) no-repeat center;
        background-size: 100% 100%;
        float: left;
    }
    .notice_before .imageandtx .page .left{
        width:1.25vw;
        height:1.25vw;
        background: url(../images/newsandnotice/newsdetails/pc/left_f.png) no-repeat center;
        background-size: 100% 100%;
        float: left;
    }
    .imageandtx .page .before{
        width:3.8vw;
        height:1.25vw;
        float: left;
        line-height: 1.25vw;
        text-align: center;
        color: #000;
    }
    .imageandtx .page .after{
        width:3.8vw;
        height:1.25vw;
        float: right;
        line-height: 1.25vw;
        text-align: center;
        color: #000;
    }
    .imageandtx .page .right{
        width:1.25vw;
        height:1.25vw;
        background: url(../images/newsandnotice/newsdetails/pc/right.png) no-repeat center;
        background-size: 100% 100%;
        float: right;
    }
    .new_next .imageandtx .page .right{
        width:1.25vw;
        height:1.25vw;
        background: url(../images/newsandnotice/newsdetails/pc/right_f.png) no-repeat center;
        background-size: 100% 100%;
        float: right;
    }
    .activities_next .imageandtx .page .right{
        width:1.25vw;
        height:1.25vw;
        background: url(../images/newsandnotice/newsdetails/pc/right_f.png) no-repeat center;
        background-size: 100% 100%;
        float: right;
    }
    .notice_next .imageandtx .page .right{
        width:1.25vw;
        height:1.25vw;
        background: url(../images/newsandnotice/newsdetails/pc/right_f.png) no-repeat center;
        background-size: 100% 100%;
        float: right;
    }
    .imageandtx .page .back{
        height:1.25vw;
        float: left;
        text-align: center;
        line-height: 1.25vw;
        margin-left:3.4vw;
        color:#393939;
    }
    .Recommendednews{
        width:100%;
        height:5.7vw;
        text-align: center;
        line-height: 5.7vw;
        font-size: 3.125vw;
        color:#393939;
        position: relative;
        margin-bottom:3.125vw;
    }
    .Recommendednews .redlines{
        width:6.25%;
        height:0.3vw;
        background: #da251c;
        position: absolute;
        bottom:0;
        left:50%;
        margin-left:-3.125vw;
    }
    /*public colors*/
    .white{
        color:#fff;
    }
    .other{
        color:#9c9c9c;
    }
    select {
        /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
        border: solid 1px #000;
        /*很关键：将默认的select选择框样式清除*/
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        /*在选择框的最右侧中间显示小箭头图片*/
        background: url("../images/newsandnotice/new/pc/selectIcon.png") no-repeat scroll right center transparent;


        /*为下拉小箭头留出一点位置，避免被文字覆盖*/
        padding-right: 14px;
    }
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    select::-ms-expand { display: none; }
    
    
    
    
    /*、、、、、、、、、、、、模拟下拉框*/
    .click_block{
        cursor: pointer;
        //text-indent: 0.5vw;  
    }
    .box_fixed{
        width: 105%;
        position: absolute;
        top: 2vw;
        background: rgba(255,255,255,.8);
        cursor: pointer;
        height:7.7vw;
	    //height:100px; 
        z-index: 2;
        border:1px solid #393939;
        border-top-left-radius:0;
        border-top-right-radius:0;
        border-bottom-right-radius:3px;
        border-bottom-left-radius:3px;
        border-top-color:#9cacb8;
		overflow-y: scroll; 
    }
    .box_position{
        /*margin-left: 1vw;*/
        font-size: 0.73vw;
        line-height: 1.25vw;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .box_position li{
        text-align: left;
        padding-left: 9%;
        height: 1.8vw;
        line-height: 1.8vw;
    }

  	.text_center{
        text-align: center;
        width:72%;
    }
    .font_select_color{
    	color:#fff;
        background: #d2200e;
    }



    .content .content_table ul.content_table_ul li:nth-child(odd){
        background: #f5f5f5;
    }
    .content .content_table ul.content_table_ul li:nth-child(even){
        background: #fff;

    }
    .content .content_table ul .title{
        height:3.125vw;
        min-width:88vw;
        background: #393939;
        color:#fff;
        font-size: .9vw;
        padding:0 6%;
        line-height: 3.125vw;
    }
    .content .content_table ul .title ul{
        width:100%;
        height:100%;
    }
    .content .content_table ul li span{
        text-align: center;
    }
    .content .content_table ul .positionname{
        float:left;
        min-width: 90%;
        text-align: left;
        color: #000;
    }
    .content .content_table ul .data{
        float:left;
        color: #000;
    }
    .content .content_table ul .applyposition{
        width:8.3vw;
        height:1.5625vw;
        background: #da251c;
        color:#fff;
        font-size: 0.8vw;
        text-align: center;
        line-height: 1.5625vw;
        border-radius: 3px;
        margin-top:0.78125vw;
        margin-left: 22vw;
        cursor: pointer;
    }
    .content .content_notice{
        width:100%;
        margin-top: 1.56vw;
        padding-bottom: 1.4vw;
    }
    .content .content_notice .left{
        width:1.25vw;
        height:1.25vw;
        float:left;
        margin-right:0.4vw;
        background: url(../images/joinbyd/joinbyd_campus/pc/left.png) no-repeat center;
        background-size: 100% 100%;
        cursor: pointer;
    }
    .content .content_notice .right{
        width:1.25vw;
        height:1.25vw;
        float:left;
        margin-left:2vw;
        background: url(../images/joinbyd/joinbyd_campus/pc/right.png) no-repeat center;
        background-size: 100% 100%;
        cursor: pointer;
    }
    .content .content_notice .paging{
        width:15%;
        height:1.25vw;
        margin: 2vw auto;
    }
    .content .content_notice .paging .number{
        line-height: 1.25vw;
        font-size: 0.73vw;
        color:#535353;
        display: block;
        float: left;
        margin-left: 1.1458vw;
        cursor: pointer;
    }
    .content .content_notice .paging .clickactive{
        color:#da251c;
        font-size: 0.94vw;
    }
    .content .content_table{
        width:100%;
        display: none;
    }
    .content .content_table ul{
        width:100%;
		//min-height: 11.6vw;  
    }
    .content .content_table ul li{
        min-width:75%;
        height:3.125vw;
        line-height: 3.125vw;
        color:#1b1b1b;
        font-size: .8vw;
        padding:0 12.5%;
    }
    .content .content_table ul .search_first{
        height: 4.6vw;
    }
    .content .content_table ul .search_first p{
        height: 1.8vw;
    }
    .content .content_table ul .search_first .search_result{
        font-size: 1.25vw;
        color: #393939;
    }
    .content .content_table ul .search_first .search_message{
        font-size: 0.72vw;
        color: #8b8b8b;
    }

}
@media (max-width: 1024px) {
    #activities .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
    }
    #activities .icon_wb{
        margin-left: 6.9vw;
    }
    #activities .icon_fb,#activities .icon_wx,#activities .icon_tw,#activities .icon_ga{
        margin-left: 12px;
    }

    #new .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
    }
    #new .icon_wb{
        margin-left: 6.9vw;
    }
    #new .icon_fb,#new .icon_wx,#new .icon_tw,#new .icon_ga{
        margin-left: 12px;
    }

    #notice .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
    }
    #notice .icon_wb{
        margin-left: 6.9vw;
    }
    #notice .icon_fb,#notice .icon_wx,#notice .icon_tw,#notice .icon_ga{
        margin-left: 12px;
    }

    #new .content .content_nav {
        width: 100%;
        background: #000000;
        //margin-top:15.2vw;
    }
    #activities .content .content_nav {
        width: 100%;
        background: #000000;
    }
    .content .content_nav ul {
        width: 100%;
        height: 11.2vw;
        overflow: hidden;
        background: #000;
    }
    .content .content_nav ul li {
        width: 100%;
        height: 11.2vw;
        line-height: 11.2vw;
        font-size: 4vw;
        text-align: center;
        position: relative;
    }
    .content .content_nav ul li .line {
        width: 8vw;
        height: .3vw;
        display: block;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -4vw;
        bottom: 2vw;
    }
    .content .content_nav .downnav {
        width: 100%;
        height: 5.6vw;
        background: #222222;
        position: relative;
        cursor: pointer;
    }
    .content .content_nav .downnav .down_icon {
        width: 3.2vw;
        height: 1.6vw;
        display: block;
        background: url(/sitesresources/v1112/byd/images/public/nav_down_icon.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        margin-top: -.8vw;
        left: 50%;
        margin-left: -1.6vw;
    }
    .content .carousel{
        width:100%;
        height:145.6vw;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }
    .content .carousel ul{
        width:400vw;
        height:100%;
        position: relative;
        left:0;
        top:0;
    }
    .content .carousel ul li{
        width:100%;
        height:100%;
        float:left;
        position: relative;
    }
    #new .content .carousel ul .carousel1{
        width:100vw;
        background: url(../images/newsandnotice/new/mobile/carousel2.jpg) no-repeat center;
        background-size: 100% 100%;
        float: left;
    }
    #activities .content .carousel ul .carousel1{
        background: url(../images/newsandnotice/new/mobile/carousel2.jpg) no-repeat center;
        background-size: 100% 100%;
        width:100vw;
        float: left;
    }
    #new .content .carousel ul li p{
        width:64%;
        font-size:7.5vw ;
        color:#fff;
        position: absolute;
        bottom:10vw;
        right:0;
    }
    #activities .content .carousel ul li p{
        font-size:7.5vw ;
        color:#fff;
        text-align: center;

    }
    #activities .content .carousel ul  .p1{
        position: absolute;
        bottom:25vw;
        left:0;
    }
    #activities .content .carousel ul .p2{
        position: absolute;
        bottom:15vw;
        right:0;
    }
    #new .content .carousel ul .carousel2{
        width:100vw;
        background: url(../images/newsandnotice/new/mobile/carousel1.jpg) no-repeat center;
        background-size: 100% 100%;
        float: left;
    }
    #activities .content .carousel ul .carousel2{
        background: url(../images/newsandnotice/new/mobile/carousel1.jpg) no-repeat center;
        background-size: 100% 100%;
        width:100vw;
        float: left;
    }
    .content_list{
        width: 100%;
        cursor: pointer;
    }
    .content_list a{
        width: 100%;
        height:100%;
    }
    .content_list li{
        width: 100%;
       // height: 48.5vw;
	    height: 56.25vw;
        position: relative;
    }
    #new .content_list  .content_list_1{
        background: url(../images/newsandnotice/new/mobile/list1.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_2{
        background: url(../images/newsandnotice/new/mobile/list2.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_3{
        background: url(../images/newsandnotice/new/mobile/list3.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_4{
        background: url(../images/newsandnotice/new/mobile/list4.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_5{
        background: url(../images/newsandnotice/new/mobile/list5.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_6{
        background: url(../images/newsandnotice/new/mobile/list6.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #new .content_list  .content_list_7{
        background: url(../images/newsandnotice/new/mobile/list7.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #activities .content_list  .content_list_1{
        background: url(../images/newsandnotice/activities/mobile/list1.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #activities .content_list  .content_list_2{
        background: url(../images/newsandnotice/activities/mobile/list2.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #activities .content_list  .content_list_3{
        background: url(../images/newsandnotice/activities/mobile/list3.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_1{
        background: url(../images/newsandnotice/notice/mobile/list1.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_2{
        background: url(../images/newsandnotice/notice/mobile/list2.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_3{
        background: url(../images/newsandnotice/notice/mobile/list3.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_4{
        background: url(../images/newsandnotice/notice/mobile/list4.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_5{
        background: url(../images/newsandnotice/notice/mobile/list5.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_6{
        background: url(../images/newsandnotice/notice/mobile/list6.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    #notice .content_list  .content_list_7{
        background: url(../images/newsandnotice/notice/mobile/list7.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    .content_list .content_list_mask{
        width:100%;
        height:100%;
        background: rgba(0,0,0,.6);
    }
    .content_list .content_list_word_1{
        width:64%;
		height:100%;
        text-align: center;
        color:#fff;
        position: absolute;
		line-height:30px;
        //top:40%;
        //left:16%;
		top:0;
		left:18%;
		display:table;
        font-size: 3.73vw;
    }
	.content_list .content_list_word_1_center{
		vertical-align: middle;
		display: table-cell;
	}
    .content_list .content_list_timer{
        font-size: 2.67vw;
        position: absolute;
        bottom:5.3vw;
        right:5.3%;
        color:#fff;
    }
    .learnmore{
        background: #da251c;
        text-align: center;
        //line-height: 48.5vw;
		line-height: 56.25vw;
        font-size:4.85vw;
        color:#fff;
    }
	.nomore{
		background: #da251c;
   		text-align: center;
    	line-height: 48.5vw;
    	font-size: 4.85vw;
    	color: #fff;        
				}
    .dropdown{
        width:100%;
        height:45vw;
        background: #fff;
        padding:10.6vw 0;
        position: relative;
    }
    .dropdown .classify{
        width:100%;
        height:8vw;
        border:1px solid #272727;
        border-radius: 10px;
        font-size: 3.73vw;
        padding-left: 4%;
        opacity: 0;
        filter:alpha(opacity=0);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .dropdown .time{
        width:100%;
        height:8vw;
        border:1px solid #272727;
        border-radius: 10px;
        float: left;
        font-size: 3.73vw;
        padding-left: 10%;
        opacity: 0;
        filter:alpha(opacity=0);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .dropdown .address{
        width:100%;
        height:8vw;
        border:1px solid #272727;
        border-radius: 10px;
        float: left;
        font-size: 3.73vw;
        padding-left: 10%;
        opacity: 0;
        filter:alpha(opacity=0);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .dropdown input{
        width:85%;
        height:8vw;
        border:1px solid #272727;
        border-radius: 5px;
        font-size: 3.73vw;
        padding-left:4% ;
        position: absolute;
        top:34.6vw;
        left:5.35%;
        padding-left: 4%;
    }
    .dropdown .select_1_show_mobi{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height:96%;
        line-height: 8vw;
        padding-left:3%;
        width:96.6%;
        border:1px solid #393939;
        border-radius: 5px;
        font-size:3.73vw;
    }
    .select_child img{
        position: absolute;
        top: 0;
        right: 0;
        height:8vw;
    }
    .dropdown .select_2_show_mobi{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height:96%;
        width:94%;
        border:1px solid #393939;
        line-height: 8vw;
        padding-left:5%;
        border-radius: 5px;
        font-size:3.73vw;
    }
    .dropdown .select_3_show_mobi{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height:96%;
        width:94%;
        line-height: 8vw;
        padding-left:5%;
        border:1px solid #393939;
        border-radius: 5px;
        font-size:3.73vw;
    }
    .dropdown .search{
        width:89.3%;
        height:8vw;
        background: #222222;
        border-radius: 5px;
        font-size: 3.73vw;
        color:#fff;
        text-align: center;
        line-height: 8vw;
        cursor: pointer;
        position: absolute;
        top:46.6vw;
        left:5.35%;
    }
    .imageandtx{
        width:100%;
    }
    .imageandtx_title{
        width:90%;
        margin: 0 auto;
        //font-size: 4.8vw;
		font-size: 28px;
        color:#393939;
        //line-height: 8vw;
		line-height: 38px;
        text-align: center;  
        margin-top:10.67vw;
		//margin-top:18.67vw; 
    }
    .imageandtx_date{
        font-size:18px;
        color:#393939;
        text-align: center;
        margin-top:6.67vw;
    }
    .imageandtx_tx{
        width:89%;
        margin: 0 auto;
        font-size:3.73vw;
        color:#393939;
        text-align: left;
        margin-top:8vw;
        line-height: 5vw;
    }
    .imageandtx_img{
        width:100%;
        height:80vw;
        background: url(../images/newsandnotice/newsdetails/mobile/img.jpg) no-repeat center;
        background-size: 100% 100%;
        margin-top:8.67vw;
    }
    .imageandtx .page{
        width:90%;
        margin: 0 auto;
        margin-top:8vw;
        margin-bottom:12vw;
        cursor: pointer;
    }
    .imageandtx .page .left{
        width:1.2vw;
        height:2.27vw;
        background: url(../images/newsandnotice/newsdetails/mobile/left.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        left:27%;
        top:3vw;
    }
    .imageandtx .page .right{
        width:1.2vw;
        height:2.27vw;
        background: url(../images/newsandnotice/newsdetails/mobile/right.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        right:27%;
        top:3vw;
    }
    .imageandtx .page .before{
        width:18%;
        height:8.3vw;
        background: #393939;
        color:#fff;
        font-size:2.4vw;
        float: left;
        line-height:8.3vw;
        border-radius: 5px;
        position: relative;
        padding-left:13%;
    }
    .imageandtx .page .after{
        width:22%;
        height:8.3vw;
        background: #393939;
        color:#fff;
        font-size:2.4vw;
        float: left;
        line-height:8.3vw;
        border-radius: 5px;
        position: relative;
        padding-left:9%;
    }
    .imageandtx .page .back{
        width:31%;
        height:8.3vw;
        background: #393939;
        border-radius: 5px;
        color:#fff;
        font-size:2.4vw;
        float: left;
        line-height:8.3vw;
        margin:0 2.67vw;
        text-align: center;
    }
    .Recommendednews{
        width:100%;
        height:14.7vw;
        text-align: center;
        line-height: 14.7vw;
        font-size: 8vw;
        color:#393939;
        position: relative;
        margin-bottom:8vw;
    }
    .Recommendednews .redlines{
        width:16%;
        height:0.8vw;
        background: #da251c;
        position: absolute;
        bottom:0;
        left:50%;
        margin-left:-8%;
    }
    .leftIcon{
        width:1.73vw;
        display: block;
        position: absolute;
        right:30vw;
        top:47.2%;
    }
    .select_child{
        height:8vw;
        position: absolute;
    }
    .dropdown .child_1{
        width:89%;
        left: 5.35%;
        top:10.6vw;
    }
    .dropdown .child_2{
        width:42%;
        left: 5.35%;
        top:22.6vw;
    }
    .dropdown .child_3{
        width:42%;
        right: 5.35%;
        top:22.6vw;
    }
    .white {
        color: #dddddd
    }
    select {
        /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
        border: solid 1px #000;
        /*很关键：将默认的select选择框样式清除*/
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        -ms-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
        background: url("../images/newsandnotice/new/mobile/selectIcon.png") no-repeat scroll right center transparent;


        /*为下拉小箭头留出一点位置，避免被文字覆盖*/
        padding-right: 14px;
    }

    .content_table{
        display: none;
    }
    .paging{
        display: none;
    }
        /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    select::-ms-expand { display: none; }

    .content .content_table{
        width:100%;
    }
    .content .content_table ul{
        width:100%;
        overflow: hidden;
    }
    .content .content_table ul li{
        width:100%; 
        height:21vw;
        color:#1b1b1b;
        //font-size: .8vw;
        position: relative;
    }
    .content .content_table ul .positionname{
        font-size: 4vw;
        display: block;
        width:100%;
        text-align: center;
        padding-top:5vw;
        color: #000;
    }
    .content .content_table ul .data{
        width:100%;
        display: block;
        font-size: 3.2vw;
        color:#a9a9a9;
        text-align: center;
        margin-top: 2.7vw;
    }
    .content .content_table ul.content_table_ul li:nth-child(odd){
        background: #fff;
    }
    .content .content_table ul.content_table_ul li:nth-child(even){
        background: #f5f5f5;
    }
    .content .paging{
        width:100%;
        height:26.7vw;
        background: url(../images/investor/investor_govern/mobile/content_bg.jpg) no-repeat center;
        background-size: 100% 100%;
        position: relative;
    }
    .content .paging .number{
        line-height: 8vw;
        font-size: 3.2vw;
        color:#535353;
        display: block;
        float: left;
        margin-left: 1.1458vw;
        cursor: pointer;
    }
    .content .paging .clickactive{
        color:#da251c;
    }
    .content .paging .numberBox{
        position: absolute;
        left:39%;
        top:25%;
    }
    .content .paging .left{
        width:28%;
        height:8vw;
        background: #969696;
        border-radius: 5px;
        font-size: 2.4vw;
        text-align: center;
        color:#fff;
        position: absolute;
        left:5.3%;
        top:25%;
        line-height: 8vw;
        cursor: pointer;
    }
    .content .paging .right{
        width:28%;
        height:8vw;
        background: #222222;
        border-radius: 5px;
        font-size: 2.4vw;
        text-align: center;
        color:#fff;
        position: absolute;
        right:5.3%;
        top:25%;
        line-height: 8vw;
        cursor: pointer;
    }
    .content .paging  .lefticon{
        width:1.2vw;
        position: absolute;
        top:3vw;
        left:6vw;
    }
    .content .paging  .righticon{
        width:1.2vw;
        position: absolute;
        top:3.2vw;
        margin-left:3vw;
    }
    .search_mobile div{
        width:89%;
        height:11.2vw;
        border:1px solid #393939;
        position: relative;
        border-radius: 8px;
        background: #fff;
        margin: 24vw auto 0;
    }
    .search_first{
        margin-top: 3vw;
    }
    .search_result{
        font-size: 7vw;
        text-align: center;
    }
    .search_message{
        color: #8b8b8b;
        font-size: 3vw;
        text-align: center;
        line-height: 6vw;
    }
}
select{
    width:100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    height: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    border:none;
}
@media (min-width: 780px) and (max-width:1023px) {   
		.content_list .content_list_word_1{
			    line-height: 40px;
		}
}
