﻿/*原网站导航css*/
.nyMain {
    margin-top: 85px;
}

body {
    font-size: 16px !important;
}

.info-btns [class*="btn"] {
    margin: 10px;
}

.vm {
    vertical-align: middle;
}

.mr10 {
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.t1 {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}

.t1 b {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 18px;
}

.t1 b:before {
    right: 100%;
    margin-right: 20px;
}

.t1 b:after {
    left: 100%;
    margin-left: 20px;
}

.t1 b:before, .t1 b:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 2000px;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.tc {
    text-align: center;
}

.p20 {
    padding: 20px;
}

.text-intro p {
    margin: 12px 0;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
}

.red {
    color: red;
    vertical-align: middle;
}

.text-gray {
    color: #bbb;
}

.text-blue {
    color: #1b80d2 !important;
}

.t3 {
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 12px 15px;
    line-height: 16px;
}

.t3 b {
    display: inline-block;
    border-left: 8px solid #a3bde2;
    margin-left: -15px;
    padding: 0 0 0 10px;
    color: #048;
}

.t3 b {
    font-weight: bold;
    font-size: 22px;
    color: #333;
    border-left: 8px solid #2d8fff;
}

.input-group-addon img {
    display: block;
    height: 34px;
    margin: -6px -12px;
}

/*状态查询*/
.info-detail {
    max-width: 800px;
    border: 1px solid #ddd;
    margin: 20px auto;
    padding: 0 15px;
    font-size: 15px;
}

.info-detail .row > div {
    border-top: 1px solid #ddd;
    margin-top: -1px;
    padding: 15px;
}

.info-detail .row:nth-of-type(odd) {
    background-color: #fafafa;
}

/*在线访谈详情页*/
.interview-info h3 {
    line-height: 40px;
    font-size: 22px;
    color: #224b7f;
}

.interview-info p {
    font-size: 16px;
    line-height: 32px;
}

h3.tab a.current {
    color: #205190;
}

h3.tab a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
}

.interview-text {
    max-height: 800px;
    overflow: hidden;
}

.interview-text:hover {
    overflow-x: hidden;
    overflow-y: auto;
}

.interview-text p {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 16px;
}

h3.tab {
    height: 46px;
    border-bottom: 1px solid #ddd;
}

.md-orange {
    background-color: #ff9d08;
}

a:hover {
    text-decoration: none;
}

.text-red {
    color: red;
}

.list .pic {
    display: inline-block;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

[class*="list-"] .pic img, .pic-text .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

.list-p li a {
    display: block;
    margin: 10px;
}

.interview-pic .prev,
.interview-pic .next {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    animation-duration: .3s;
}

.interview-pic:hover .prev,
.interview-pic:hover .next {
    display: block;
}

.interview-pic .prev:hover,
.interview-pic .next:hover {
    background: #37e;
    filter: none;
    color: #fff;
}

.interview-pic .prev {
    left: 0;
}

.interview-pic .next {
    right: 0;
}

/*征集调查*/
.hover-style1 li {
    position: relative;
    overflow: hidden;
}

.list-b li {
    position: relative;
    padding: 15px;
    line-height: 24px;
}

.list li {
    position: relative;
    line-height: 1.5;
}

.join, .view {
    display: inline-block;
    padding: 0 15px;
    border-radius: 100px;
    line-height: 30px;
    color: white;
}

.list-b li h4 {
    position: relative;
    overflow: hidden;
    max-height: 48px;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-b li h4 {
    max-height: 48px;
}

.md-blue {
    background-color: #1b80d2;
}

.list-b li p {
    line-height: 24px;
    color: #797979;
    word-break: break-all;
}

.list-b li > a {
    display: block;
}

.list-b li > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover {
    color: #224b7f;
    text-decoration: none;
}

.list-b li:hover {
    background: #eee;
}

/*征集调查详情页*/
.article-box {
    padding: 30px 60px;
    line-height: 2;
    text-align: justify;
    color: #333;
    font-size: 16px;
}

.article h2 {
    padding: 15px 30px 0px 30px;
}

.article h2 {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
    color: #333;
}

.article .files {
    padding: 15px;
}

.article-box p {
    margin: 1em 0;
}

#jsTheme {
    padding: 15px 30px 0px 30px;
    padding: 15px 0;
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
    color: #333;
}

.article .files li {
    border-bottom: 1px dotted #ddd;
    padding: 8px;
    line-height: 24px;
    font-size: 16px;
}

.list-inline a {
    color: #b9ccdf;
}

.nLi h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav li.nLi h3 a {
    line-height: 50px;
}
.Online_interactive {
    margin-right: 80px;
    margin-left: 125px;
}
/*局长信箱*/
.layui-form-select {
    display: none;
}
.email-table {
    width: 90%;
    margin-left: 5%;
}
.email-tr{
    /* line-height: 44px;  */
    /* height: 44px; */
    border-bottom: 1px solid #e9e9e9;

}
.email-title{
    padding: 3px 15px;
    display: inline-block;
    /* padding: 5px 10px; */
    font-size: 17px;
    text-align: center;
    color: #0b6ba8;
    border-bottom: 1px solid #0b6ba8;
    /* color: #ffffff; */
    /* width: 153px; */
    /* height: 44px; */
    /* line-height: 44px; */
    /* background-color: #337ab7; */
    /* border-top-left-radius: 10%; */
    /* border-top-right-radius: 10%; */

}
#infoForm{
    margin-top: 20px;
}
.ml20{
    margin-left: 20px;
}
.statusForm{
    max-width: 500px;
    margin: 50px auto 20px;
    padding: 50px;
    border: 1px solid #ddd;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
.mt50{
    margin-top: 50px;
}
/*引入bootstrap引起的导航栏异常*/
.nav>li {
    position: static;
    display: block;
}

