html{
    min-width: 1300px;
}
body {
    font-family: "Microsoft YaHei", serif;
    word-break: break-word;
    min-width: 1300px;
}

body,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    display: block;
}

a {
    text-decoration: none;
    color: #000;
}
input{
    padding: 0;
    margin: 0;
}
table,
tbody,
tr,
td {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    /* height: 210px; */
}
/* header */
.header {
    width: 100%;
    background-color: rgb(244,244,244);
    position: relative;
    height: 208.13px;
}


.header .header_base {
    position: relative;
    background-color: rgb(0, 71, 146);
    height: 208.13px;
}
.header .header_base .topper_content{
    position: absolute;
    top: 11px;
    right: 0;
    color: #fff;
    z-index: 1;
    height: 12px;
    width: 62px;
    font-size: 12px;

}
.header .header_base .logo {
    position: relative;
    width: 1299px;
    height: 100px;
    margin: 0 auto;
}
.header .header_base .logo > img {
    /* margin-left: 10px; */
    line-height: 100px;
    width: 100%;
}

/* nav */
.header .nav{
    position: relative;
    top: -43px;
    width: 1299px;
    margin: 0 auto;
    z-index: 1;
}
.header .nav>table{
    display: none;
}

.header .nav .nav_first {
    width: 1299px;
}

.header .nav .nav_first > li {
    position: relative;
    float: left;
    width: 144.33px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #003c72;
    font-size: 19px;
    color: #fff;
}

.header .nav .nav_first > li a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.header .nav .nav_first > li a:hover {
    /* font-weight: bold; */
    background-color: rgb(241, 145, 73);
}


.header .nav .nav_first > li .nav_second {
    position: absolute;
    top: 43px;
    left: 0;
    display: none;
}

.header .nav .nav_first > li .nav_second > li {
    width: 144.33px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: rgb(241, 145, 73);

}


.header .nav .nav_first > li:hover .nav_second {
    display: block;
}
.header .nav .nav_first > li .nav_second > li a:hover{
    background-color: rgb(193, 126, 76);
}


.header .nav .nav_first::after {
    display: block;
    content: '';
    clear: both;
}

.middle{
    width: 100%;
    height: 1370px;
    background-image: url(../Images/middle_back.png);
}

/* .slideshow */
.slide {
    display: flex;
    position: relative;
    left: 0;
}
.slide>img{
    flex-shrink: 0;
}
.carousel {
    
    overflow: hidden;
    width: 1299px;
}

.btn {
    /* width: 50px;
    height: 50px; */
    cursor: pointer;
    width: 41px;
	height: 64px;
	background-color: #707070;
	opacity: 0.8;
}

.track {
    display: flex;
    align-items: center;
    width: 1299px;
    top: -43px;
    position: relative;
}

.indicator {
    width: 600px;
    display: flex;
    justify-content: center;
    padding: 0;
}

.indicator li {
    list-style: none;
    border: 8px solid #999;
    margin: 0 10px;
    border-radius: 50%;
}

li.li-active {
    border: 8px solid red;
}

li:hover {
    cursor: pointer;
}

.contain {
    width: 1299px;
    position: relative;
    margin: 0 auto;
    height: 376px;
}
button{
    border: none;
    background: none;
    outline: none;
    position: absolute;
    padding: 0;
}
.left{
    left: 0 ;
    z-index: 1;
}
.right{
    right: 0;
}

/* showBoard 閮ㄥ垎 */
.showBoard{
    position: relative;
    top: 12px;
    width: 1299px;
    margin: 0 auto;
    display: flex;
}
.leftBoard{
    flex: 4;
}
.middle .rightBoard .four_pics .pics_left {
    margin-right: 10px;
}
.middle .rightBoard .four_pics .pics_right {
    margin-left: 10px;
}

.middle .rightBoard .four_pics .pics :first-child {
    margin-bottom: 10px;
}
  
.rightBoard{
    flex: 6;
    /* border: 1px solid pink; */
    margin-left: 36px;
}

  


.coggle_news{
        width: 518px;
        height: 410px;
}
.proclamation{
    width: 518px;
	height: 319px;
}
.student_corner{
    width: 518px;
    height: 250px;
}
.student_corner .three_pics{
    display: flex;
    margin-top: 20px;
}
.student_corner .three_pics>a > img{
    flex: 1;
    margin-top: 30px;
    height: 156px;
    margin: 0 1px;
    height: 124px;
}

