@charset "utf-8";
/*CSS reset*/
html{-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0 auto;padding:0;font:18px/1.6 "Arial";background:#FFF;word-break:}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,tr,td {margin:0;padding:0;}
.index .container{background:#FFF;padding:0}
.editor-content *{word-break: break-word;max-width:100%;}
.editor-content ul,.editor-content ol{list-style:inherit;max-width:100%;}
.editor-content li{list-style:inherit;margin-left:20px}
.editor-content img {max-width: 100%;height: auto !important;}
.about-wrap .content ul,.about-wrap .content ol {list-style:inherit;}
.about-wrap .content li{list-style:inherit;margin-left:20px}
table,td,input,textarea,button {font:inherit;outline:none; resize:none;}
textarea{overflow-y:auto;}
input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#B2B2B2;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;} /*去掉浏览器黄色背景*/
/*.editor-content table {border-collapse:collapse;border-spacing:0;width:100%!important;box-shadow:0px 1px 9px 1px rgba(0, 0, 0, 0.35);}
.editor-content table th,.editor-content table td{word-break: break-word!important;padding:12px 12px!important;border-color:#E0E0E0!important;}
.editor-content table th{background: #3F96CC!important;color: #fff!important;font-weight: bold!important;border-color:#fff!important;}
.editor-content table th *{background:transparent!important;color: #fff!important;font-weight: bold!important;margin:0!important;}
.editor-content table td *{word-break: break-word!important;background:transparent!important;margin:0!important;}
.editor-content table tr:nth-of-type(2n+1){background: #F1FFF8;}
.editor-content table tr:nth-of-type(2n){background: #FFFFFF;}
.editor-content table>thead>tr>td,
.editor-content table tr.firstRow td  {
    background-color: #076236!important;
    color: #fff!important;
}*/

img{
    max-width: 100%;
    border:0;
    object-fit: cover;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */    
}
/*address,caption,cite,code,dfn,em,th,var,strong,i{font-style:normal;font-weight:normal}*/
q:before,q:after {content:''}
abbr,acronym {border:0}
a{text-decoration:none;font-family: inherit;color: inherit;}
a:active,a:hover {outline: 0;text-decoration:none;}
:focus{outline: 0;}
pre {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */word-wrap: break-word; /* Internet Explorer 5.5+ */  }


/*定位*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}

.fl{float:left;}
.fr{float:right;}
.fn{float:none;}

.clearfix{*zoom: 1;}
.clearfix:after{content:""; display: block; height: 0; clear: both; visibility: hidden;}

.hide{display:none;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile {
    display: none !important;
}

@media (max-width: 769px) {
    .mobile {
        display: block !important;
    }
}
table,td,input,textarea,button {font:inherit;outline:none; resize:none;}
textarea{overflow-y:auto;}
input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#B2B2B2;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;} /*去掉浏览器黄色背景*/
table {border-collapse:collapse;border-spacing:0;}
table td{word-break: break-word!important;}
img{
    max-width: 100%;
    border:0;
    object-fit: cover;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */    
}
/*address,caption,cite,code,dfn,em,th,var,strong,i{font-style:normal;font-weight:normal}*/
q:before,q:after {content:''}
abbr,acronym {border:0}
a{text-decoration:none;font-family: inherit;color: inherit;}
a:active,a:hover {outline: 0;text-decoration:none;}
:focus{outline: 0;}
pre {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */word-wrap: break-word; /* Internet Explorer 5.5+ */  }


/*定位*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}

.fl{float:left;}
.fr{float:right;}
.fn{float:none;}

.clearfix{*zoom: 1;}
.clearfix:after{content:""; display: block; height: 0; clear: both; visibility: hidden;}

.hide{display:none;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile {
    display: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.index-announcements-con li {
    list-style: none;
}
.hot-item-box {
    background: url(../../itembg.jpg) no-repeat center top;
}
.hot-item-b {
    padding: 3em 5em 0 1em;
}
.introduction {
    background: #3fb5ad;
background: linear-gradient(90deg, #115a8b 0%, #0bb6ad 100%);    color: #fff;

    color: #fff;
    padding: 50px;
    line-height: 2em;
}
.introduction h3 {
    font-size: 1.4em;
    line-height: 2em;
}
.introduction .introduction-title {
    font-size: 1.4em;
    line-height: 2em;
    padding:20px 0 20px 50px  ;
    background: url(../../icon-title.png) no-repeat left center;
}
}
.introduction-con {
    margin-left: 30px;
}
.powers-con {
    margin: 50px auto;
    line-height: 3em;
}
.responsibilities {
    background: #eff5fb;
    line-height: 2em;
}
.responsibilities .container {
padding: 50px;
}
.responsibilities h3{
    display: inline-block;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 3em;
    color: #225989;
    padding-left: 50px;
    background: url(../../icon-title.png) no-repeat left center;
}

.mailbox-box {
    max-width: 1200px;
    margin: 0 auto;
padding-top: 3em;
}
.mailboxcon h3 {
 color: #225989;
    font-size: 1.1em;
    padding-bottom: 1.5em;
}
.mailbox h3 {
color: #225989;
    font-size: 2em;
    padding-bottom: 1.5em;
    display: inline-block;
    padding-left: 150px;
    background: url(../../images/president-mailbox_before.png) left center no-repeat;
    line-height: 5em;
    height: 5em;

}
.mailbox {
    padding-top: 3em;
}
.mailbox div{
    padding-bottom: 1.5em;
    display: inline-block;

}
.mailbox div p{
color: #005e34;
    font-size:2em;
    padding-bottom: 1.5em;
}

.mailboxcon {
    padding-bottom: 30px;
    border-bottom: 3px solid #e0e0e0;
}

.footer-link a {
    font-size: 1.4em;
    height: 80px;
    line-height: 80px;
}
.banquan {
    text-align: left;
    font-size: 1.2em;
    padding-top: 30px;
    padding-left: 40px;
    clear: both;
}
.service-box .issuing  .servicencon div{
    box-shadow: 0px 0px 10px #cccccc;
    margin-top: 3em;
    padding: 15px;
    color: #fff;
    display: inline-block;
width: 80%;
}
.service-box .issuing  .servicencon div.servicenum{
width:100px;
    background: #f3f9ff;
    color: #005e34;
}
.service-box .issuing ul{max-width: 1200px;margin: 0 auto;}
.service-box .issuing li{background: #f3f9ff;
    color: #005e34;
 padding-left: 100px;
    box-shadow: 0px 0px 10px #cccccc;
    margin-top: 3em;
    color: #fff;}
.service-box .issuing p
{ padding:15px;
}
.service-box .issuing h4.servicenum {
    display: inline-block;
    float: left;
    color: #076236;
    font-size: 2em;
    position: relative;
    left: -65px;
    padding: 12px;
}

.service-box .servicencon2
{background:#3fb5ad;
}
.service-box .servicencon3
{background:#3fb5ad;
}
.service-box .servicencon4
{background:#3fb5ad;
}
.service-box .servicencon5
{background:#3fb5ad;
}
.service-box .servicencon1,.service-box .servicencon2,.service-box .servicencon3,.service-box .servicencon4,.service-box .servicencon5,.service-box .servicencon6{    background: linear-gradient(90deg, #115a8b 0%, #0bb6ad 100%);}

.service-box .issuing .servicencon {
    display: inline-block;

width: 80%;
}
.service-box .servicencon{}
.footer-link.col-md-6 {
    text-align: left;
}

.site-box {
  background: #EFF5FB;
  padding: 24px;
  max-width: 1056px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.site-box .site-list-wrap {
  height: 100%;
  min-height: 200px;
  padding: 24px;
}

.site-box .col-md-4:nth-of-type(2n) .site-list-wrap {
  background-color: #fff;
}

.site-box .site-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #005C5B;
  padding-left: 26px;
  position: relative;
}

.site-box .site-title::before {
  content: '';
  width: 9px;
  height: 9px;
  background: #FFC745;
  position: absolute;
  left: 0px;
  top: 0px;
}

.site-box .site-title::after {
  content: '';
  width: 9px;
  height: 9px;
  background: #2A896A;
  position: absolute;
  left: 9px;
  top: 9px;
}

.site-box .site-list-wrap li {
  margin-top: 16px;
  padding-left: 30px;
  position: relative;
}

.site-box .site-list-wrap li::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 12px;
  top: 8px;
  background: #2A896A;
}

.site-box .site-list-wrap ul ul {
  margin-left: 20px;
}

.site-box .site-list-wrap li a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #3B3838;
}
.dropdown-menu-level-1{  background: #225989;
}
 .ext {   list-style: none;}
 .ext a{ color: #fff;}

.service-box .issuing a {
    font-size: 1.4em;
    color: #E4FF00;
}
.stu-list-box .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}

.stu-list-box .item .img-wrap {
  width: 240px;
  height: 150px;
  flex-shrink: 0;
}

.stu-list-box .item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}

.stu-list-box .item .content {
  width: 100%;
}

.stu-list-box .item h3.title {
  display: block;
  background-color: #EEF5F3;
  color: #3B3838;
  font-size: 18px;
  padding: 12px 16px 12px 42px;
  background-position: 16px 16px;
}

.stu-list-box a.item:hover h3.title {
  background-color: #EEF5F3;
  color: #2A896A;
}

.stu-list-box .item .intro {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #3B3838;
  padding: 0 16px;
  margin-top: 10px;
}
.stu-list-box .item .intro .date{

  margin-top: 10px;
}
.stu-list-box .item .intro p.word-content {
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}

.stu-list-box .item .intro p.time {
  text-align: right;
  margin-top: 4px;
  font-size: 14px;
}

.stu-list-box .item .intro li:not(:last-of-type) {
  margin-bottom: 8px;
}

.stu-list-box .item .intro li span {
  font-weight: bold;
  font-size: 14px;
  margin-right: 8px;
  color: #3B3838;
}

.stu-download-box .item {
  display: block;
  padding: 15px 116px 15px 32px;
  font-size: 18px;
  line-height: 22px;
  color: #3B3838;
  transition: all .1s;
  background-color: #EEF5F3;
  position: relative;
}

.stu-download-box .item::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../image/icon-download.png) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -10px;
}

.stu-download-box .item:nth-of-type(2n) {
  background-color: #fff;
}

.stu-download-box a.item:hover {
  color: #2A896A;
  background-color: #EEF5F3;
}

.stu-download-box a.item:hover::after {
  background: url(../image/icon-download-h.png) no-repeat center center;
}
.navbar-default{  background: rgba(34, 89, 137, 0.3);
    position: absolute;
    top: 0px;    border: 0;}
.banner-slider img{width:100%}
.index-announcements-box{}

.index-announcements-box .index-announcements-con{    display: inline-block;padding-top:30px;width: 100%;}
.index-announcements-content{   top: 20%;width: 100%;}
.index-news-box  .index-title h1{color: #fff;}
.index-news-con {
display: inline-block;  
}
.index-news-box .wrap .content {
    padding-top: 0;
}
.index-news-con .title {     
    transition: all .8s;
}
.index-news-con .title:hover{ 
    color: #fff;
    background: #225989;
    color: #fff;
 transition: all .8s;
}
.index-title h1 {line-height: 45px;}
.index-announcements-news-box .index-title h1 a{padding-bottom: 10px;display: inline-block; border-bottom: 2px solid #fff;}
.index-announcements-con .title {     padding: 15px 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    color: #3B3838;
    transition: all .8s;
    box-shadow: 0px 0px 10px #cccccc;
}
.index-announcements-con .title:hover{ 
    background: #225989;
    color: #fff;
 transition: all .8s;
}
.index-announcements-box {    padding: 80px 0px 80px;}
.index-office-news-box  ,.index-news-box {
    padding: 80px 0px 0;
}
.index-news-box .index-title,.index-office-news-box  .index-title,.index-announcements-box .index-title{
    padding-bottom: 40px;
}
/*.index-office-news-box {
    background: url(../image/uic-bg1.png) center bottom no-repeat;

}
.index-news-box {
    background: url(../image/uiclogo1.png) center top no-repeat;
border-bottom:0;
}*/
.index-news-box  .index-title h1,.index-office-news-box , .index-title h1,.index-announcements-box  .index-title h1{color: #225989; font-size: 45px;font-weight: 600;line-height: 45px; }
.index-news-box .index-title a,.index-office-news-box .index-title a,.index-announcements-box .index-title a{padding-bottom: 10px;display: inline-block; border-bottom: 2px solid #225989;background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#225989), to(#0bb6ad));
    color: transparent;-webkit-background-clip: text;}
/*.index-announcements-box .index-title a{padding-bottom: 10px;display: inline-block; border-bottom: 2px solid #fff;}*/

.people-box .title.cn ,.people-box .email{font-size: 16px;}
.staff-wrap .content-title{
    color: #225989;
padding-left: 50px;
    background: url(../../icon-title.png) no-repeat left center;
}
.ContactUs{    padding-left: 0;}
.index-media-con {
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-media-box{margin-bottom: 40px;    margin-top: 30px;padding:20px auto;display: inline-block;width: 100%;transition: all .1s;
    box-shadow: 0px 0px 10px #cccccc;}
 .ColumnName-box{display: flex;
    align-items: center;
    flex-direction: column;
    background: #225989;
padding:0;
justify-content: center;
}
 .ColumnName{
display: flex;
    align-items: center;}
  .ColumnName a{
      padding-bottom: 10px;
    color: #fff;
    -webkit-background-clip: text;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 45px;
  }

.medialeft{
display: flex;
flex-direction:row;
padding:0;
}
.medialeft .col-md-6{padding:0;}
.mediaright {
    padding-left: 3rem;
}
.mediaright p{    font-size: 2rem;    color: #225989;}
@media(max-width: 500px) {
    .editor-content table.scroll-table {display: block;overflow-x: auto;}
    .editor-content table.scroll-table tbody {display: block; width: 100%; min-width: 800px;}
}
@media(max-width: 820px) {
.navbar-default { position: relative;
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#225989), to(#0bb6ad)); 
}
p.office-cer-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
}