.scChromeControls img {
	width: 16px;
}

.scChromeCommand.scExpandDropdown img,
.scChromeCommand.scChromeMoreSection img,
.scChromeCommand.scChromeDsSection img
{
    width: 9px !important;
}

.scChromeDropDown img {
    width: 16px;
}

.cityu header .navbar .nav-item .nav-link{
	font-family: 'Montserrat', Arial, '微软雅黑', 'Microsoft YaHei', sans-serif !important;
}

.cityu .department-footer ul li a {
    font-family: 'Montserrat', Arial, '微软雅黑', 'Microsoft YaHei', sans-serif;
}

.cityu .dropdown-menu
 {
    top: 0px;
    left: 0px;
}

.t-back-to-top {
    background-color: #ACACAC;
    border-radius: 10px;
	display:block !important;
    cursor: pointer;
    padding: 12px;
    opacity: 1;
    right: 18px;
    bottom: 40px;
    z-index: 30;
    transition: all 0.2s ease;
    width: 50px;
    height: 50px;
}

.t-back-to-top:hover,
.cityu .t-back-to-top:focus {
    background-color: #707070;
}

.back-to-top {
	bottom: 30px;
}

.cityu-backtotop{
	display:none !important;
}

.cityu .cityu-cookie-info{
	display:none !important;
}

.cityu .container {
    max-width: 1580px;
}

.cityu .section-content > div:not(:first-child)
 {
    margin-top: unset;
}

.region-sidebar .t-menu-level-0 > li > .t-nav-link.is-active::after {
    content: '' !important;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #bf165e;
    display: block;
    position: absolute;
    transform: none;
}