.student_corner .student_corner_channel table > tbody >tr>td>table>tbody>tr{
    display: flex;
    width: 512px;
    margin:5px 0;
}
.student_corner .student_corner_channel table > tbody >tr>td>table>tbody>tr >:first-child{
    border-radius: 5px;
    background: rgb(3, 104, 200);
    width: 10px;
    height: 10px;
    margin: 6px 4px 4px 7px;
}
.student_corner .student_corner_channel table > tbody >tr>td>table>tbody>tr >:nth-child(2){
    flex: 14;
    font-size: 18px;
    font-family: 'STHeitiSC-Light';    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
}
.student_corner  .student_corner_channel table> tbody >tr>td>table>tbody tr>:nth-child(3){
    flex: 3;
    font-family: 'STHeitiSC-Light'; 
    /* margin: 4px 0; */
    display: block;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}
.highlights{
    width: 779px;
    height: 402px;
}

.platform{
    width: 779px;
    height: 285px;
}
/* .platform .platform_content{
    display: flex;
} */
.platform_content {
    margin-left: 44px;
    margin-top: 0;
}
.platform .platform_content li a{
    display: flex;
    margin-top: 16px;
}
.platform .platform_content li a .left-time{
    border: 1px solid rgb(255, 109, 0);
    width: 73px;
    height: 58px;
    margin-top: 15px;
    margin-left: 4px;
    margin-right: 10px;
}
.platform .platform_content li a .left-time .time-m-d{
    height: 29px;
    line-height: 29px;
    color: rgb(255, 109, 0);
    font-size: 14px;
    display: block;
    text-align: center;
}
.platform .platform_content li a .left-time .time-year{
    background-color: rgb(255, 109, 0);
    height: 29px;
    line-height: 29px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
}
.platform .platform_content li a .right-platforms{
    width: 560px;
    margin-left: 6px;
    margin-top: 10px;
}
.platform .platform_content li a .right-platforms>h6{
    font-size: 18px;
    margin-top: 11px;
    height: 48px;
}
.platform .platform_content li a .right-platforms>p{
    margin-top: 12px;
    color: rgb(195, 195, 195);
    font-size: 13px;
    display: none;
}
.four_pics{
    height: 250px;
    width: 779px;
    display: flex;
}




/* footer */
.footer{
    width: 100%;
    height: 210px;
    background-image: url(../images/footer_back.png);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1300px;
}
.footer .footer_content{
    display: flex;
    width: 1299px;
}
.footer .footer_content .friend_link{
    /* left: 0; */
    flex: 1;
    /* margin:0 40px  0  110px ; */
}
.footer .footer_content .friend_link >p{
    font-size: 20px;  
    color: #fff;
    margin-bottom: 20px;
}

.footer .footer_content .friend_link .link{
    width: 210px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}
.footer .footer_content .friend_link .link > img{
    flex: 1.2;
    height: 16px;

}
.footer .footer_content .friend_link .link > ul{
    flex: 11;
    margin-left: 30px;
    font-size: 16px;
    width: 240px;
    height: 24px;
    display: block;

}
.footer .footer_content .friend_link .link1>ul{
    position: relative;
    z-index: 99;
}
.footer .footer_content .friend_link .link :hover >li {
    display: block;
}
.footer .footer_content .friend_link  :hover >img {
    display: none;
}
.footer .footer_content .friend_link .link  >ul>li >a:hover{
    background-color: rgb(0, 40, 98);
    color: #fff;
}


.footer .footer_content .friend_link .link > ul>li{
    width: 210px;
    height: 19px;
    display: none;
    /* margin-left: 210px; */
    margin-left:-31px;
}
.footer .footer_content .friend_link .link > ul>li>a{
    width: 210px;
    height: 19px;
    line-height: 19px;
    display: block;
    background-color: #fff;
    border: #5a92cd solid 1px;
}


.footer .footer_content .call_us{
    flex: 1;
    margin: 0 220px  0 0;
    color: #fff;
    font-size: 16px;
}
.footer .footer_content .call_us>p{
    margin-bottom: 20px;
}
.footer .footer_content .call_us .call_us_top{
    font-size: 20px;
    display: flex;
    margin-bottom: 20px;
}
.footer .footer_content .call_us .call_us_top .footer_wechat{
    flex: 1;
}
.footer_wechat >img:hover{
    background-color: rgb(0, 39, 97);
}
.footer .footer_content .call_us .call_us_top >p{
    flex: 3;
}

/* 瀛﹂櫌鏂伴椈 鍐呭鏉�*/
.middle .showBoard .leftBoard .coggle_news > table{
    width: 515px;
    height: 144px;
}
.middle .showBoard .leftBoard .coggle_news >ul{
    margin-top:-12px;
}

