/* yui3 reset.css */

html {
    color: #333;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei";
}

select,
input,
button,
textarea {
    font: 99% Microsoft YaHei, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: #333;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.mr1 {
    margin-right: 1px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

::-webkit-input-placeholder
/* WebKit browsers */

    {
    color: #999 !important;
}

:-moz-placeholder
/* Mozilla Firefox 4 to 18 */

    {
    color: #999;
}

::-moz-placeholder
/* Mozilla Firefox 19+ */

    {
    color: #999 !important;
}

:-ms-input-placeholder
/* Internet Explorer 10+ */

    {
    color: #999 !important;
}

.placeholder
/* Internet Explorer 9- */

    {
    color: #999 !important;
}

.container {
    position: relative;
    width: 1166px;
    margin: 0 auto;
}


/*#region 头部样式 */

.header {
    background-color: #fff;
}

.header-top {
    height: 97px;
}

.header-top>img,
.header-sj,
.header-search {
    float: left;
}

.header-top>img {
    cursor: pointer;
    margin: 19px 0px 20px 0px;
}

.header-sj {
    position: relative;
    height: 64px;
    padding: 33px 20px 0 23px;
    /* cursor: pointer; */
}

.city {
    float: left;
    font-size: 16px;
    width: 250px;
    text-align: right;
}

.arrow {
    float: left;
    margin: 9px 0 0 12px;
    width: 13px;
    height: 8px;
    background: url(images/arrowdown.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.header-sj:hover .city-around {
    display: block;
}

.header-sj:hover .arrow {
    background-image: url(images/arrowup.png);
}

.city-around {
    display: none;
    position: absolute;
    top: 84px;
    left: -320px;
    width: 1131px;
    padding: 15px 0px 18px 31px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    z-index: 10;
}

.city-around>img {
    position: absolute;
    top: -10px;
    left: 550px;
}

.header-search {
    margin-top: 28px;
    width: 400px;
}

.header-search #headsearchtxt,
.header-search #txtsearch {
    float: left;
    width: 315px;
    height: 37px;
    line-height: 37px;
    text-indent: 10px;
    font-size: 14px;
    color: #999;
    border: 1px solid #cacaca;
    outline: none;
}

.header-search #zwdtqwjs,
.header-search #searchbutton {
    float: left;
    width: 83px;
    height: 39px;
    margin-left: -1px;
    background: #f38401 url(images/icon_09.png) no-repeat;
    background-position: center;
    cursor: pointer;
}

.header-search>span:hover {
    background-color: #f36d01;
}

.header-user {
    float: right;
    margin-top: 11px;
}

.header-user>img {
    width: 43px;
    height: 43px;
    margin: 0px 24px 0px 27px;
    border-radius: 20px;
}

.header-user p {
    color: #b6b6b6;
}

.header-user>p a {
    text-align: center;
    float: left;
    display: block;
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.header-user .line {
    display: block;
    margin: 0 5px;
    float: left;
}

.header-user a:hover {
    color: #ce1e2c;
}

.header-user p a.active {
    color: #257ed7;
}

.header-user p a.activename {
    color: #257ed7;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 42px;
}

.city-item {
    margin-top: 8px;
}

.city-item>span,
.city-item>ul,
.city-item>li {
    float: left;
}

.city-item>span {
    height: 25px;
    padding-top: 1px;
    font-size: 16px;
    font-weight: bold;
    color: #265fae;
}

.city-item>ul {
    margin-left: 12px;
}

.city-item>ul li {
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 2px;
    font-size: 14px;
}

.city-item>ul li a {
    color: #333;
    padding: 0px 15px;
    display: block;
}

.city-around li:hover,
.city-around .active,
.city-around .current {
    background-color: #ffae00;
}

.city-around li:hover a,
.city-around .active a,
.city-around .current a {
    color: #fff;
}


/*#endregion */


/*#region 尾部样式 */

.footer {
    background-color: #2a2b2a;
}

.footerwrapper>p {
    float: left;
    line-height: 74px;
    color: #a2a3a2;
}

.footerwrapper span {
    margin: 0px 5px;
}

.footerwrapper a,
.footerwrapper span {
    font-size: 14px;
    color: #a2a3a2;
}

.footer-bq {
    margin: 0px 41px 0px 40px;
}

.img-cn {
    float: left;
    margin: 22px 39px 0px 160px;
}

.img-js {
    margin: 22px 0px 0px 0px;
}

/*headerbar*/

.headerbar {
    background-color: #257ed8;
}

.headerbar-list {
    padding-left: 30px;
}

.headerbar-list>li {
    float: left;
}

.headerbar-list>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 40px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.headerbar-list>li>a:hover,
.headerbar-list>li.active a {
    background-color: #0068b7;
}

.nav {
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    background-color: #257ed7;
}

.nav li {
    float: left;
    width: 150px;
    text-align: center;
}

.nav li a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}

.nav li a:hover,
.curr-nav {
    background-color: #0068b7;
}


/*当前所在位置*/

.position {
    height: 56px;
    line-height: 56px;
    color: #666;
    text-indent: 22px;
    background: url(images/position.png) left 20px no-repeat;
}

.position a {
    margin: 0 5px;
    color: #666;
}

.position a.curr-position {
    color: #cf1f1f;
}

.gray {
    background-color: #f8f8f8;
}


/* 个人空间通用页面导航 */

.menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background-color: #fff;
}

