.main {
    /*页面主体*/
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.func-container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.func-item {
    margin-top: 28px;
    width:590px;
    padding: 1em;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    background-color: #84aedb;
    border-radius: 5px;
    cursor: pointer;
    box-shadow:
  6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
  22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
  100px 100px 80px rgba(0, 0, 0, 0.07);
}

.func-item[data-index="3"]{
    background: #404096;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #404096, #41488CC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #404096, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.func-item[data-index="2"]{
    background: #404096;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #404096, #404096);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #404096, #404096); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.func-item[data-index="1"]{
    background: #404096;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1488CC, #404096);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1488CC, #404096); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.func-item>span{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    margin-left: 1em;
    font-size: 1.35em;
}





.slideshow{

    width: 50%;
    position: relative;
    padding:15px
}


/*轮播图图片容器*/
.slideshow-pictures {
    overflow: hidden;
    left: 0px;
    width: 570px;
    height: 100%;
}

/*轮播图图片:宽高比3:5，7张图片排成一排*/
.pic {
    width: 570px;
    height: 100%;
    float: left;
    position: relative;
}

.pic .img {
    display: block !important;
    width: 100%;
    height: 100%;
}

.pic .news {
    width: 100%;
    height: 2em;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    font-size: 1.1em;
    font-weight: bolder;
}

.slideshow-view {
    position: relative;
    width: 3990px;
    height: 100%;
    left: -570px;
    transition: all 1s ease;
}


/*左箭头*/
#left-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 666;
    left:1vw;
    opacity: 0.7;
}

#left-arrow:hover {
    opacity: 1;
}

/*右箭头*/
#right-arrow {

    top: 50%;
    transform: translateY(-50%);
    right:1vw;
    position: absolute;
    z-index: 666;
    opacity: 0.7;
}

#left-arrow::after,#right-arrow::after{
    content: "";
    display: block;
    width: 110%;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#right-arrow:hover {
    opacity: 1;
}


/*新闻区域*/
.news {
    width: 1200px;
}

.news>.row {
    width: 100%;
    display: flex;
}

.news>.row[data-index="1"]{
    height: 35vh;
}

/*每一个新闻单元*/
/*.news-item {*/
    /*overflow: hidden;
    width: 50%;
    padding: 1em;
    flex: 1;*/
/*}*/

.title-bar {
    width: 100%;
    height: 2.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.title-bar>.icon {
    height: 2em;
    width: 2em;
    margin-right: 2em;
}

.title-bar>.title {
    display:block;
    line-height:40px;
    padding:0 25px;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    font-family: "Microsoft yahei";
    background: #404096;
}
/*.title-bar>.title::after{
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: -3px;
    background-color: #2ea9f9;
}*/


.title-bar>.more {
    /*更多*/
    right: 1px;
    position: absolute;
    font-size: 1em;
    font-weight: bold;
    color: #095ab5;
    font-family: "Franklin Gothic Book";
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0.5em 0 1em 0;
}

/*新闻列表*/
.news-list {
    /*height: 40vh;*/
}

.news-list>ul {
    height: 100%;
    display: flex;
    flex-direction: column;
/*    justify-content: flex-start;*/
}

.news-item {
    width: 100%;
    position: relative;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: flex-start;
    height: 2.0em;
    min-width:0;
/*    padding-left:0.5em;*/

}
.news-con{
    margin-left:24px;
/*    width: 100%;*/
/*    padding-left: 0;*/
    max-width: 460px;
}
.news_title>a{
/*    text-align: left;*/
/*    word-break:keep-all;*/
    display: inline-block;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.news-list>ul li>.time{
    /*background: #404096;*/
    /*padding:0 10px;*/
    color:#404096;
    /*line-height:1.8em;*/
    text-align: right;
    width: 100px;
}



.news-list>ul li::before {
    content: "◎";
    display: block;
    font-size: 1.2em;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #404096;
    position: absolute;
/*    left: 0.5em;*/
    top: 38%;
    transform: translateY(-50%);
}

/*通知栏*/
.notice .time{
    width: 4em;
    height: 2.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
   
}
.notice ul li a{
    /*通知下的a标签*/
    width:500px;
    text-align:left; 
    
}
.notice .time>.day{
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #404096;
    font-size: 1.4em;
    background-color: rgb(158, 197, 244);
}
.notice .time>.year-month{
    font-size: 0.8em;
    padding: 2px;
    text-align: center;
    width: 100%;
    display: inline-block;
    color:#404096;
    background-color: rgba(217, 227, 245, 0.663);
}

.notice .news-list>ul li{
    margin: 5px 0;
}
.notice .news-list>ul li::before{
    display: none;
}