body{
    font-family: "Microsoft YaHei","PingFang SC","宋体",Arial,sans-serif;
    
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*清除样式*/
body,h1,h2,h3,h4,h5,h6,p,label,table,button,input,textarea{
    padding: 0;
    margin: 0;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    }
ul,li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
img{
    display: inline-block;
}

/* 开始 */
body{
    background:url(../images/back.jpg);
    min-width: 1300px;
}

/*header-start*/
header{
    width: 100%;
}
.header_top{
    width: 100%;
    height: auto;
}
.header_top_logo{
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    min-width: 1300px;
}
.logo{
    width: 980px;
    height: auto;  
}
.logo img{
    width: 100%;
    object-fit: contain;
}

form{
    display: inline-block;
    position:relative;
    width: 290px;
    margin: 0 auto;
    padding: 38px 0;
}
input,button {
    display: inline-block;
	border:none;
	outline:none;
}
.search input{
    width: 200px;
    height: 38px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #02a1b2;
    float: left;
    padding-left: 10px;
}
.search button{
    width: 66px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    background-color: #02a1b2;
}

/* nav-start */
.header_top_nav{
    width: 100%;
    height: 48px;
    background-color: #02a1b2;
    color: #fff;
    min-width: 1300px;
}
/*nav{
    width: 1300px;
    margin: 0 auto;
}*/
.nav_main ul{
    display: flex;
    justify-content: space-between;
}
nav>ul>li>a{
    color: #fff;
    font-size: 18px;
    line-height: 48px; 
    padding: 0 14px;
}
nav>ul>li:hover{
    background-color: #15b790;
}

/*banner-start*/
.banner{
    width: 100%;
}
.banner_main{
    width: 100%;
    margin: 0 auto;
}
.banner_main img{
    width: 100%;
    height: auto;
    object-fit: contain!important;
}


#flashBoxu_u3_ img{
    /*初始不要显示*/
    display:none;
    /*用边框来实现空位，因为margin和paading有时会引起些麻烦*/
    border:0px solid #FFF;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/*content-start*/
.content{
    width: 100%;
}
.content_main{
    width: 1300px;
    margin: 0 auto;
}
.content_1st{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.news,.notice{
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.14);
}
.news{
    width: 380px;
    padding: 20px;
}
.notice{
    width: 820px;
    padding: 20px;
}

.part_title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #02a1b2;
    height: 30px;
    line-height: 30px;
}
.part_title_left h3{
    display: inline-block;
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    vertical-align : top;
}
.part_title_right img{
    height: 16px;
    line-height: 30px;
    vertical-align : middle;
}

.news_list li{
    padding:20px 0 10px 0;
    border-bottom: 1px solid #ededed;
}
.news_list>ul>li>a{
    display: block;
    text-indent: 10px;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list>ul>li>a:hover{
    color: #02a1b2;
}
.news_list time{
    font-size: 14px;
    color: #02a1b2;   
}
.notice_main{
    display: flex;
    justify-content: space-between;
}
.notice_main_left{
    width: 420px;
    padding:20px 0 0 0;
}
.img_list{
    width: 420px;
    height: 280;
}
.list_title{
    position: relative;
}
.list_title time{
    display: inline-block;
    padding: 2px 6px;
    background-color: #02a1b2;
    color: #fff;
    text-align: center;
    position: absolute;
    top:-35px;
    left: 20px;
}

.date{
    font-size: 24px;
    text-align: center;

}
.year{
    font-size: 14px;
}
.month{
    font-size: 14px;
}
.title h4{
    color: #02a1b2;
    font-size: 16px;
    font-weight: 700;
    padding-top: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.title a{
    font-size: 14px;
    line-height: 1.5;
    padding-top: 8px;
    color: #9a9a9a;
    display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
    overflow: hidden;/*溢出文本异常*/
    text-overflow: ellipsis;/*溢出显示省略号*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
}

.notice_main_right{
    padding: 20px 0 0 20px;
}
.notice_main_right>ul>li{
    display: flex;
    justify-content: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #ededed;
}
.notice_main_right>ul>li:hover{
    background-color: #02a1b2;
    color: #fff;
}
.notice_main_right>ul>li:hover span{
    color: #fff;
}
.notice_main_right>ul>li:hover a{
    color: #fff;
}
.notice_main_right time{
    padding: 0 8px;
    border-right:1px dashed #ededed;
    text-align: center;
    display: inline-block;
}
.notice_main_right time span:nth-child(1){
    color: #02a1b2;
}
.notice_main_right>ul>li>a{
    padding: 4px 0 0 8px ;
    vertical-align : middle;
    display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
    overflow: hidden;/*溢出文本异常*/
    text-overflow: ellipsis;/*溢出显示省略号*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.profile{
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.14);
    margin-top: 20px;
    padding: 20px;
    
}
.profile_main{
    margin-top: 20px;

}
.img_box{
    display: flex;
    justify-content: space-between;
}
.img_box>div{
    width:50%;
    height:auto;
}
.img_box>div img{
    width:100%;
    object-fit: fill;
} 
.img_box h4{
    padding-left:20px
 }
.img_box div:nth-child(2) p{
    font-family: "Microsoft YaHei"!important;
    font-size:16px!important;
    padding:0 10px;
    text-indent:22px!important;
    line-height: 1.5;
}

.content_3rd{
    display: flex;
    justify-content: space-between;
}
.research{
    width: 600px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.14);
    margin-top: 20px;
    padding: 20px;
}


.research_list>ul{
    padding-top: 10px;
}
.research_list>ul>li{
    display: flex;
    justify-content: space-between;
    line-height: 2.5;
}
.research_text{
    width: 80%;
}
.research_text a{
    display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
    overflow: hidden;/*溢出文本异常*/
    text-overflow: ellipsis;/*溢出显示省略号*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.research_text a:hover{
    color: #02a1b2;
}
.research_text img{
    padding-right: 8px;
}
.research_list>ul>li>time{
    font-size: 14px;
    color: #02a1b2;
}


.link{
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.14);
    margin-top: 20px;
    padding: 20px;
}
.link_main{
    padding-top: 20px;
}
.link_main>ul{
   display: flex;
   justify-content: space-between;
}
.link_main>ul>li{
    width: 290px;
    height: 120px;
    display: inline-block;
}


/*footer-start*/
.footer{
    width: 100%;
    background-color: #027ea2;
}
.footer_main{
    width: 1220px;
    padding: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    vertical-align: middle;
    min-width: 1220px;
}
.footer_main_left{
    display: flex;
    justify-content: space-around;
}
.footer_main_left  img{
    padding-right: 20px;
    border-right: 2px solid #fff;
}
.footer_main_left span:nth-child(2){
    padding-left: 20px;
    line-height: 1.5;
}
.footer_main_right{
    line-height: 80px;
}

/*end*/