.menu .logo {
    display: block;
    margin: 2px auto;
    width: 196px;
    height: 80px;
}

.menu .menuname {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #257ed7;
    text-indent: 56px;
    background-color: #daebfb;
    border-left: 8px solid #257ed7;
}

.menu .menuname:hover {
    background-color: #bfe0fe;
}

.menu .link {
    display: block;
    text-indent: 64px;
    line-height: 32px;
}

.menu .link.active,
.menu .link:hover {
    font-weight: bold;
    color: #f58402;
}

.header {
    height: 97px;
}

/* 多出省略 */
.omit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ie禁用小眼睛等 */
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.toplength {
    height: 15px
}

/* 审批公共样式 */
.approve-title {
    font-size: 26px;
    line-height: 83px;
    margin-left: 30px;
}

.approveheader {
    background-color: #fff;
}

/* 修改公共样式 */
.position a.curr-position {
    color: #4665d5;
}

.position {
    background: url(images/position2.png) no-repeat left center;
}

/* 0416公共样式新增 */
body {
    min-width: 1200px;
}

.container {
    width: 1200px;
}

/* 头部 */
.header2 {
    height: 138px;
    border-bottom: 2px solid #c1182b;
    background: url("../images/header-bg.png") center bottom no-repeat;
}

.header2 .header-top {
    height: 138px;
}

.header2 .header-top>img {
    margin: 30px 0 0 0;
}

/* 底部 */
.footer {
    height: 110px;
    min-width: 1200px;
    background: url("../images/footer.png") center no-repeat;
}

.footerwrapper .left-part>p {
    line-height: 36px;
}

.footerwrapper .links {
    margin-top: 16px;
    float: none;
}

.footerwrapper .links>a {
    color: #fff;
    margin-right: 24px;
}

.footerwrapper .visitor {
    float: none;
    color: #fff
}

.footerwrapper .visitor em {
    margin: 0 2px;
    font-style: italic;
    font-weight: bold;
}

.img-cn {
    margin: 28px 0 0 0;
}

/* 定位 */
.position {
    height: 60px;
    line-height: 60px;
    color: #666;
    text-indent: 22px;
    background: url(../images/position.png) left 20px no-repeat;
}

.position a.curr-position {
    color: #bd1a2d;
}

/* 中间白块 */
.inner {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1.414px 1.414px 35px 0px rgba(209, 209, 209, 0.29);
}

/* 单选协议 */
.isagree {
    /* display: none; */
    font-size: 16px;
    color: #999;
    cursor: pointer;
    display: inline-block;
}

.isagree {
    padding-left: 28px;
    background: url("../images/radio.png") left center no-repeat;
}

.isagree.selected {
    background: url("../images/radio-checked.png") left center no-repeat;
}

/* 按钮 */
.handle-btns {
    font-size: 0;
    margin: 30px auto 0;
    text-align: center;
}

.handle-btns .btn {
    margin: 0 12px;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background-color: #ff5726;
}

.handle-btns .btn:hover,
.handle-btns .btn.return:hover,
.handle-btns .btn.look:hover {
    background-image: -moz-linear-gradient(180deg, rgb(210, 27, 13) 0%, rgb(189, 26, 45) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(210, 27, 13) 0%, rgb(189, 26, 45) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(210, 27, 13) 0%, rgb(189, 26, 45) 100%);
    box-shadow: 0px 3px 10px 0px rgba(140, 0, 16, 0.35);
}

.handle-btns .btn.return {
    background: #a5a5a5;
}

.handle-btns .btn.save {
    background: #bd1a2d;
}

.handle-btns .btn.look {
    background: #bd1a2d;
}

.handle-btns .btn.btn-small {
    width: 140px;
    height: 36px;
    line-height: 36px;
}

.handle-btns .btn.disabled {
    cursor: not-allowed;
}

.handle-btns .btn.disabled:hover {
    background: #ff5726;
    box-shadow: none;
}

.handle-btns .success-info {
    color: #333;
    line-height: 30px;
    height: 30px;
    font-size: 20px;
}


/* 0606公共样式新增 */

.nav {
    background-color: #c1182b;
}

.nav li a:hover, .curr-nav {
    background-color: #e42036;
}

.list-box {
    position: relative;
    min-height: 374px;
}
.list-box .inner {
    min-height: 374px;
}
.menu {
    width: 200px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.menu .menuname {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-indent: 0;
    border: none;
    background: url("../images/myspace/menu-title.png") center no-repeat;
}

.menu .link {
    margin: 10px auto 0;
    width: 180px;
    display: block;
    text-indent: 0;
    line-height: 42px;
    height: 42px;
    background: #f6f6f6;
    font-size: 18px;
}

.menu .link.active,
.menu .link:hover {
    background: #ffe7ea;
    color: #c1182b;
    font-weight: bold;
}

.eventlist {
    position: relative;
}
