select#selectPointOfInterest
{
    width: 260px;
    height                   : 30px;
    line-height              : 30px;
    padding-right            : 20pt;
    text-indent              : 4pt;
    text-align               : left;
    vertical-align           : middle;
    border                   : 1px solid #94c1e7;
    -moz-border-radius       : 6px;
    -webkit-border-radius    : 6px;
    border-radius            : 6px;
    -webkit-appearance       : none;
    -moz-appearance          : none;
    appearance               : none;
    font-family              : SimHei;
    font-size                : 20px;
    font-weight              : 500;
    color                    : RGBA(102,102,102,0.7);
    cursor                   : pointer;
    outline                  : none;
}

/*LABEL FOR SELECT*/
label#lblSelect{ position: relative; display: inline-block;margin-right: 20px;}


/*DOWNWARD ARROW (25bc)*/
label#lblSelect::after
{
    content                 : "\25bc";
    position                : absolute;
    top                     : 0;
    right                   : 0;
    bottom                  : 0;
    width                   : 20pt;
    line-height             : 30px;
    vertical-align          : middle;
    text-align              : center;
    background              : #94c1e7;
    color                   : #2984ce;
    -moz-border-radius       : 0 6px 6px 0;
    -webkit-border-radius    : 0 6px 6px 0;
    border-radius           : 0 6px 6px 0;
    pointer-events          : none;
}

select#selectPointOfInterest1
{
    width: 260px;
    height                   : 30px;
    line-height              : 30px;
    padding-right            : 20pt;
    text-indent              : 4pt;
    text-align               : left;
    vertical-align           : middle;
    border                   : 1px solid #94c1e7;
    -moz-border-radius       : 6px;
    -webkit-border-radius    : 6px;
    border-radius            : 6px;
    -webkit-appearance       : none;
    -moz-appearance          : none;
    appearance               : none;
    font-family              : SimHei;
    font-size                : 20px;
    font-weight              : 500;
    color                    : RGBA(102,102,102,0.7);
    cursor                   : pointer;
    outline                  : none;
}

/*LABEL FOR SELECT*/
label#lblSelect1{ position: relative; display: inline-block;margin-right: 20px;}


/*DOWNWARD ARROW (25bc)*/
label#lblSelect1::after
{
    content                 : "\25bc";
    position                : absolute;
    top                     : 0;
    right                   : 0;
    bottom                  : 0;
    width                   : 20pt;
    line-height             : 30px;
    vertical-align          : middle;
    text-align              : center;
    background              : #94c1e7;
    color                   : #2984ce;
    -moz-border-radius       : 0 6px 6px 0;
    -webkit-border-radius    : 0 6px 6px 0;
    border-radius           : 0 6px 6px 0;
    pointer-events          : none;
}
body{
    margin: 0;
    font-family: "Microsoft YaHei",微软雅黑;
    width: 100%;
    /*display: flex;*/
    flex-direction: column; /* 主轴方向为垂直方向 */
    align-items: center; /* 主轴方向居中 */
    justify-content: center; /* 交叉轴方向居中 */
}
div{
    padding: 0;
    margin: 0;
    border: 0;
}
hr{
    margin: 0;
    margin-top: 8px;
    padding: 0;
}
a{
    color: black;
    font-size: 16px;
    text-decoration: none;
}
.pic span a{
    font-size: 28px;
    text-align: left;
    color: white;
    height: 85px;
}
.header{
    width: 100%;
    height: 110px;
    position: relative;
    margin: 0;
}
.top_pic{
    /* background-image: url("images/top_pic_2.jpg");
     */
    /*  background-image: linear-gradient(to bottom,*/
    /*  rgba(39, 40, 35, 0.4),*/
    /*  rgba(39, 40, 35, 0.4)),*/
    /*url("images/top_pic_2.jpg");*/
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -9999;
}
.top_nav{

    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 39px;
    line-height: 39px;
}
.float_logo_1{
    vertical-align: middle;
    display: inline-block;

    height: 95px;
    overflow: hidden;
}
.float_logo_1 .pic{

}
.float_logo_2{

    display: inline-block;
    vertical-align: middle;

    height: 100px;
    overflow: hidden;
}
.float_logo_2 .pic{

}
.float_logo_2 .pic span{
    line-height: 85px;
}

