<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @Description: 西藏文化厅
 * @Company: TRS
 * @date: 2019\8\19  13:16
 * @LastEditors: lfh
*/

@charset "UTF-8";

body {
    min-width: 1200px;
}

/*header*/
.xhy-h {
    width: 100%;
    height: 182px;
    background: url(../images/xhy-bg_11.png) no-repeat top center;
}


.xhy-hn1 {
    padding-top: 30px;
    font-size: 14px;
    color: #666;
}

.xhy-hn1 a {
    color: #666;
}

.xhy-hn1 span {
    padding: 0 10px;
}

.xhy-hrtt {
    margin-top: 15px;
    width: 420px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #7eb8e4;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
}

.xhy-hrtt input {
    width: 87%;
    height: 100%;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}

.xhy-hrtt button {
    margin-top: 10px;
    width: 28px;
    height: 28px;
    background: url(../images/xhy-search_06.png) no-repeat;
    cursor: pointer;
}

.xhy-hrtb {
    line-height: 35px;
    font-size: 15px;
    color: #999999;
    padding-left: 15px;
    box-sizing: border-box;
}

.xhy-hrtb a {
    font-size: 13px;
    color: #999999;
    padding-right: 10px;
}

.xhy-nav {
    width: 100%;
    height: 60px;
    min-width: 1200px;
    line-height: 60px;
    background: #3b9be5;
}


.xhy-navul li {
    width: 197px;
    height: 100%;
    float: left;
}

.xhy-navul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.xhy-navul li a.xhy-cur1,
.xhy-navul li a:hover {
    background: #3092dd;
}

.xhy-navul li a:first-child img {
    padding-right: 9px;
}


/***尾部***/

.xhy-f {
    width: 100%;
    background: #3b92d5;
    padding-bottom: 10px;
    min-width: 1200px;
}

.xhy-f-t {
    height: 40px;
    padding-top: 20px;
}

.xhy-f-link {
    width: 100%;
    height: 100%;
}

.xhy-drop-select {
    background: #1f86ca;
    margin-right: 25px;
}

.xhy-drop-select p {
    line-height: 40px;
    width: 220px;
    height: 40px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    background: url("../images/xhy-f-icon0.png") 180px center no-repeat;
}

.xhy-f-text {
    max-width: 180px;
    margin-left: 18px;
}

.xhy-dropdown-menu {
    overflow-y: auto;
    position: absolute;
    box-sizing: border-box;
    width: 220px;
    height: 90px;
    background: #1f86ca;
}

.xhy-dropdown-menu li {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.xhy-dropdown-menu li a{
    color: #fff;
}

.xhy-special {
    margin-right: 0;
}

.xhy-f-b {
    width: 1100px;
    margin: 0 auto;
    padding-top: 15px;
    box-sizing: border-box;
}

.xhy-f-text1 {
    margin-left: 250px;
}

.xhy-f-text1 p {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
}

.xhy-morelinka a {
    color: #ffffff;
}

.xhy-morelinka a:hover {
    text-decoration: underline;
}</pre></body></html>