.container{
    min-width: 1366px;
    position: relative;
}
.w1200{
    width: 1200px;
    margin: auto;
}
/*头部开始*/
.top_bg {
    position: relative;
    height: 145px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.building{
    margin-top: 100px;
    margin-bottom: 100px;
    height: 600px;
    background:no-repeat center;
    background-size: 40% 100%;
}
.top{
    height: 145px;
    display:flex;
    justify-content:space-between;
}
.lang {
    position: absolute;
    bottom: 5px;
    left: 50%;
}
.lang-zh,.lang-en{
    padding:6px;
    color:#d01515;
    font-size:12px;
    line-height:18px;
    text-align:center;
    background-color:#f4ebda;
    font-weight:bold;
    box-sizing:border-box;
}
.logo{
    margin-top:22px;
}
.topright{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}
.top_link{
    margin-top:15px;
    overflow:hidden;
}
.top_link ul{
    display:flex;
}
.top_link ul li{
    margin-right:20px;
}
.top_link ul li:last-child{
    margin-right:0;
}
.top_link ul li a{
    font-size:14px;
    color:white;
}
.top_link ul li.mail,.top_link ul li.wx,.top_link ul li.wza{
    padding-left:22px;
}
.top_link ul li.mail,.top_link ul li.wx,.top_link ul li.wza{
    background: no-repeat left center;
}
.top_link ul li.wx{
    background: no-repeat left center;
}
.top_link ul li.wza{
    background: no-repeat left center;
}
.topsearch{
    position:relative;
    width:340px;
    height:30px;
    margin-top:14px;
    border-radius: 20px;
    border:none;
    background-color: #ffffff;
}
.topsearch .txts{
    width:340px;
    height:30px;
    line-height:30px;
    padding: 0 20px;
    font-size:14px;
    color:#333333;
    border-radius: 20px;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.topsearch .searchbtn {
    position: absolute;
    right: 16px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: url(/uploads/image/sriconsult/icon_sear.png) no-repeat center;
    cursor: pointer;
    z-index: 99;
}
.time{
    font-size:14px;
    color:#ffffff;
    margin-top:20px;
    text-align:right;
}
/*头部结束*/
/*导航开始*/
.navbg1{
    background-color:#9c130a;
    height: 50px;
}
.nav1 {
    width: 1200px;
    margin: auto;
    position: relative;
}
.nav1 .mainlevel {
    float: left;
    position: relative;
    display: inline;
    width: 150px;
    height: 50px;
    background: no-repeat right center;
}
.nav1 .mainlevel:last-child{
    background:none;
}
.nav1 .mainlevel a {
    color: #fff;
    font-size: 16px;
    line-height:50px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.nav1 .mainlevel a:hover {
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}

.nav1 .sub {
    position: absolute;
    left: -30px;
    top: 50px;
    z-index:99;
}
.nav1 .sub li{
    zoom: 1;
    height: 30px;
    line-height: 30px;
}
.nav1 .sub a {
    background: #e7e4e4;
    width: 190px;
    line-height:30px;
    color: #4e4e4e;
    height: 30px;
}
.nav1 .sub a.active{
    background-color:#9c130a;
    color:white;
}
.nav1 .sub a:hover{
    background-color: #cb341d;
    color:white;
    font-weight:normal;
}
/*导航结束*/
/*底部版权开始*/
.footer_mainer {
    width: 1270px;
    margin: 0 auto;
}
.bottom-copyright {
    box-sizing: border-box;
    background: #ffffff;
}
.weblinkright{
    display:flex;
    justify-content:space-between;
    position:relative;
}
.slinkitem {
    width: 208px;
    text-align: center;
}
.slinkitem_first {
    line-height: 34px;
    box-sizing: border-box;
    background: #fff;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    border:1px solid #e5e9ea;
}
.slinkitem_second {
    position: absolute;
    left:0;
    width: 100%;
    box-sizing: border-box;
    border:1px solid #e5e9ea;
    border-top:none;
    max-height: 318px;
    overflow: auto;
    display: none;
    z-index: 10;
}
.slinkitem_table {
    background: #fff;
    color: #333333;
    font-size: 16px;
}

.slinkitem_table td {
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
}
.slinkitem_table td a{
    color: #111111;
}
.slinkitem_table td a:hover{
    color: #9c130a;
}
.slinkitem_table tr.addbg td {
    background: white;
}
.slinkitem.active .slinkitem_first {
    color: #9c130a;
}
.slinkitem.active .slinkitem_second_bottom, .slinkitem.active .slinkitem_second {
    display: block;
}
.nweblink {
    padding: 28px 0;
    box-sizing: border-box;
}
/*底部版权结束*/
/*banner开始*/
.banner{
    height:214px;
    background: no-repeat center;
    background-size: 100% 100%;
    padding:20px;
    box-sizing:border-box;
}
.crumb{
    padding-left:20px;
    font-size:14px;
    color: #8f0000;
    background: no-repeat left center;
    box-sizing:border-box;
}
.crumb span{
    color:#232323;
}
.bannerinfo{
    display:flex;
    padding:40px;
    box-sizing: border-box;
    justify-content: space-around;
}
.bannerinfo .text{
    width:750px;
    font-size:16px;
    color:#1b1b1b;
    line-height:30px;
    text-indent:32px;
}
/*banner结束*/

/*公司信息*/
.footer_bg {
    width: 100%;
    height: 116px;
    margin: auto;
    background-color: #fcfcfc;
}
.footer {
    width: 1270px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: rgb(41, 41, 41);
    font-weight: normal;
    margin:auto;
    padding: 23px 0px;
    text-decoration: none;
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.footer_l {
    display:flex;
    align-items:center;
}
.footer_l .text{
    text-align:left;
    margin-left:20px;
}
.footer a {
    color: #292929;
    text-decoration: none;
}
.footer_c ul{
    display:flex;
}
.footer_c ul li {
    padding:0 15px;
    box-sizing:border-box;
    background: no-repeat right center;
}
.footer_c ul li:last-child{
    background:none;
}
.footer_r {
    display:flex;
    align-items:center;
}
.footer_r img{
    margin-left:20px;
    margin-right:10px;
}
/*底部版权结束*/
/*banner开始*/
.banner{
    height:214px;
    background: no-repeat center;
    background-size: 100% 100%;
    padding:20px;
    box-sizing:border-box;
}
.crumb{
    padding-left:20px;
    font-size:14px;
    color: #8f0000;
    background: no-repeat left center;
    box-sizing:border-box;
}
.crumb span{
    color:#232323;
}
.bannerinfo{
    display:flex;
    padding:40px;
    box-sizing: border-box;
    justify-content: space-around;
}
.bannerinfo .text{
    width:750px;
    font-size:16px;
    color:#1b1b1b;
    line-height:30px;
    text-indent:32px;
}
/*banner结束*/
/*2.0在线留言_须知*/
@font-face{
    font-family:'hydsj';
    src : ;
}
.skymain{
    width:1200px;
    margin:auto;
    display:flex;
    justify-content: space-around;
    padding:40px 0;
    box-sizing:border-box;
}
.mainleft{
    width:804px;
}
.mainright{
    width:378px;
    margin-top: 4%;
}
.parttitle{
    height:58px;
    line-height: 50px;
    font-weight:bold;
    background: no-repeat left center;
    font-size:32px;
    color:#d01515;
    padding-left:60px;
    font-family:hydsj;
}
.notice{
    background-color:#ffffff;
    border:1px solid #eeeeee;
    font-size:18px;
    color:#1b1b1b;
    line-height: 36px;
    padding:30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.subbt{
    display:flex;
    justify-content: center;
    margin-top:30px;
}
.sky_bt{
    width:122px;
    height:40px;
    line-height:40px;
    background-color: #c5c4c4;
    color:#ffffff;
    font-size:16px;
    text-align: center;
    border-radius: 2px;
    cursor:pointer;
}
.sky_bt_red{
    background-color: #d01515;
}
.marr20{
    margin-right:20px;
}
.answertitle{
    width:366px;
    height:128px;
    background: no-repeat center;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:24px;
    font-weight: bold;
    color:#ffffff;
    margin: 56px auto 40px;
}
.answertitle img{
    margin-right:30px;
}
.newstitle{
    height:18px;
    line-height: 18px;
    background:  no-repeat right 30px center;
    font-size:18px;
    color:#d01515;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 10px;
    box-sizing:border-box;
    margin-top:10px;
}
.t_l{
    display:flex;
    align-items:center;
}
.t_l img{
    margin-right:10px;
}
.more{
    width:14px;
    height:14px;
    background: no-repeat;
    cursor:pointer;
}
.newslist{
    margin-top:16px;
}
.newslist li{
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#333333;
    border-bottom:1px solid #d6d6d6;
    background: no-repeat left 12px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 10px 0 36px;
}
.newslist li:nth-child(even){
    background-color:#fdf5f5;
}
.newslist li:last-child{
    border:none;
}
/*2.1在线留言_选择咨询类型*/
.parttitle_zx{
    background: no-repeat center;
}
.choose{
    background-color:#ffffff;
    border:1px solid #eeeeee;
    padding:30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.choose ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.choose ul li{
    width:233px;
    height:70px;
    line-height: 70px;
    text-align: center;
    background-color:#fcecec;
    color:#9c130a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor:pointer;
}
.choose ul li.active{
    background-color:#9c130a;
    color:white;
}
/*2.2在线留言_填写信息*/
.parttitle_tx{
    background: no-repeat center;
}
.fillinfo{
    border:1px solid #eeeeee;
    padding:20px;
    box-sizing:border-box;
    margin-top:20px;
}
.note .title{
    font-size:14px;
    color:#333333;
    padding-left:25px;
    line-height:36px;
    background:no-repeat left center;
}
.note p{
    font-size:14px;
    color:#333333;
    line-height:36px;
}
.advice_star {
    color: #ff0000;
}
.apply{
    margin-top:40px;
}
.apply li label{
    display:inline-block;
    width:100px;
    color:#555555;
    font-size:15px;
    line-height:32px;
    text-align:justify;
}
.apply>li {
    display:flex;
    margin-top:20px;
}
.apply li input,.apply li select{
    flex:1;
    height:32px;
    line-height:32px;
    font-size:15px;
    padding-left:10px;
    border:1px solid #cccccc;
    box-sizing:border-box;
}
.apply li textarea{
    flex:1;
    font-size:15px;
    border:1px solid #cccccc;
    box-sizing:border-box;
    padding: 10px;
    resize: none;
    height:138px;
}
.apply_half{
    display:flex;
    width:50%;
    margin-right:50px;
}
.margr0{
    margin-right:0;
}
.radiostyle li{
    display:inline-block;
    margin-right:20px;
    line-height:32px;
    font-size:14px;
    color:#333333;
    padding-left: 30px;
    background: no-repeat left center;
    cursor:pointer;
}
.radiostyle li.active{
    background: no-repeat left center;
}
.checkpart{
    display:flex;
    align-items:center;
}
.checkpart img{
    margin:0 10px;
    cursor:pointer;
}
.checkpart a{
    font-size:15px;
    color:#1569d0;
    text-decoration:underline;
    cursor:pointer;
}
.submitbut {
    width:122px;
    height:40px;
    line-height:40px;
    background-color: #d01515;
    color:#ffffff;
    font-size:16px;
    text-align: center;
    border-radius: 2px;
    cursor:pointer;
    margin-left: 40%;
    margin-bottom: 5%;
    margin-top: 5%
}

/*3.0三级页面新闻开始*/
.crumbnew{
    line-height:50px;
}
.newdeta {
    border: 1px solid #e7e7e7;
    border-top: 2px solid #d01515;
    margin: 20px auto 38px;
    padding: 45px 30px;
    box-sizing: border-box;
}
.newstop {
    /*text-align: center;*/
    padding-bottom: 45px;
    background: url(/uploads/image/sriconsult/bg_space.png) no-repeat bottom center;
    background-size: contain;
}
.newdeta h1 {
    color: #333;
    font-size: 36px;
    font-weight: normal;
}
.newdeta .st {
    color: #999;
    font-size: 16px;
    display:flex;
    justify-content:space-around;
    margin-top:28px;
}
.newdeta .st .print{
    padding-left:25px;
    background: no-repeat left;
    cursor:pointer;
}
.newdeta .st span{
    margin:0 10px;
}
.newm {
    margin-top: 40px;
}
.newm .nr {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    text-indent: 30px;
    margin: 30px 0;
}
.artdiv {
    padding: 35px 0;
    background: url(/uploads/image/sriconsult/bg_space.png) no-repeat top center;
}
.artdiv .alist {
    margin-bottom: 15px;
}
.artdiv .alist a {
    color: #333;
}
.artdiv .alist a .t {
    font-size: 16px;
    margin:0 10px;
}
.artdiv .alist a:hover .t {
    color: #d01515;
    font-size: 16px;
    text-decoration: underline;
}
.alist .i {
    background:  no-repeat;
    width: 10px;
    height: 9px;
    float: left;
    margin: 7px 10px 0 0;
}
.alist .ia {
    background:  no-repeat;
}
.indexnew .newdeta {
    border: 1px solid #e7e7e7;
    border-top: 2px solid #d01515;
    margin: auto;
    padding: 40px 80px;
    box-sizing: border-box;
}
/*2.0二级页面*/
.left_list {
    width: 250px;
    margin-right: 40px;
}

.list_title {
    font-size: 24px;
    color: #ffffff;
    line-height: 56px;
    padding-left:30px;
    background: no-repeat center;
}

.list_inner {
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    border-bottom:3px solid #cb493a;
    background: #fff;
    margin-top:10px;
}

.list_inner li {
    font-size: 18px;
    font-weight:bold;
    color: #333333;
    line-height: 48px;
    padding-left: 34px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}

.list_inner li.border0 {
    border: none;
}

.list_inner li.active,
.list_inner li:hover {
    color: white;
    background-color:#cb493a;
}

.right_list_main {
    width:100%;
}

.right_title {
    font-size: 30px;
    color: #2c57a9;
    line-height: 65px;
    padding-top: 1px;
    border-bottom: 4px solid #2c57a9;
}

/* 页码 */
.servicepageline {
    height: 65px;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
}

.pagetext {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    margin-right: 15px;
    vertical-align: top;
}

.pagetext span {
    font-size:14px;
    font-weight:bold;
    color:#333333;
    vertical-align: -1px;
    margin:0 5px;
}

.pagebtnul {
    display: inline-block;
    height: 25px;
    font-size: 14px;
    color: #666666;
}

.pagebtnul li {
    float: left;
    height: 25px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 23px;
    margin: 0px 5px;
    cursor: pointer;
}

.pagebtnul li.first,
.pagebtnul li.prev,
.pagebtnul li.next,
.pagebtnul li.last {
    padding: 0px 6px;
    background: #fff;
}

.pagebtnul li.first.dis,
.pagebtnul li.prev.dis,
.pagebtnul li.next.dis,
.pagebtnul li.last.dis {
    background: #f9f9f9;
}

.pagebtnul li.num {
    width: 22px;
    text-align: center;
}

.pagebtnul li.num:hover,
.pagebtnul li.num.active {
    background: #ffeaea;
    border:1px solid #d01515;
    color: #d01515;
}
/*青海司法行政（文本列表页）*/

.newsmsglist_zzy {
    padding: 22px 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eeeeee;
}
.newsmsglist_zzy {
}
.newsmsglist_zzy li {
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-bottom:1px solid #efefef;
}
.newsmsglist_zzy li .rightdata {
    float: right;
    height: 100%;
    color: #999999;
}
.newsmsglist_zzy li .lefta {
    color: #333;
    background:  no-repeat left center;
    padding-left: 23px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsmsglist_zzy li .lefta:hover {
    text-decoration: underline;
    color:#cb493a;
}
.newsmsglist_con .newsmsglist_zzy:last-child {
    border-bottom: 0px;
}
.flexb{
    display:flex;
    justify-content: space-between;
}
.parttitle_jg{
    background: no-repeat left center;
}

.sborderbottom {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}
.legalaid_key_new{
    line-height: 30px;
    margin-top: 20px;
}
.legalaid_key_new label{
    display: inline-block;
    width: 88px;
    text-align: right;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.f_left{
    float: left;
}
.btn1 {
    display: inline-block;
    padding: 0 22px;
    height: 30px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-decoration: none;
}

.btn1.addsearch {
    box-sizing: border-box;
    margin-left: 14px;
    line-height: 33px;
    color: #ffffff;
    background-color: #ec7259;
    display: inline-block;
}

.oneul{
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    border-bottom:3px solid #cb493a;
    background: #fff;
    margin-top:10px;
}
.onelist .onelist-btn{
    font-size: 18px;
    font-weight:bold;
    color: #333333;
    line-height: 48px;
    padding-left: 34px;
    cursor: pointer;
    border-top: 1px solid #eeeeee;
    box-sizing:border-box;
}
.onelist.active .onelist-btn{
    color: white;
    background-color:#cb493a;
    border-top: 1px solid #cb341d;
}
.twoul .twolist .twolist-btn{
    height:40px;
    line-height:40px;
    border-bottom:1px solid #f5f5f5;
    padding-left:30px;
    box-sizing:border-box;
    font-size:14px;
    color:#333333;
    background:#fff6f5;
    cursor:pointer;
}
.twoul .twolist:hover .twolist-btn,.twoul .twolist.active .twolist-btn{
    color:#cb493a;
}

/*满意度评价*/
.satisfy_assess_box{
    width:882px;
    height:672px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-336px 0px 0px -441px;
    background:#fff;
}
.assignhed2 {
    padding-left: 24px;
    height: 52px;
    background: #d01515;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 52px;
}
.satisfy_assess_con{
    padding:0px 9px;
}
.closebtn2{
    position:relative;
}
.closebtn2 img{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    margin:auto;
}
.satisfy_assess_con{
    padding:0px 9px;
}
.person_satisfy_line{
    height:80px;
    box-sizing: border-box;
    padding-top:24px;
}
.person_satisfy_line .satisfy_gary_txt{
    padding-top:12px;
    float:left;
    font-size: 16px;
    color:#777777;
    line-height: 18px;
    width:124px;
    padding-left:24px;
    box-sizing: border-box;
}
.person_satisfy_ul{
    height:42px;
    margin-left:124px;
}
.person_satisfy_ul li{
    float:left;
    width:132px;
    height:42px;
    line-height: 42px;
    margin-right:102px;
    padding-left:40px;
    box-sizing: border-box;
    color:#333333;
    cursor: pointer;
    position:relative;
}
.person_satisfy_ul li.active{
    background: no-repeat center center;
}
.other_info{
    margin-top:20px;
    margin-bottom:35px;
}
.other_info .satisfy_gary_txt{
    float:left;
    width:126px;
    padding-top:12px;
    font-size: 16px;
    color:#777777;
    line-height: 18px;
    text-align: right;
    margin-right:0px;
}
.other_info_ta{
    margin-left:126px;
    height:122px;
}
.other_info_textarea{
    height:122px;
    width:100%;
    border:1px solid #c1c1c1;
    outline: none;
    box-shadow: 0px 0px 4px 0px #dfdfdf inset;.other_info_textarea
    box-sizing: border-box;
    border-radius: 3px;
    padding:12px 14px;
    font-size: 16px;
    color: #888;
}
.satisfy_assess_foot{
    margin:0px 10px;
    border-top:1px solid #cccccc;
    padding-top:18px;
    text-align: center;
    font-size: 0px;
}
.satisfy_assess_foot_a{
    display:inline-block;
    height:39px;
    line-height: 37px;
    width:117px;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    margin:0px 6px;
}
.satisfy_assess_foot_a.first{
    color:#fff;
    border:1px solid #447cd1;
    box-sizing: border-box;
    background: #cb493a;
}
.satisfy_assess_foot_a.first:hover{
    background: #cb341d;
}
.satisfy_assess_foot_a.last{
    color:#666666;
    border:1px solid #cccccc;
    box-sizing: border-box;
    background: repeat-x;
}
.satisfy_assess_foot_a.last:hover{
    background: repeat-x;
}
.satisfy_assess_foot_red {
    font-size: 14px;
    color: #df2525;
    height: 45px;
    line-height: 45px;
}
.filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/uploads/image/sriconsult/filter.png) repeat;
    overflow: hidden;
}
.closebtn {
    float: right;
    width: 50px;
    height: 100%;
    cursor: pointer;
    text-align: center;
}