.middle .showBoard .leftBoard .coggle_news .tbl_ArticlePortlet_picTitleClass >:first-child tbody tr td table tbody tr td table tbody >:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}
.middle .showBoard .leftBoard .coggle_news .tbl_ArticlePortlet_picTitleClass >:first-child tbody tr td table tbody tr td table tbody >:nth-child(2) {
    font-size: 14px;
}
.middle .showBoard .rightBoard .highlights .highlights_content >li >:first-child tbody tr td table tbody tr td table tbody :nth-child(3) table tbody >:nth-child(1) {
    height: 44px;
    font-weight: bold;
    font-size: 18px;
}
.middle .showBoard .leftBoard .coggle_news .coggle_news_content li {
    width: 515px;
    height: 46px;
    margin: 17px 0 ;
}
.middle .showBoard .leftBoard .coggle_news .coggle_news_content li a {
    display: flex;
}
.middle .showBoard .leftBoard .coggle_news .coggle_news_content li a .left-time {
    border: 1px solid #00479d;
    width: 54px;
    height: 46px;
}
.middle .showBoard .leftBoard .coggle_news .coggle_news_content li a .left-time .time-m-d {
    height: 23px;
    line-height: 23px;
    color: #0e6eca;
    font-size: 14px;
    display: block;
    text-align: center;
}
.middle .showBoard .leftBoard .coggle_news .coggle_news_content li a .left-time .time-year {
    background-color: #00479d;
    height: 23px;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
}
.middle .showBoard .leftBoard .coggle_news .coggle_news_content li a .right-news {
    flex: 8;
    border-bottom: 1px dashed #bfbfbf;
    margin-left: 12px;
}
.middle .showBoard .leftBoard .coggle_news .coggle_news_content li a .right-news h6 {
    font-size: 18px;
    font-weight: normal;
    height: 19px;
    line-height: 18px;
    margin-top:15px;
    overflow: hidden;
}
.middle .showBoard .leftBoard .coggle_news .coggle_news_content li a .right-news p {
    height: 12px;
    font-size: 11px;
    line-height: 12px;
    color: rgb(111, 111, 111);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top:8px;
    display: none;

}
.middle .showBoard .leftBoard .coggle_news >:nth-child(3){
    /*! display: none; */
}
/* 閫氱煡鍏憡 */
.middle .showBoard .leftBoard .proclamation .proclamation_content{
    /* display: flex; */
    height:274px;
}
.middle .showBoard .leftBoard .proclamation .proclamation_content> li >:nth-child(2){
    display: none;
}
.middle .showBoard .leftBoard .proclamation .proclamation_content> li >:first-child{
    /* flex: 6; */
    margin: 2px 0;  
    margin-left: 2px;  
}
.middle .showBoard .leftBoard .proclamation .proclamation_content> li >:first-child  > tbody >tr>td>table>tbody>tr{
    display: flex;
    width: 512px;
    margin:5px 0;
}
.middle .showBoard .leftBoard .proclamation .proclamation_content> li >:first-child  > tbody >tr>td>table>tbody>tr >:first-child{
    border-radius: 5px;
    background: rgb(3, 104, 200);
    width: 10px;
    height: 10px;
    margin: 8px 4px;
}
.middle .showBoard .leftBoard .proclamation .proclamation_content> li >:first-child  > tbody >tr>td>table>tbody>tr >:nth-child(2){
    flex: 13;
    height: 19px;
    line-height: 19px;
    font-size: 18px;
    font-family: 'STHeitiSC-Light';    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 4px 0;
    display: block;
}
.middle .showBoard .leftBoard .proclamation .proclamation_content >li > :first-child > tbody >tr>td>table>tbody tr>:nth-child(3){
    flex: 3;
    font-family: 'STHeitiSC-Light'; 
    margin: 4px 0;
    display: block;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}


/* 浜偣璁烘枃 */
.middle .showBoard .rightBoard .highlights .highlights_content >li{
    display: flex;
}
.middle .showBoard .rightBoard .highlights .highlights_content >li >:first-child{
    width:306px;
}
.middle .showBoard .rightBoard .highlights .highlights_content >li >:first-child >tbody>:first-child >td >table{
    margin-top: 10px;
    margin-left: 1px;
}

