/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}
a:hover{color:#427fda;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-family:"微软雅黑";font-size: 15px;}
/*主体内容开始*/
.main{
    background: url(alsyq_ztzl_pic8.png) center -177px no-repeat;
}
.main .inner{
    background-color: #ffffff;
    width: 1200px;
    margin: 0 auto;
    padding: 24px 20px 55px 20px;
}
/*专题专栏开始*/
.main .inner .projectSpecial{
    width: 100%;
}
.main .inner .projectLeft{
    margin-right: 22px;
    width: 266px;
}
.main .inner .projectLeft ul li{
    float: left;
    margin-top: 20px;
    width: 266px;
    height: 75px;
}
.main .inner .projectLeft ul li:first-child{
    margin-top: 0;
}
.main .inner .projectRight{
    width: 872px;
}
.main .inner .projectRight-top{
    height: 31px;
    line-height: 31px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    margin-bottom: 5px;
}
.main .inner .projectRight-top h3{
    font-weight: normal;
}
.main .inner .projectRight-top h3 .spanLeft{
    padding: 0 5px;
    font-size: 17px;
    color: #1053af;
    border-bottom: 2px solid #1053af;
    height: 31px;
}
.main .inner .projectRight-top h3 .spanRight a{
    position: absolute;
    top: 7px;
    right: 5px;
}
.main .inner .projectRight-top h3 .spanRight a img{
    display: inline-block;
    width: 16px;
    height: 16px;
}
.main .inner .projectRight-bottom{
    padding: 0 3px 0 5px;
}
.main .inner .projectRight-bottom ul.ulTop{
    margin-bottom: 27px;
}
.main .inner .projectRight-bottom ul li{
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
    background: url(alsyq_ztzl_pic3.png) left center no-repeat;
}
.main .inner .projectRight-bottom ul li a{
    font-size: 15px;
}
.main .inner .projectRight-bottom ul li span{
    float: right;
    font-size: 13px;
    color: #999999;
}
.main .inner .projectRight-bottom ul.ulTop li{
    border-bottom: 1px dotted #bfbfbf;
}
.main .inner .projectRight-bottom ul.ulBottom li{
    border-top: 1px dotted #bfbfbf;
}
.main .inner .projectRight-bottom ul.ulBottom li:first-child{
    border-top: none;
}
/*专题专栏结束*/