.float_logo_2 img{
    display: block;
    height: 100%;
    float: right;
}
.float_logo{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;

}
.back_color_1{
    background-color: #3C6DD4;
}
/*.back_color_1 {*/
/*    background: linear-gradient(to right, #7ac7f6, #1c58e3);*/
/*}*/
.nav-title{
    height: 32px;
}
.main_content{
    width: 99%;
    margin: 0 auto;
    min-height: 600px;
}
.main_container{
    width: 1500px;
    background: white;
    min-height: 600px;
    margin: 0 auto;
}
.container{
    width: 100%;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column; /* 主轴方向为垂直方向 */
    align-items: center; /* 主轴方向居中 */
    justify-content: center; /* 交叉轴方向居中 */
}
.left{
    display: inline-block;
    vertical-align: top;
    width: 67%;
}
.newBottom{
    width: 100%;
}
.nav_box{
    padding-top: 25px;
    position: relative;

}
.nav_title_1{
    height: 33px;
    width: 215px;
    background: rgb(32,25,48);
    position: relative;
}
.nav_title_2{
    height: 33px;
    width: 215px;
    background: rgb(255,100,21);
    position: relative;
}
.nav_pic{
    margin-top: 10px;
    width: 100%;

}
.nav_title_1 span{
    position: absolute;
    left: 55px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    color: white;
    font-weight: bold;
}
.nav_title_2 span{
    position: absolute;
    left: 55px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    color: white;
    font-weight: bold;
}
.nav_list{
    padding-top: 7px;
}
.more{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
    color: rgb(32,25,48);
}
.nav_news_1{
    height: 140.8px;
}
.nav_news_2{
    height: 178px;
}
.right{
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
.right .nav_box{
    padding-left: 2.5%;
}
.nav_news_3{

    padding-top: 10px;
}
.nav_news_4{
    height: 328px;
}
.nav_link{
    height: 135px;
}
.link_font{
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    width: 34%;
    height: auto;
    line-height: 1;
}
.link_img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /*height: auto;
    text-align: right;*/
    display: none;
    float: right;
}
.link_img .img_box img{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
}
.link_img .img_box p{
    font-size: 14px;
    text-align: center;
    color: black;
    padding: 10px 0 0 0;
    margin: 0;
    border: 0;
}
.footer{
    width: 100%;
    padding-bottom: 20px;
    background: rgb(32,25,48);
}
.main_box{
    width: 1200px;
    margin: 0 auto;
}
.main_header{
    width: 1600px;
    margin: 0 auto;
}
.footer p{
    text-align: center;
    margin: 0;
    padding: 9px 0;
    color: white;
}
.img_box{
    width: 113px;
    overflow: hidden;
    margin-left: 25px;
    display: inline-block;
    text-align: center;
}
.nav_link a{
    display: inline-block;
    text-decoration: none;
    width: 130px;
}
.guide_box{
    padding-bottom: 20px;
    height:30px;
}
#wp_news_w8 .more{
    position: absolute;
    right: 0;
    bottom: 323px;
}
#wp_news_w11 .more{
    position: absolute;
    right: 0;
    bottom: 96px;
}
#wp_news_w4 .more{
    position: absolute;
    right: 0;
    bottom: 155.8px;
}
.more-link .moretext img{
    height: 22px;
}
.wp_article_list .list_item{
    padding: 1px 0;
    border-bottom: 0;
}
.wp_article_list .list_item a{
    font-size: 15px;
}
.nav_news_4_1{

    margin-bottom: 18px;
    padding-bottom: 15px;
}
.nav_news_4_2{

    margin: 10px 0 0 0;
}
.wp_nav .nav-item{
    width: 10.0%;
}


.wp_nav .sub-nav .nav-item{
    width: 100%;
}

.wp_article_list .list_item{
    margin: 2px 0;
}
#wp_nav_w25 .wp_nav .nav-item a span.item-name {
    color: black;
    font-size: 16px;
    border-width: 0.5px;
    border-style: dashed;
    border-color: initial;
    border-image: initial;
    -webkit-border-radius:15px 5px;
    -moz-border-radius:15px 5px;
    border-radius: 15px 5px;
    margin: 10px 0;
}
#wp_news_w6 .more{
    bottom: 193px;
}
#wp_news_w10 .more{
    bottom: 343px;
}
.footer_link {
    padding-left: 10px;
    color: white;
    font-size: 15px;
    padding-top: 9px;
    margin-bottom: 4px;
}
.footer_link a{
    padding-left: 10px;
    color: white;
    font-size: 15px;
    padding: 9px 0 0 0;
}
.footer hr{
    color: white;
    padding: 0;
    margin: 0;

}


.shares{
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 100;
}
.toshow img{
    width: 53px;
    height: 53px;
}
.show{
    display: none;
    position: absolute;
    bottom: -20px;
    right: 60px;
    background:#fff;
}
.flotImgTipInfo{

    font-size: 12px;
    text-align: center;

}
.show2{
    display: none;
    position: absolute;
    bottom: -20px;
    right: 155px;
    background:#fff;

}
.show2 img{
    height: 90px;
    width: 90px;
}
.show img{
    height: 90px;
    width: 90px;
}
.totop img{
    height: 53px;
    width: 53px;
}
.toshow{
    position: relative;
}
div .toshow:hover .show{
    display: block;
}
div .toshow:hover .show2{
    display: block;
}
.toshow span{
    text-align: center;
    font-size: 12px;
    display: block;
}

.outline{

    height: 40px;
    border-bottom: 0.5px solid #ccc;
    margin-bottom: 10px;
}
.outline .title {
    font-size: 18px;
    float: left;
    /*width: 124px;*/
    text-align: center;
    color: #000000;
    height: 33px;
    line-height: 33px;
    font-weight: 600;
}
.outline  .imore {
    float: right;
    height: 33px;
    line-height: 33px;
}
.outline  .imore a {
    font-size: 18px;
    font-weight: 600;
}
.bg-black{
    background: #FFFFFF;
}

