1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #policyDetail{width:100%;background: #F5F5F5;border-top:6px solid #2C6597; padding-bottom: 100px; }
- #title_top{width:100%;height:45px;background: #fff;padding-top: 15px;border-bottom: 1px solid #EDEDED;}
- .title_top{width:1100px;height:30px;padding-left: 25px;line-height: 24px;margin: 0 auto;
- background: url("../../../img/detail_home.jpg") no-repeat;}
- .title_top>a{color:#787878;}
- .title_top>a.a_detail{color:#3C3B3B;}
- #policy_content{width:1200px;margin: 0 auto;background: #fff;padding:40px 40px 0 50px;margin-bottom: 50px;
- position: relative;}
- .content_left{width:780px;display: inline-block;margin-bottom: 150px;}
- .contetn_right{width:250px;height:800px;display: inline-block;position: absolute;
- top:40px;right:50px;}
- .content_left p{text-align: justify;text-indent: 2em;}
- .content_left>h3{text-align: center;color:#2D6697;}
- .small_title{width:700px;height:50px;border-bottom: 1px solid #eee;padding-top: 25px;
- margin-bottom: 15px;}
- .small_title>span{float: right;margin-left: 20px;color:#ACACAC;}
- .small_title>p{color:#626161;}
- .content_img{width:700px;height:350px;text-align: center;margin-top:15px;border-bottom: none; }
- .content_img>img{width:515px;height:340px;margin: 0 auto;}
- .content_left>h4{font-weight: bold;font-size: 16px;margin-bottom: 15px;}
- .content_left h5{display: inline-block;color:#222222;margin-bottom: 0;}
- .content_left>p{line-height: 20px; width:780px;}
- .content_left>hr{margin: 0;display: inline-block;width: 780px;}
- .text_end{margin-top: 50px;}
- .next_div{width:1100px;height:30px;}
- .contetn_right>div{width:250px;height:60px;border-bottom:1px solid #F1F1F1;}
- .contetn_right>div.right_title{width:250px;height:40px;}
- .contetn_right>div.right_title>div{width:90px;height:40px;background: #3185D0;line-height: 40px;
- text-align: center;color:#F2F7FC;font-weight: bold;}
- .contetn_right>div>h5{margin: 0;font-weight: bold;padding-top: 10px;margin-bottom: 10px;width: 240px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
- .next_div span a:hover{color:#0C79FF;}
- #bottom{margin-top: -144px;}
|