﻿
body {
    overflow-x: hidden;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
}

.container {
    position: relative;
    background: url(../Images/newbg.jpg) no-repeat scroll 0 -100px transparent;
}

.container-bg {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.header, .content, .footer {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.header {
    padding-top: 10px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.header-logo {
    float: left;
    width: 566px;
    height: 74px;
    background: url(../Images/logo.png) 0 0 no-repeat;
}

.header-search {
    background: url(../Images/icon.png) 0 0 no-repeat;
    width: 188px;
    height: 30px;
    padding-top: 2px;
    float: right;
    margin-top: 15px;
}

.header-search-ipt {
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    vertical-align: top;
    width: 160px;
}

.header-search-btn {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 20px;
}

/*前台登录框*/
.header-login {
    width: 310px;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-top: 15px;
    border: medium none;
}

.header-login .header-login-user {
    background: url(../Images/header-login-user.png) no-repeat 0 6px;
    height: 20px;
    line-height: 20px;
    padding: 10px 0;
    border: medium none;
    width: 132px;
    margin: 0;
    float: left;
}

.header-login .header-login-password {
    background: url(../Images/header-login-password.png) no-repeat 0 6px;
    height: 20px;
    line-height: 20px;
    padding: 10px 0;
    border: medium none;
    margin: 0;
    width: 132px;
    float: left;
}

.header-login .header-login-btn {
    background: url(../Images/header-login--btn.png) no-repeat 0 9px;
    height: 40px;
    line-height: 40px;
    border: medium none;
    width: 45px;
    padding: 0;
    margin: 0;
    float: left;
}

.header-login input {
    background-color: transparent;
    border: medium none;
    color: #cccccc;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    vertical-align: middle;
    width: 90px;
}

.header-login-btn {
    background-image: url(../Images/header-login--btn.png);
    height: 21px;
    float: left;
}

.header-login .header-login-welcome-span {
    font-size: 14px;
    line-height: 150%;
    width: 310px;
    clear: both;
}

.header-login .header-login-welcome-span span {
    color: #ffffff;
    float: right;
}

.header-login .header-login-welcome-link {
    font-size: 14px;
    line-height: 150%;
    width: 310px;
    float: right;
}

.header-login .header-login-welcome-link a {
    float: right;
    color: #cccccc;
    text-decoration: none;
}

.header-login .header-login-welcome-link a:hover {
    color: goldenrod;
}

.menu {
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 101;
    margin-bottom: 10px;
}

.menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    /*height: 52px;*/
    height: 40px;
    background-color: #000000;
    -ms-opacity: 0.4;
    opacity: 0.4;
    filter: Alpha(opacity=40);
}

.menu-list {
    z-index: 101;
    width: 1000px;
    margin: 0 auto;
}

/*一级菜单项*/
.menusel {
    float: left;
    width: 120px;
    position: relative;
    height: 40px;
    line-height: 52px;
    margin-left: 1px;
    *margin-left: 0;
    _margin-left: -1px;
    z-index: 101;
}

/*所有菜单项链接*/
.menusel a {
    display: block;
    text-align: center;
    width: 120px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: white;
    height: 40px;
    border: none;
    /*font-size: 14px;*/
}

/*一级菜单*/
.menusel > h2 {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}

.menusel > h2 > a {
    height: 40px;
}

.menusel > h2 > a:hover {
    color: goldenrod;
    font-size: 16px;
}

.menusel .position {
    position: absolute;
    z-index: 1;
}

/*子菜单*/
.menusel ul {
    width: 120px;
    /*background: #322F32;*/
    margin-top: 0;
    position: relative;
    z-index: 1;
    display: none;
}

.menusel .block {
    display: block;
}

.menusel .typeul li {
    border-bottom: 1px dotted #1479AF;
    background: #011A39;
    opacity: 0.9;
    width: 120px;
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.menusel .typeul li a:hover {
    color: #dcdcdc;
    font-weight: bold;
    background: #a4a4a4;
}

.menusel .typeul ul {
    left: 120px;
    top: 0;
    position: absolute;
    /*font-size: 0;*/
}

.content {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.content-nav {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 11px;
}

.content-nav-bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    height: 40px;
    width: 1000px;
    background: #FFFFFF;
    -ms-opacity: 0.6;
    opacity: 0.6;
    filter: Alpha(opacity=60);
}

.content-nav-list {
    font-family: 宋体;
    position: relative;
    z-index: 100;
    height: 40px;
    line-height: 40px;
    padding-left: 11px;
}

.content-nav-list a {
    text-decoration: none;
    color: #05589d;
}

.content-left, .content-right {
    float: left;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
}

.content-left {
    width: 650px;
    min-height: 785px;
    padding: 20px 19px;
    margin-right: 10px;
    border: 1px solid #9DC2E1;
}

.content-right {
    width: 300px;
}

.content-weibo {
    margin-bottom: 10px;
    background: url(../Images/weibo.png) 0 0 no-repeat;
    /*background-image: url(../Images/weibo.png);*/
}

.content-article {
    position: relative;
    width: 270px;
    padding: 10px 14px 15px;
    border: 1px solid #9DC2E1;
    margin-bottom: 10px;
}

.friend-link {
    border: 1px solid #9DC2E1;
    padding: 0 28px;
    width: 938px;
    margin-bottom: 15px;
}

.friend-link-title, .friend-link-list {
    position: relative;
    z-index: 100;
}

.friend-link-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #D4D4D4;
}

.friend-link-list {
    padding: 19px 0;
    overflow: hidden;
    zoom: 1;
}

.friend-link-item {
    float: left;
    width: 130px;
    height: 50px;
    margin-right: 4px;
}

.friend-link-item a {
    display: inline-block;
    width: 130px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.footer-content {
    line-height: 20px;
    text-align: center;
    color: #333333;
    font-family: Arial;
    margin-bottom: 30px;
}

.footer-content a {
    text-decoration: none;
    color: #aaaaaa;
}

.opacity-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    -ms-opacity: 0.6;
    opacity: 0.6;
    filter: Alpha(opacity=60);
}

.pager {
    margin: 0 auto;
}

.pager a {
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #E7ECF0;
    font-size: 12px;
    font-family: 宋体;
    color: #0065b3;
}

.pager a.current {
    border: 1px solid #FFFFFF;
    cursor: default;
    color: #333333;
}

.pager a.current:hover {
    text-decoration: none;
    cursor: default;
}

.article-detial, .article {
    position: relative;
    z-index: 100;
}

.article-list {
    margin-bottom: 20px;
}

.article-title {
    color: #05589d;
    font-size: 18px;
    line-height: 56px;
    border-bottom: 1px solid #B1CDE5;
}

.article-item {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    zoom: 1;
    font-size: 14px;
}

.article-item-title {
    display: inline-block;
    float: left;
    width: 500px;
    padding-left: 20px;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: url(../Images/icon.png) 5px -128px no-repeat;
}

.article-item-title:hover {
    color: #05589d;
}

.article-item-time {
    float: right;
    display: inline-block;
    color: #999999;
}

.article-detail-title {
    color: #05589d;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.article-detail-info {
    text-align: center;
    display: block;
    height: 24px;
    line-height: 24px;
    width: inherit;
    border-bottom: 1px solid #B1CDE5;
    margin-bottom: 20px;
}

.article-detail-context-img {
    border: 1px solid #98B4CE;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 20px auto;
    width: 500px;
    height: 330px;
    display: block;
    margin-bottom: 40px;
}

.article-detail-context p {
    text-indent: 2em;
    line-height: 24px;
}

.article-detail-context-editor {
    display: block;
    text-align: right;
    width: inherit;
    line-height: 24px;
}

.related-article {
    position: relative;
    z-index: 100;
}

.related-article-title {
    height: 36px;
    border-bottom: 1px solid #B1CDE5;
    overflow: hidden;
    zoom: 1;
    width: 270px;
}

.related-article-title-context {
    font-size: 18px;
    color: #05589d;
    line-height: 30px;
    float: left;
    display: inline-block;
}

.related-article-title-more {
    line-height: 30px;
    font-size: 14px;
    color: #05589d;
    float: right;
    text-decoration: none;
}

.related-article-list {
    width: 270px;
}

.related-article-item {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    zoom: 1;
}

.related-article-item-title {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    background: url(../Images/icon.png) 5px -42px no-repeat;
}

.related-article-item-title:hover {
    color: #05589d;
    text-decoration: underline;
}

.related-article-item-time {
    float: right;
}

.related-article-item-title-without-time {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    width: 250px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    background: url(../Images/icon.png) 5px -42px no-repeat;
}

.related-article-item-title-without-time:hover {
    color: #05589d;
    text-decoration: underline;
}


.friend-article {
    position: relative;
    z-index: 100;
}

.friend-article-title {
    height: 36px;
    border-bottom: 1px solid #B1CDE5;
    overflow: hidden;
    zoom: 1;
    width: 270px;
}

.friend-article-title-context {
    font-size: 18px;
    color: #05589d;
    line-height: 30px;
    float: left;
    display: inline-block;
}


.friend-article-list {
    width: 270px;
}

.friend-article-list-item {
    width: 270px;
    height: 50px;
    margin: 10px auto;
}

.friend-article-list-item a {
    display: inline-block;
    width: 130px;
    height: 50px;
}

.friend-article-list-item a.firstone {
    float: left;
}

.friend-article-list-item a.secondone {
    float: right;
}

.friend-article-list-item img {
    width: 100%;
    height: 100%;
}





/*首页css*/
.scrollPics {
    /*padding-top: 18px;*/
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
}

.scrollPics-left, .scrollPics-right {
    float: left;
    position: relative;
}

.scrollPics-left {
    width: 665px;
    height: 339px;
    overflow: hidden;
    zoom: 1;
}

.scrollPic-list {
    width: 2660px;
    height: 339px;
    overflow: hidden;
    zoom: 1;
}

.scrollPic-item {
    float: left;
}

.scrollPics-right {
    width: 335px;
    height: 339px;
    background: url(../Images/color_blue.jpg) 0 0 no-repeat;
}

.scrollPicA {
    width: 304px;
    margin: 260px auto 0 auto;
    height: 47px;
    overflow: hidden;
    zoom: 1;
}

.scrollPicA-item {
    width: 70px;
    height: 40px;
    margin: 0 3px;
    float: left;
    padding-top: 7px;
}

.scrollPicA a {
    display: inline-block;
    width: 64px;
    height: 34px;
    padding: 3px;
    background-color: #F9D6CE;
}

.triangle {
    font-size: 0;
    width: 0;
    height: 0;
    border: 7px solid #F9D6CE;
    border-color: transparent transparent #F9D6CE transparent;
    position: absolute;
    top: 253px;
    margin-left: 28px;
    display: none;
}

.current .triangle {
    display: block;
}

.scroll-tip {
    position: absolute;
    top: 40px;
    color: #FFFFFF;
    font-family: 宋体;
    left: 30px;
    display: none;
}

.current .scroll-tip {
    display: block;
}

.scroll-tip-title {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.scroll-tip-context {
    width: 275px;
    text-indent: 2em;
    line-height: 24px;
}

.content {
    overflow: hidden;
    zoom: 1;
    /*margin-bottom: 60px;*/
}

.content-resource-left, .content-resource-center, .content-resource-right {
    float: left;
    margin-right: 38px;
}

.content-resource-left {
    width: 277px;
}

.content-resource-center {
    width: 431px;
}

.content-resource-right {
    margin-right: 0;
    width: 215px;
}

.resource {
    margin-bottom: 20px;
    font-family: 宋体;
}

.resource-title {
    height: 28px;
    line-height: 28px;
    border-bottom: 2px solid #0065B3;
    position: relative;
    margin-bottom: 10px;
}

.resource-title h2 {
    float: left;
    font-size: 14px;
    color: #0366b7;
    font-weight: bold;
}

.resource-title-more {
    float: right;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    text-decoration: none;
    color: #656565;
}

.title-triangle {
    font-size: 0;
    width: 0;
    border: 7px solid #0065B3;
    border-color: transparent transparent #0065B3 transparent;
    position: absolute;
    bottom: 0;
    left: 24px;
    display: none;
}

.resource-item {
    width: inherit;
    line-height: 22px;
    height: 22px;
    border-bottom: 1px dotted #CCCCCC;
}

.resource-context {
    display: inline-block;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
}

.resource-context:hover {
    color: #0065B3;
}

.content-resource-left .resource-context {
    width: 270px;
}

.content-resource-center .resource-item {
    border-bottom: none;
    margin-bottom: 14px;
    height: 95px;
}

.resource-item-title {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #0065B3;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    /*font-weight: bold;*/

}

.resource-item-title:hover {
    text-decoration: underline;
}

.content-resource-center .resource-item-title {
    padding-left: 5px;
}

.content-resource-center .resource-context {
    color: #666666;
    line-height: 18px;
    height: 54px;
    width: 200px;
    white-space: normal;
    padding-left: 5px;
}

.content-resource-right .resource-context {
    width: 215px;
}

/*党建工作*/
.djgz {
    /*margin-bottom: 20px;*/
    font-family: 宋体;
    width: 300px;
    float: left;
    margin-left: 12px;
    margin-right: 13px;
    height: 300px;
    display: inline;
}

.djgz-title {
    height: 28px;
    line-height: 28px;
    border-bottom: 2px solid #0065B3;
    position: relative;
    margin-bottom: 10px;
}

.djgz-title h2 {
    float: left;
    font-size: 14px;
    color: #0366b7;
    font-weight: bold;
}

.djgz-title-more {
    float: right;
    display: inline;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    text-decoration: none;
    color: #656565;
    background: url(../Images/icon.png) left -177px no-repeat;
}

.djgz .title-triangle {
    font-size: 0;
    width: 0;
    border: 7px solid #0065B3;
    border-color: transparent transparent #0065B3 transparent;
    position: absolute;
    bottom: 0;
    left: 24px;
    display: none;
}

.djgz-item {
    width: inherit;
    line-height: 22px;
    height: 22px;
    border-bottom: 1px dotted #CCCCCC;
}

.djgz-context {
    display: inline-block;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    width:290px;
}

.djgz-context:hover {
    color: #0065B3;
}

.djgz-item-title {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #0065B3;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    /*font-weight: bold;*/

}

.djgz-item-title:hover {
    text-decoration: underline;
}


/*学生就业*/
.jyxx {
    /*margin-bottom: 20px;*/
    font-family: 宋体;
    width: 300px;
    float: left;
    margin-left: 12px;
    margin-right: 13px;
    height: 300px;
    display: inline;
}

.jyxx-title {
    height: 28px;
    line-height: 28px;
    border-bottom: 2px solid #0065B3;
    position: relative;
    margin-bottom: 10px;
}

.jyxx-title h2 {
    float: left;
    font-size: 14px;
    color: #0366b7;
    font-weight: bold;
}

.jyxx-title-more {
    float: right;
    display: inline;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    text-decoration: none;
    color: #656565;
    background: url(../Images/icon.png) left -177px no-repeat;
}

.jyxx .title-triangle {
    font-size: 0;
    width: 0;
    border: 7px solid #0065B3;
    border-color: transparent transparent #0065B3 transparent;
    position: absolute;
    bottom: 0;
    left: 24px;
    display: none;
}

.jyxx-item {
    width: inherit;
    line-height: 22px;
    height: 22px;
    border-bottom: 1px dotted #CCCCCC;
}

.jyxx-context {
    display: inline-block;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    width:290px;
}

.jyxx-context:hover {
    color: #0065B3;
}

.jyxx-item-title {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #0065B3;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    /*font-weight: bold;*/

}

.jyxx-item-title:hover {
    text-decoration: underline;
}

/*信息公开*/
.xxgk {
    /*margin-bottom: 20px;*/
    font-family: 宋体;
    width: 300px;
    float: left;
    margin-left: 12px;
    margin-right: 13px;
    height: 300px;
    display: inline;
}

.xxgk-title {
    height: 28px;
    line-height: 28px;
    border-bottom: 2px solid #0065B3;
    position: relative;
    margin-bottom: 10px;
}

.xxgk-title h2 {
    float: left;
    font-size: 14px;
    color: #0366b7;
    font-weight: bold;
}

.xxgk-title-more {
    float: right;
    display: inline;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    text-decoration: none;
    color: #656565;
    background: url(../Images/icon.png) left -177px no-repeat;
}

.xxgk .title-triangle {
    font-size: 0;
    width: 0;
    border: 7px solid #0065B3;
    border-color: transparent transparent #0065B3 transparent;
    position: absolute;
    bottom: 0;
    left: 24px;
    display: none;
}

.xxgk-item {
    width: inherit;
    line-height: 22px;
    height: 22px;
    border-bottom: 1px dotted #CCCCCC;
}

.xxgk-context {
    display: inline-block;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    width:290px;
}

.xxgk-context:hover {
    color: #0065B3;
}

.xxgk-item-title {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #0065B3;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    /*font-weight: bold;*/

}

.xxgk-item-title:hover {
    text-decoration: underline;
}



.scrollPicsNew {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

.scrollPicsNew .H_nav{
    padding-right: 20px;
    width: 212px;
    float: left;
    display: inline;
}

/*.scrollPicsNew .H_nav li {
    margin-top: 7px;
    padding-right: 5px;
}*/

.H_nav_item {
    /*margin-top: 7px;*/
    display: block;
    height: 40px;
    color: #333333;
    padding-top: 3px;
    padding-left: 10px;
    background: url(../Images/H_nav_bg3.png) no-repeat scroll right center;
}

 .H_nav_item div {
    color: #333333;  
 }

.H_nav_item:hover {
    color: #ffffff;
    background-image: url(../Images/H_nav_bg_active.png);
}

.H_nav_item:hover div {
    color: #ffffff;
}


.scrollPicsNew .H_img {
    height: 300px;
    margin: 3px 0 0 17px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 765px;
}

.scrollPicsNew .H_img .H_banner_imgs a {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

.scrollPicsNew .H_img .H_banner_imgs a.active {
    display: block;
}

.scrollPicsNew .H_img .H_banner_imgs p {
    bottom: 5px;
    height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    z-index: 9;
}

.scrollPicsNew .H_img .H_banner_imgs p i {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    margin: 0 2px;
    padding: 0 2px;
    width: 12px;
}

.scrollPicsNew .H_img .H_banner_imgs p i.hover {
    background: none repeat scroll 0 0 #F53D05;
}


/*信息公开*/
.gzzd {
    /*margin-bottom: 20px;*/
    font-family: 宋体;
    width: 300px;
    float: left;
    margin-left: 12px;
    margin-right: 13px;
    height: 300px;
    display: inline;
}

.gzzd-title {
    height: 28px;
    line-height: 28px;
    border-bottom: 2px solid #0065B3;
    position: relative;
    margin-bottom: 10px;
}

.gzzd-title h2 {
    float: left;
    font-size: 14px;
    color: #0366b7;
    font-weight: bold;
}

.gzzd-title-more {
    float: right;
    display: inline;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    text-decoration: none;
    color: #656565;
    background: url(../Images/icon.png) left -177px no-repeat;
}

.gzzd .title-triangle {
    font-size: 0;
    width: 0;
    border: 7px solid #0065B3;
    border-color: transparent transparent #0065B3 transparent;
    position: absolute;
    bottom: 0;
    left: 24px;
    display: none;
}

.gzzd-item {
    width: inherit;
    line-height: 22px;
    height: 22px;
    border-bottom: 1px dotted #CCCCCC;
}

.gzzd-context {
    display: inline-block;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    width:290px;
}

.gzzd-context:hover {
    color: #0065B3;
}

.gzzd-item-title {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #0065B3;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    /*font-weight: bold;*/

}

.gzzd-item-title:hover {
    text-decoration: underline;
}