.border{
    border: 1px solid #ccc;
}


.slide-title {
    background-color: #4d4d4d;
}
.slide-title .list1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
.slide-title a {
    font-size: 20px;
    color: #fff;
}
td.sublist-top {
    /*background-color: #FF9E42;*/
}
.left-nav-list {
    background: url(./images/triangle.png) no-repeat;
    background-size: 14px 8px;
    -moz-background-size: 14px 8px;
    -webkit-background-size: 14px 8px;
    -o-background-size: 14px 8px;
    background-position: 98% center;
    border-bottom: 1px solid #fff;
}
.sublist {
    display: block;
}
span.sublist a {
    color: #fff !important;
    font-size: 16px;
    display: block;
}

.news_list li.news {
    margin-bottom: 37px;
}
.news_list li.news {
    line-height: 34px;
    padding-left: 0px;

}
li {
    list-style: none;
}
p.news_con  a{
    color:#909399;
}
.news_list li.news .news_imgs {
    float: left;
    width: 160px;
    margin-right: -175px;
}
.news_list li.news .news_imgs a {
    height: 120px;
    display: table-cell;
    vertical-align: middle;

}
.news_list li.news .news_imgs img {
    width: 100%;
    height: 100%;
}
.news_list li.news .news_wz {
    width: 100%;
}
.news_list li.news .news_wz .news_con {
    margin-left: 175px;
    padding: 0px 0px;
    position: relative;
}
.news_list li.news .news_title {
    line-height: 24px;
    font-size: 15px;
}
.news_list li.news .news_title  a{
    font-size: 16px;
    font-weight: 700;
}

.news_list li.news .news_text a {

    font-size: 15px;
}
.top_nav back_color_1 a {
    color: #ffffff;
    text-decoration: none;

}
.news_list li.news .news_time {
    line-height: 26px;
    font-size: 12px;
}
.news_list li.news .news_text {
    line-height: 22px;
    font-size: 12px;
}

a.lecture-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 490px;
}
ul{
    padding: 0;
}
form {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.d1 {background: #A3D0C3;    margin-top: 29px;}
.d1 input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #3C6DD4;
    border-radius: 5px;
    outline: none;
    background: #FFFFFF;
    color: #9E9C9C;
}
.d1 button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 48px;
    height: 48px;
    border: none;
    /*background: #3C6DD4;*/
    /*background: url("./images/search.svg");*/
    background:
            url("./images/search.svg") no-repeat center, /* 图标 */
            #3C6DD4; /* 底部颜色 */
    cursor: pointer;
}
.d1 button:before {
    /*content: "\f002";*/
    /*font-family: FontAwesome;*/
    /*font-size: 16px;*/
    /*color: #FFFFFF;*/
}

/*以下是添加的*/
.part1-r li .time{position: relative;float: left;width: 46px;height: 70px;border: 1px solid #82308e;border-radius: 7px;transition: 0.6s all;}
.part1-r li .day{transition: 0.6s all;font-size: 1.75rem;color: #82308e;font-family: "times new roman";text-align: center;line-height: 42px;background: url(../images/part1-05.png) no-repeat bottom center;margin-bottom: 0.3125rem;}
.part1-r li .month{transition: 0.6s all;font-size: 0.75rem;color: #999999;text-align: center;}
.news_date1{
    float: left;
    width: 60px;
    margin-right: -70px;
    /*background: #00707a;*/
    text-align: center;
}
.news_year1{
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    background-color: #1384e2;
    transition: all 0.4s ease-in-out;
}
.news_days1{
    line-height: 30px;
    font-size: 12px;
    color: #6b6b6b;
    background-color: #e3e4e6;

}
#wp_nav_w100 .wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    width: 136px;
}

.outline .title {

    font-size: 25px;
    text-align: center;
    /*background: #FFFFFF;*/
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outline .imore a {
    color: rgb(255, 100, 21);
}

#wp_nav_w100 .wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    width: 190px;
}
.wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 10px;
    line-height: 22px;
    cursor: pointer;
    color: #ffffff;
}
#wp_nav_w100 .wp_nav .sub-nav .nav-item a {
    font-size: 14px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    border-top: 1px solid rgb(216, 225, 204);
    min-width: 80px;
    background-color: rgb(60, 109, 212);
    text-align: center;
    overflow: hidden;
}
.float_lab_classes{

    width: 100%; /* 固定宽度 */
    height: 350px; /* 固定高度 */
    overflow-x: hidden; /* 横向滚动条 */
    overflow-y: auto; /* 隐藏纵向滚动条 */
    border: 1px solid #ccc; /* 边框，便于观察效果 */
}
.nav_news_5_1 .wp_nav .nav-item a span.item-name {
    color: #000000;
    font-size: 20px;
}
/* 鼠标悬浮样式 */
.nav_news_5_1 .wp_nav .nav-item a span.item-name:hover {
    color: #1384e2; /* 鼠标悬浮时文字颜色 */
}
.nav_news_5_1  .wp_nav .nav-item {
    height: 50px;
}
#wp_nav_w12 {
    padding-top: 30px;
}