.middle .showBoard .rightBoard .highlights .highlights_content> li >:nth-child( 2){
    width:452px;
    margin-left: -4px;
} 
/*  */
.middle .showBoard .rightBoard .highlights .highlights_content> li >:nth-child( 3){
    display: none;
} 
/*  */
.middle .showBoard .rightBoard .highlights .highlights_content >li >:first-child >tbody>:first-child >td >table>tbody>tr>td>table>tbody>tr>td>a>img{
    text-align: center;
    width: 300px;
}
.middle .showBoard .rightBoard .highlights .highlights_content >li >:nth-child( 2)  > tbody >tr>td>table>tbody>tr{
    display: flex;
    margin: 4px 0;
}
.middle .showBoard .rightBoard .highlights .highlights_content >li >:nth-child( 2)  > tbody >tr>td>table>tbody tr >:first-child{
    border-radius: 5px;
    background: rgb(255, 109, 0);
    width: 10px;
    height: 10px;
    margin:  9px 5px;
}
.middle .showBoard .rightBoard .highlights .highlights_content >li >:nth-child( 2)  > tbody >tr>td>table>tbody tr >:nth-child(2){
    flex: 6.7;
    height: 19px;
    line-height: 19px;
    font-size: 17px;
    font-family: 'STHeitiSC-Light';    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 5px 0;
    display: block;
}
.middle .showBoard .rightBoard .highlights .highlights_content >li >:nth-child( 2)  > tbody >tr>td>table>tbody>tr >:nth-child(3){
    flex: 1.9;
    font-family: 'STHeitiSC-Light'; 
    margin: 5px 0;
    font-size: 15px;
    height: 19px;
    line-height: 19px;
}

.page_content .page_info > section .info_title .more .moreShow {
    display: block;
  }
  .page_content .page_info > section .info_content > div {
    display: none;
  }
  .page_content .page_info > section .info_content .moreShow {
    display: block;
  }
  .page_content .page_info > section .info_content .moreShow > .table-first {
    width: 100%;
  }
  .page_content .page_info > section .info_content .moreShow > .table-first > tbody > tr {
    padding-left: 16px;
    height: 34px;
  }
  .page_content .page_info > section .info_content .moreShow > .table-first > tbody > tr td[align="left"] a {
    font-size: 14px;
    color: #6a6a6a;
  }
  .page_content .page_info > section .info_content .moreShow > .table-first > tbody > tr td[align="left"] font {
    color: #6a6a6a;
    font-weight: normal;
  }
  .page_content .page_info > section .info_content .moreShow > .table-first > tbody > tr td[align="left"] b {
    font-weight: normal;
  }
  .page_content .page_info > section .info_content .moreShow > .table-first > tbody > tr td[align="left"]::before {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border: 1px solid #5a92cd;
  }
  .page_content .page_info > section .info_content .moreShow > .table-first > tbody > tr td[align="right"] div {
    color: #868686;
    font-size: 12px;
  }

  
  /*list_page*/
.list_box_papa{
    width: 100%;
    background-image: url(../Images/middle_back.png);
    /* background-repeat:no-repeat; */
    background-attachment:fixed;
    min-height: 900px;
    margin-bottom: -42px;
    overflow: hidden;
    position: relative;
    top:-43px;
}
.list_box {
    width: 1299px;
    min-height: 850px;
    margin: 0 auto;
    overflow: hidden;
    background: #fcfcfc;

}

.list_left {
    float: left;
    background-color: #fcfcfc;
    width: 176px;
}

.list_left .list_head {
    width: 133px;
    padding-left: 34px;
}

.list_right .list_head {
    width: 100%;
}

.list_head {
    padding: 10px;
    background: #005caf;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.list_right_head {
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
}

.list_right_head a {
    font-weight: normal;
    color: #7d7d7d;
}

.list_right_head td {
    font-weight: normal;
}

.list_menu table {
    width: 100%;
    padding-left: 14px;

}

.list_menu a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
    color: #7d7d7d;
    padding-left: 20px;
    transition: all ease 0.2s;
}

.list_menu a:hover {
    background: #eee;
    color: #006dd4;
    padding-left: 25px;
}

.list_right {
    float: left;
    background-color: #fcfcfc;
    padding: 1px;
    width: 942px;
    min-height:498px;
    border-left: 1px solid #005caf;
}

.list_right .list_head a {
    font-size: 13px;
    color: #fff;
}

.list_right table {
    width: 100%;
}

.list_right img {
    display: inline-block;
    max-width: 600px;
}

.article {
    padding: 10px;
    margin-bottom: 15px;
    min-height: 461px;
}

.article .article_meta img {
    display: inline-block;
}
.list_content{
    padding:10px;
}
.list_content > table{
    width:100%;
}
.list_content > table > tbody > tr > td{
    color:rgb(51,51,51);
    font-size:16px;
    font-family:"Microsoft YaHei";
}
.list_content a {
    padding-left: 10px;
    line-height: 30px;
    height: 30px;
    color: #4d4d4d;
}

.list_content a:hover {
    text-decoration: underline;
}

.list_menu {
    min-height: 456px;
}

.list_menu a {
    text-decoration: none;
}

/*displayinfo*/
.article .article_title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.article .article_content {
    width: 90%;
    margin: auto;
    font-size: 16px !important;
}

.article .article_content p {
    min-height: 10px;
    line-height: 2em !important;
    margin-top: 10px;
    font-size: 16px;
}

.article .article_content strong img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

.article .article_content img {
    max-width: 600px;
}